From 9fbe7a3e162c38ad739a8195e6bcabc01274b83e Mon Sep 17 00:00:00 2001 From: gord-fig Date: Mon, 2 Sep 2002 20:22:06 +0000 Subject: [PATCH] Allow chbar generation on the HOWTO. --- lustre/doc/Makefile.am | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/lustre/doc/Makefile.am b/lustre/doc/Makefile.am index b3c4a50..d032a67 100644 --- a/lustre/doc/Makefile.am +++ b/lustre/doc/Makefile.am @@ -81,15 +81,15 @@ syncweb: lustre.pdf # Build a changebar document from the files in doc.old and this directory. chbar: lustre-chbar.pdf -lustre-chbar.tex: chbar.sh postbar doc.old/lustre-full.tex lustre-full.tex - $(SHELL) $(srcdir)/chbar.sh doc.old/lustre-full.tex lustre-full.tex | $(srcdir)/postbar > $@ +%-chbar.tex: chbar.sh postbar doc.old/%-full.tex %-full.tex + $(SHELL) $(srcdir)/chbar.sh doc.old/$*-full.tex $*-full.tex | $(srcdir)/postbar > $@ -lustre-full.tex: lustre.tex +%-full.tex: %.tex $(TEXEXPAND) -texinputs=. -texinputs=$(srcdir) -output=$@ $< doc.old/lustre.tex: doc.old/lustre-HOWTO.lyx -doc.old/lustre-full.tex: doc.old/lustre.tex - cd doc.old && $(TEXEXPAND) -texinputs=. -output=lustre-full.tex lustre.tex +doc.old/%-full.tex: doc.old/%.tex + cd doc.old && $(TEXEXPAND) -texinputs=. -output=$*-full.tex $*.tex # Check out the old directory if it doesn't exist. doc.old/lustre.lin doc.old/lustre-HOWTO.lin: -- 1.8.3.1