Changeset 40719 for trunk/doc/release.2015/ps1.analysis/Makefile
- Timestamp:
- May 7, 2019, 8:20:57 PM (7 years ago)
- File:
-
- 1 edited
-
trunk/doc/release.2015/ps1.analysis/Makefile (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/release.2015/ps1.analysis/Makefile
r40709 r40719 4 4 # 5 5 DO_PDFLATEX = 1 6 DO_BIBTEX = 16 DO_BIBTEX = 0 7 7 8 8 help: … … 14 14 all: pdf tgz 15 15 pdf: analysis.pdf 16 tgz: analysis.tgz 16 17 journal: analysis.journal.tgz 18 arxiv: analysis.arxiv.tgz 17 19 18 20 quick: analysis.quick.pdf 19 21 22 BIBLIB = ../inputs/lib.bib 23 20 24 PDFPICS = \ 21 25 pics/peaks.pdf \ 26 pics/FWHM.smooth.trend.ps1.pdf \ 27 pics/radial.profiles.pdf \ 28 pics/moment.class.pdf \ 29 pics/mag.resid.psf.pdf \ 30 pics/mag.resid.aper.pdf \ 31 pics/galaxy.exp.complete.pdf \ 32 pics/galaxy.dev.complete.pdf \ 33 pics/galaxy.exp.params.pdf \ 34 pics/galaxy.dev.params.pdf 35 36 PNGPICS = \ 37 pics/peaks.pdf \ 22 38 pics/FWHM.smooth.trend.ps1.png \ 23 pics/moment.class.pdf \ 24 pics/radial.profiles.pdf 39 pics/radial.profiles.png \ 40 pics/moment.class.png \ 41 pics/mag.resid.psf.png \ 42 pics/mag.resid.aper.png \ 43 pics/galaxy.exp.complete.png \ 44 pics/galaxy.dev.complete.png \ 45 pics/galaxy.exp.params.png \ 46 pics/galaxy.dev.params.png 25 47 26 48 FILES = \ … … 28 50 ../inputs/code.sty \ 29 51 ../inputs/apj.bst \ 30 ../inputs/lib.bib \31 $(PDFPICS) \32 52 analysis.tex 33 53 … … 40 60 41 61 pdfpics: $(PDFPICS) 42 analysis.pdf: $(FILES) 43 analysis.tgz: $(FILES) 62 63 analysis.pdf: $(FILES) $(BIBLIB) $(PDFPICS) 64 65 analysis.journal.tgz: $(FILES) $(PDFPICS) analysis.bbl 66 analysis.arxiv.tgz: $(FILES) $(PNGPICS) analysis.bbl 44 67 45 68 include ../Makefile.Common 69 70 # generate PDF for editing 71 # ** set DO_BIBTEX to 1 above 72 # ** set \picdir to pics in latex file 73 # ** set \plotext to pdf or png as desired 74 # ** make pdf (or make quick) 75 76 # generate PDF for arxiv 77 # ** set DO_BIBTEX to 0 above (make sure bbl file was generated earlier) 78 # ** swap from biblograph{lib} to input bbl in latex file 79 # ** set \plotext to png 80 # ** make pdf (confirm PDF file succeeds) 81 82 # generate TGZ for arxiv 83 # ** follow steps above for PDF 84 # ** set \picdir to . in latex file 85 # ** make arxiv 86 # ** test by extracting into local directory 87 # ** ltx -pdf analysis 88 89 # generate PDF for journal 90 # ** set DO_BIBTEX to 0 above (make sure bbl file was generated earlier) 91 # ** swap from biblograph{lib} to input bbl in latex file 92 # ** set \plotext to pdf 93 # ** make pdf (confirm PDF file succeeds) 94 95 # generate TGZ for journal 96 # ** follow steps above for PDF 97 # ** set \picdir to . in latex file 98 # ** make journal 99 # ** test by extracting into local directory 100 # ** ltx -pdf analysis 101
Note:
See TracChangeset
for help on using the changeset viewer.
