From: gord-fig Date: Tue, 15 Oct 2002 13:02:04 +0000 (+0000) Subject: Downgrade to ps2pdf until changebars work with pdftex. X-Git-Tag: 0.5.15~113 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=0eb7af1ef9f36e92533d78f437c0b6a7e27259f5;p=fs%2Flustre-release.git Downgrade to ps2pdf until changebars work with pdftex. --- 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 > $@