Changeset 39868 for trunk/doc/release.2015/ps1.calibration/Makefile
- Timestamp:
- Dec 15, 2016, 3:48:40 PM (10 years ago)
- File:
-
- 1 edited
-
trunk/doc/release.2015/ps1.calibration/Makefile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/release.2015/ps1.calibration/Makefile
r39841 r39868 1 1 # $Id: Makefile,v 1.16 2006-01-16 01:11:40 eugene Exp $ 2 3 DO_PDFLATEX = 0 4 DO_BIBTEX = 1 2 5 3 6 help: … … 5 8 @echo " targets: all calibration" 6 9 7 all: calibration.pdf 8 calibration: calibration.pdf 10 all: pdf tgz 11 pdf: calibration.pdf 12 tgz: calibration.tgz 9 13 10 CALIBRATION = calibration.tex 14 FILES = \ 15 ../inputs/astro.sty \ 16 ../inputs/code.sty \ 17 ../inputs/apj.bst \ 18 ../inputs/lib.bib \ 19 calibration.tex \ 20 calibration.bbl 11 21 12 # pics/Metadata.ps 13 # pics/earthrot.ps 14 15 calibration.pdf: $(CALIBRATION) 16 17 calibration.ps: $(CALIBRATION) 22 calibration.pdf: $(FILES) 23 calibration.tgz: $(FILES) 18 24 19 25 include ../Makefile.Common
Note:
See TracChangeset
for help on using the changeset viewer.
