summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAdrian Thurston <thurston@colm.net>2019-09-12 11:40:40 -0600
committerAdrian Thurston <thurston@colm.net>2019-09-12 11:40:40 -0600
commit903a1c125624990135162f84ea6a67c1df3954c3 (patch)
tree0cd93208abeff79a4e95301f7817b7b3238ba396 /doc
parent29650a2d92a63b909a2d6fea677a24af6907e340 (diff)
downloadcolm-903a1c125624990135162f84ea6a67c1df3954c3.tar.gz
put just one sedsubst in the root and use that in Makefiles
Diffstat (limited to 'doc')
-rw-r--r--doc/ragel/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ragel/Makefile.am b/doc/ragel/Makefile.am
index 590a5572..926dfe27 100644
--- a/doc/ragel/Makefile.am
+++ b/doc/ragel/Makefile.am
@@ -33,7 +33,7 @@ EXTRA_DIST = ragel-guide.txt \
opstar.fig
ragel.1: ragel.1.in
- @$(top_srcdir)/test/sedsubst $< $@ -w,+x $(SED_SUBST)
+ @$(top_srcdir)/sedsubst $< $@ -w,+x $(SED_SUBST)
if BUILD_MANUAL