From 903a1c125624990135162f84ea6a67c1df3954c3 Mon Sep 17 00:00:00 2001 From: Adrian Thurston Date: Thu, 12 Sep 2019 11:40:40 -0600 Subject: put just one sedsubst in the root and use that in Makefiles --- doc/ragel/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') 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 -- cgit v1.2.1