Changeset 39875 for trunk/doc/release.2015/Makefile.Common
- Timestamp:
- Dec 16, 2016, 6:17:35 AM (10 years ago)
- File:
-
- 1 edited
-
trunk/doc/release.2015/Makefile.Common (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/release.2015/Makefile.Common
r39868 r39875 1 1 # $Id: Makefile,v 1.16 2006-01-16 01:11:40 eugene Exp $ 2 2 3 PDFLATEX = env TEXINPUTS=.:.. :inputs:../inputs:LaTeX:$(TEXINPUTS): pdflatex4 PSLATEX = env TEXINPUTS=.:.. :inputs:../inputs:LaTeX:$(TEXINPUTS): latex5 BIBTEX = env BIBINPUTS=.:.. :inputs:../inputs BSTINPUTS=.:..:inputs:../inputs bibtex3 PDFLATEX = env TEXINPUTS=.:../inputs: pdflatex 4 PSLATEX = env TEXINPUTS=.:../inputs: latex 5 BIBTEX = env BIBINPUTS=.:../inputs BSTINPUTS=.:../inputs bibtex 6 6 7 7 PS2PDF_OPTS = "-dAutoFilterColorImages=false -dColorImageFilter=/FlateEncode" … … 18 18 $(MY_LATEX) $*.tex 19 19 if [ $(DO_BIBTEX) -eq 1 ]; then $(MY_LATEX) $*.tex; fi 20 thumbpdf --modes=dvips $*.pdf21 $(MY_LATEX) $*.tex20 # thumbpdf --modes=dvips $*.pdf 21 # $(MY_LATEX) $*.tex 22 22 if [ $(DO_PDFLATEX) -eq 0 ]; then dvips -z -t letter -o $*.ps $*.dvi; fi 23 23 if [ $(DO_PDFLATEX) -eq 0 ]; then ps2pdf $(PS2PDF_OPTS) $*.ps $*.pdf; fi … … 25 25 26 26 %.tgz: 27 tar --transform 's%inputs/%%' -zcf $@ $(FILES) 27 tar --transform 's%inputs/%%' -zcf $@ $(FILES) $*.bbl 28 28 clean : 29 29 $(RM) *.bib *.log *.dvi *.aux *.toc *.tbd *.tbr *.tpm *.lof *.out *~ core body.tmp head.tmp
Note:
See TracChangeset
for help on using the changeset viewer.
