Removed the dist-hook in Makefile.am. Touching the files doesn't seem to work
authorthurston <thurston@052ea7fc-9027-0410-9066-f65837a77df0>
Mon, 18 May 2009 14:40:02 +0000 (14:40 +0000)
committerthurston <thurston@052ea7fc-9027-0410-9066-f65837a77df0>
Mon, 18 May 2009 14:40:02 +0000 (14:40 +0000)
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

Makefile.am
test/runtests.in

index e6aa280..683885c 100644 (file)
@@ -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
index 3f48e0e..d331f77 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/bash
 
 #
-#   Copyright 2006 Adrian Thurston <thurston@complang.org>
+#   Copyright 2006-2009 Adrian Thurston <thurston@complang.org>
 #
 
 #   This file is part of Ragel.