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
+

_______________________________________________
monit-dev mailing list
monit-dev@nongnu.org
http://lists.nongnu.org/mailman/listinfo/monit-dev

Reply via email to