# # # patch "ChangeLog" # from [9a4e058e01cc86c8ca6ed56edc0fda4936feae1f] # to [369fc02db5659355e9443d0b29da33b77ef6a300] # # patch "Makefile.am" # from [9a45d4408ea0701d4ed0243a4c8c30b7ca998cc3] # to [5e3ee4929ec349644742ff29ab02d1132d709065] # ============================================================ --- ChangeLog 9a4e058e01cc86c8ca6ed56edc0fda4936feae1f +++ ChangeLog 369fc02db5659355e9443d0b29da33b77ef6a300 @@ -1,5 +1,10 @@ 2006-07-06 Timothy Brownawell + * Makefile.am: distcheck isn't happy that run_lua_tests doesn't get + removed by distclean. I think it needs to be in DISTCLEANFILES ? + +2006-07-06 Timothy Brownawell + Make 'mtn help' and 'mtn --help' exit with status 0 instead of 2. * app_state.{cc,hh}: requested_help is now in app_state * monotone.cc: requested_help is now in app_state. Also, check this ============================================================ --- Makefile.am 9a45d4408ea0701d4ed0243a4c8c30b7ca998cc3 +++ Makefile.am 5e3ee4929ec349644742ff29ab02d1132d709065 @@ -462,7 +462,7 @@ mostlyclean-local: rm -rf tester_dir package_full_revision.txt -DISTCLEANFILES = mt-stdint.h xgettext.opts pch-build.hh.gch.dep +DISTCLEANFILES = mt-stdint.h xgettext.opts pch-build.hh.gch.dep run_lua_tests # distcheck stuff