From 0eb7af1ef9f36e92533d78f437c0b6a7e27259f5 Mon Sep 17 00:00:00 2001 From: gord-fig Date: Tue, 15 Oct 2002 13:02:04 +0000 Subject: [PATCH] Downgrade to ps2pdf until changebars work with pdftex. --- lustre/doc/Makefile.am | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/lustre/doc/Makefile.am b/lustre/doc/Makefile.am index b4c352e..84de308 100644 --- a/lustre/doc/Makefile.am +++ b/lustre/doc/Makefile.am @@ -83,6 +83,17 @@ syncweb: lustre.pdf # Build a changebar document from the files in doc.old and this directory. chbar: lustre-chbar.pdf +# FIXME: Temporary rules until pdftex displays changebars correctly. +lustre-chbar.pdf: lustre-chbar-nopdf.ps + $(PS2PDF) $< $@ +lustre-chbar-nopdf.ps: lustre-chbar-nopdf.dvi + $(DVIPS) $< -o $@ +lustre-chbar-nopdf.dvi: lustre-chbar-nopdf.tex + $(LATEX) $< + $(LATEX) $< +lustre-chbar-nopdf.tex: lustre-chbar.tex + sed -e 's/^\(.*usepackage.*pdftex\)/%\1/' $< > $@ + %-chbar.tex: chbar.sh postbar doc.old/%-full.tex %-full.tex $(SHELL) $(srcdir)/chbar.sh doc.old/$*-full.tex $*-full.tex | $(srcdir)/postbar > $@ -- 1.8.3.1