Skip to content

Commit

Permalink
Removed the dist-hook in Makefile.am. Touching the files doesn't seem…
Browse files Browse the repository at this point in the history
… to work

after all. Not sure why. Just going to modify build_parsers and build_manual
using the release script before invoking make dist.
  • Loading branch information
Adrian Thurston committed May 18, 2009
1 parent c903b0a commit dec6f4a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
9 changes: 0 additions & 9 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion test/runtests.in
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit dec6f4a

Please sign in to comment.