Changeset 39866 for trunk/doc/release.2015/Makefile.Common
- Timestamp:
- Dec 14, 2016, 8:37:01 PM (10 years ago)
- File:
-
- 1 edited
-
trunk/doc/release.2015/Makefile.Common (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/release.2015/Makefile.Common
r37888 r39866 3 3 PDFLATEX = env TEXINPUTS=.:..:inputs:../inputs:LaTeX:$(TEXINPUTS): pdflatex 4 4 PSLATEX = env TEXINPUTS=.:..:inputs:../inputs:LaTeX:$(TEXINPUTS): latex 5 BIBTEX = env BIBINPUTS=.:..:inputs:../inputs BSTINPUTS=.:..:inputs:../inputs bibtex 5 6 6 7 PS2PDF_OPTS = "-dAutoFilterColorImages=false -dColorImageFilter=/FlateEncode" … … 8 9 %.pdf: %.tex 9 10 $(PSLATEX) $*.tex 11 $(BIBTEX) $* 10 12 $(PSLATEX) $*.tex 11 13 # thumbpdf --modes=dvips $*.pdf
Note:
See TracChangeset
for help on using the changeset viewer.
