From 29650a2d92a63b909a2d6fea677a24af6907e340 Mon Sep 17 00:00:00 2001 From: Adrian Thurston Date: Thu, 12 Sep 2019 11:25:30 -0600 Subject: use sedsubst to make ragel.1 from ragel.1.in --- doc/ragel/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc') diff --git a/doc/ragel/Makefile.am b/doc/ragel/Makefile.am index d34389ed..590a5572 100644 --- a/doc/ragel/Makefile.am +++ b/doc/ragel/Makefile.am @@ -32,6 +32,9 @@ EXTRA_DIST = ragel-guide.txt \ bmrange.fig conds2.fig exconcat.fig exor.fig exstar.fig lines1.fig \ opstar.fig +ragel.1: ragel.1.in + @$(top_srcdir)/test/sedsubst $< $@ -w,+x $(SED_SUBST) + if BUILD_MANUAL doc_DATA = ragel-guide.html -- cgit v1.2.1