monotone-commits-diffs
[Top][All Lists]
Advanced

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

[Monotone-commits-diffs] net.venge.monotone: 7048cb1c6f120f9f5c1c89a16d


From: code
Subject: [Monotone-commits-diffs] net.venge.monotone: 7048cb1c6f120f9f5c1c89a16df18ea222c5e014
Date: Tue, 15 Mar 2011 22:41:45 +0100 (CET)

revision:            7048cb1c6f120f9f5c1c89a16df18ea222c5e014
date:                2011-03-15T21:40:47
author:              address@hidden
branch:              net.venge.monotone
changelog:
* Makefile.am (AM_INSTALLCHECK_STD_OPTIONS_EXEMPT): fix whitespace issues

manifest:
format_version "1"

new_manifest [5acc0c73197435f8dd0d47bd80f5dd181ea1d8cb]

old_revision [2b305b8844c5c3e66f21f5e0fd6c7dcb70748327]

patch "Makefile.am"
 from [bf818783abdb6b9c26fb50a40417d9f7a1907789]
   to [c9a0c86c2d646ac4d46342d210feb0594315f144]
============================================================
--- Makefile.am	bf818783abdb6b9c26fb50a40417d9f7a1907789
+++ Makefile.am	c9a0c86c2d646ac4d46342d210feb0594315f144
@@ -262,11 +262,13 @@ dist_mtnscripts_SCRIPTS = \
 	extra/mtn-hooks/monotone-ciabot.py				\
 	extra/mtn-hooks/monotone-mail-notify
 
-# Some of the smaller programs do not have --help or --version,
-# make them exempt of the check for those.  NOTE: use this sparingly!
-AM_INSTALLCHECK_STD_OPTIONS_EXEMPT = \
-	extra/bin/mtn-cleanup 	extra/mtn-hooks/monotone-ciabot.py	\
-	extra/mtn-hooks/monotone-mail-notify
+# Some of the smaller programs do not have --help or --version, make
+# them exempt of the check for those. Programs intendend to be called
+# by mtn hooks don't need --help or --version; others should have
+# them. NOTE: each filename in this list MUST be surrounded by one
+# space before and after.
+#
+AM_INSTALLCHECK_STD_OPTIONS_EXEMPT = extra/bin/mtn-cleanup  extra/mtn-hooks/monotone-ciabot.py  extra/mtn-hooks/monotone-mail-notify
 
 # flags
 

reply via email to

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