Skip to content
Snippets Groups Projects
Commit 0eb7af1e authored by gord-fig's avatar gord-fig
Browse files

Downgrade to ps2pdf until changebars work with pdftex.

parent a4c2aa85
No related branches found
No related tags found
No related merge requests found
...@@ -83,6 +83,17 @@ syncweb: lustre.pdf ...@@ -83,6 +83,17 @@ syncweb: lustre.pdf
# Build a changebar document from the files in doc.old and this directory. # Build a changebar document from the files in doc.old and this directory.
chbar: lustre-chbar.pdf 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 %-chbar.tex: chbar.sh postbar doc.old/%-full.tex %-full.tex
$(SHELL) $(srcdir)/chbar.sh doc.old/$*-full.tex $*-full.tex | $(srcdir)/postbar > $@ $(SHELL) $(srcdir)/chbar.sh doc.old/$*-full.tex $*-full.tex | $(srcdir)/postbar > $@
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment