From 60c9906bf7ba1dfc3f8739a3dd9ab1ceb1dd37ef Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Sun, 27 Jan 2013 13:15:34 +0100 Subject: moved redundant code related to bootstrapping and teco-driven substitutions into automake include (bootstrap.am) --- doc/Makefile.am | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) (limited to 'doc/Makefile.am') diff --git a/doc/Makefile.am b/doc/Makefile.am index db507f1..10fb3ec 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,20 +1,5 @@ -if BOOTSTRAP -BOOTSTRAP_SCITECO = $(topsrcdir)/src/sciteco-minimal$(EXEEXT) -else -BOOTSTRAP_SCITECO = @SCITECO@ -endif -REPL_MACRO = eb$<\e \ - j \ - j \ - j \ - j \ - j \ - j \ - ew$@\e +include $(top_srcdir)/bootstrap.am man_MANS = sciteco.1 EXTRA_DIST = sciteco.1.in CLEANFILES = sciteco.1 - -% : %.in - $(BOOTSTRAP_SCITECO) -e $$'$(REPL_MACRO)' -- cgit v1.2.3