monit-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[monit-dev] [monit] r277 committed - add reminder about manual page warn


From: monit
Subject: [monit-dev] [monit] r277 committed - add reminder about manual page warnings by debian's lintian (warnings ...
Date: Thu, 23 Sep 2010 22:48:40 +0000

Revision: 277
Author: martin2812
Date: Thu Sep 23 15:47:50 2010
Log: add reminder about manual page warnings by debian's lintian (warnings for manual page generated by macosx's pod2man) ... it goes away when linux's pod2man is used
http://code.google.com/p/monit/source/detail?r=277

Modified:
 /trunk/make_dist

=======================================
--- /trunk/make_dist    Thu Sep 23 15:22:11 2010
+++ /trunk/make_dist    Thu Sep 23 15:47:50 2010
@@ -87,3 +87,12 @@

 # cleanup
 clean_up
+
+if test uname != "Linux"
+then
+ echo "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!" + echo "please verify the manual page with 'man --warnings monit.1 > /dev/null'" + echo "if warnings will be showed, please generate the manual page on linux " + echo "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!"
+fi
+



reply via email to

[Prev in Thread] Current Thread [Next in Thread]