# # # patch "ChangeLog" # from [968e5adadf31d948cdfa1ee575043d1377f86255] # to [bb95300eb31c9322958f2dfe3b83c946cc952b7f] # # patch "Makefile.am" # from [9487ad18acdfc0bb1fe67c666b746eec40dd3a85] # to [dce99c70f3bf2037086208f6711420a60f5ab001] # ============================================================ --- ChangeLog 968e5adadf31d948cdfa1ee575043d1377f86255 +++ ChangeLog bb95300eb31c9322958f2dfe3b83c946cc952b7f @@ -1,3 +1,8 @@ +2006-04-08 Nathaniel Smith + + * Makefile.am (distcleancheck_listfiles): Third time's + the... charm? + 2006-04-08 Richard Levitte * netxx/resolve_gethostbyname.cxx (resolve_hostname), ============================================================ --- Makefile.am 9487ad18acdfc0bb1fe67c666b746eec40dd3a85 +++ Makefile.am dce99c70f3bf2037086208f6711420a60f5ab001 @@ -570,7 +570,7 @@ # those automake thinks that 'distclean' _should_ remove those files, # and 'distcheck' gets cranky if we don't. So basically what this # line does is tell 'distcheck' to shut up and ignore those two files. -distcleancheck_listfiles = find . -type f -exec sh -c '[ "$(basename {})" = "package_revision.txt" ] || [ "$(basename {})" = "package_full_revision_dist.txt" ] || echo {}' ';' +distcleancheck_listfiles = find . -type f -a ! -name package_revision.txt -a ! -name package_full_revision_dist.txt # automake doesn't build html docs