From: thurston Date: Mon, 18 May 2009 14:40:02 +0000 (+0000) Subject: Removed the dist-hook in Makefile.am. Touching the files doesn't seem to work X-Git-Tag: 2.0_alpha~27 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d5dcee578364b058b1d6d2bc7c5b559a236f827b;p=external%2Fragel.git Removed the dist-hook in Makefile.am. Touching the files doesn't seem to work after all. Not sure why. Just going to modify build_parsers and build_manual using the release script before invoking make dist. git-svn-id: http://svn.complang.org/ragel/trunk@862 052ea7fc-9027-0410-9066-f65837a77df0 --- diff --git a/Makefile.am b/Makefile.am index e6aa280..683885c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -6,12 +6,3 @@ dist_doc_DATA = ChangeLog sed_script = 's/build_parsers=yes/build_parsers=no/;s/build_manual=yes/build_manual=no/;' configure = $(top_distdir)/configure - -dist-hook: - cp -p $(configure) $(configure).tmp - cp -p $(configure).in $(configure).in.tmp - sed $(sed_script) $(configure).tmp > $(configure) - sed $(sed_script) $(cfgscripcfgscript).in.tmp > $(configure).in - touch -r $(configure).tmp $(configure) - touch -r $(configure).in.tmp $(configure) - rm $(configure).tmp $(configure).in.tmp diff --git a/test/runtests.in b/test/runtests.in index 3f48e0e..d331f77 100755 --- a/test/runtests.in +++ b/test/runtests.in @@ -1,7 +1,7 @@ #!/bin/bash # -# Copyright 2006 Adrian Thurston +# Copyright 2006-2009 Adrian Thurston # # This file is part of Ragel.