Changeset 40722 for trunk/doc/release.2015/ps1.calibration/Makefile
- Timestamp:
- May 7, 2019, 8:25:06 PM (7 years ago)
- File:
-
- 1 edited
-
trunk/doc/release.2015/ps1.calibration/Makefile (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/release.2015/ps1.calibration/Makefile
r40714 r40722 4 4 # remember to set \pdfoutput at the top 5 5 6 DO_BIBTEX = 16 DO_BIBTEX = 0 7 7 # remember to change from \bibliography to \input{.bbl} at the bottom 8 8 … … 13 13 all: pdf tgz 14 14 pdf: calibration.pdf 15 tgz: calibration.tgz 15 16 journal: calibration.journal.tgz 17 arxiv: calibration.arxiv.tgz 16 18 17 19 quick: calibration.quick.pdf 18 20 21 PNGPICS = \ 22 pics/gpc1.layout.pdf \ 23 pics/A1.pdf \ 24 pics/A4.pdf \ 25 pics/photflat.example.v1.png \ 26 pics/rings.v3.example.png \ 27 pics/allsky.photom.v2.png \ 28 pics/photom.pv3.3v4.png \ 29 pics/KHexample.png \ 30 pics/KHmap.png \ 31 pics/DCR.example.png \ 32 pics/astroflat.gri.v2.png \ 33 pics/astroflat.zy.v2.png \ 34 pics/allsky.astrom.pv3.3.png \ 35 pics/astroflat.repair.png \ 36 pics/allsky.histogram.astrom.compare.png \ 37 pics/gaia.photom.v1.png \ 38 pics/gaia.astrom.mean.png \ 39 pics/gaia.astrom.sigma.png 40 19 41 PDFPICS = \ 42 pics/gpc1.layout.pdf \ 20 43 pics/A1.pdf \ 21 pics/A3.pdf \ 22 pics/A4.pdf 44 pics/A4.pdf \ 45 pics/photflat.example.v1.pdf \ 46 pics/rings.v3.example.pdf \ 47 pics/allsky.photom.v2.pdf \ 48 pics/photom.pv3.3v4.pdf \ 49 pics/KHexample.pdf \ 50 pics/KHmap.pdf \ 51 pics/DCR.example.pdf \ 52 pics/astroflat.gri.v2.pdf \ 53 pics/astroflat.zy.v2.pdf \ 54 pics/allsky.astrom.pv3.3.pdf \ 55 pics/astroflat.repair.pdf \ 56 pics/allsky.histogram.astrom.compare.pdf \ 57 pics/gaia.photom.v1.pdf \ 58 pics/gaia.astrom.mean.pdf \ 59 pics/gaia.astrom.sigma.pdf 23 60 24 61 FILES = \ … … 26 63 ../inputs/code.sty \ 27 64 ../inputs/apj.bst \ 28 pics/rings.v3.example.png \29 pics/KHexample.png \30 pics/KHmap.png \31 pics/dcr.r2.g.png \32 pics/allsky.astrom.sigma.png \33 pics/gaia.photom.png \34 pics/gaia.astrom.png \35 $(PDFPICS) \36 65 calibration.tex 37 38 # pics/photflat.example.sm.png \39 # pics/allsky.photom.sigma.sm.png \40 # pics/astroflat.gri.sm.png \41 # pics/astroflat.zy.sm.png \42 66 43 67 pics/%.pdf : pics/%.ps … … 48 72 ps2pdf -dEPSCrop $< $@ 49 73 50 pdfpics: $(PDFPICS) 74 # pdfpics: $(PDFPICS) 75 51 76 calibration.pdf: $(FILES) 52 calibration.tgz: $(FILES) 77 78 calibration.journal.tgz: $(FILES) $(PDFPICS) calibration.bbl 79 calibration..arxiv.tgz: $(FILES) $(PNGPICS) calibration.bbl 53 80 54 81 include ../Makefile.Common 82
Note:
See TracChangeset
for help on using the changeset viewer.
