Fixed the 'newplugin' script to make it name the target for creating the distribution package 'dist'

This commit is contained in:
Klaus Schmidinger
2002-08-28 19:32:29 +02:00
parent 9239d3e6df
commit 1967d0cd3d
4 changed files with 13 additions and 6 deletions

View File

@@ -1430,3 +1430,10 @@ Video Disk Recorder Revision History
- Fixed handling one-shot timers that were already recording and had their start
time changed into the future (thanks to Matthias Schniedermeyer for reporting
this one).
2002-08-28: Version 1.1.9
- Fixed the 'newplugin' script to make it name the target for creating the
distribution package 'dist', as stated in the PLUGINS.html documentation.
If you have already created a plugin source directory and Makefile you may
want to check it and replace the 'package' target with 'dist' if necessary.