[med-svn] r16758 - trunk/package_template
Andreas Tille
tille at moszumanska.debian.org
Wed Apr 23 14:09:59 UTC 2014
Author: tille
Date: 2014-04-23 14:09:58 +0000 (Wed, 23 Apr 2014)
New Revision: 16758
Modified:
trunk/package_template/createmanpages
Log:
Add hint for man page editing beginners
Modified: trunk/package_template/createmanpages
===================================================================
--- trunk/package_template/createmanpages 2014-04-23 13:12:43 UTC (rev 16757)
+++ trunk/package_template/createmanpages 2014-04-23 14:09:58 UTC (rev 16758)
@@ -7,3 +7,10 @@
help2man --no-info --no-discard-stderr --help-option=" " \
--name='<optional description of the program>' \
--version-string="$VERSION" <programname> > $MANDIR/<programname>.1
+
+cat <<EOT
+Please enhance the help2man output.
+The following web page might be helpful in doing so:
+ http://liw.fi/manpages/
+EOT
+
More information about the debian-med-commit
mailing list