Changeset 39868 for trunk/doc/release.2015/ps1.analysis/Makefile
- Timestamp:
- Dec 15, 2016, 3:48:40 PM (10 years ago)
- File:
-
- 1 edited
-
trunk/doc/release.2015/ps1.analysis/Makefile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/release.2015/ps1.analysis/Makefile
r39848 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: 4 7 @echo "USAGE: make (target)" 5 @echo " targets: all analysis"8 @echo " targets: all pdf tgz" 6 9 7 all: analysis.pdf 8 analysis: analysis.pdf 10 all: pdf tgz 11 pdf: analysis.pdf 12 tgz: analysis.tgz 9 13 10 ANALYSIS = analysis.tex 14 FILES = \ 15 ../inputs/astro.sty \ 16 ../inputs/code.sty \ 17 ../inputs/apj.bst \ 18 ../inputs/lib.bib \ 19 peaks.ps \ 20 FWHM.smooth.trend.ps1.ps \ 21 moment.class.ps \ 22 radial.profiles.ps \ 23 analysis.tex \ 24 analysis.bbl 11 25 12 # pics/Metadata.ps 13 # pics/earthrot.ps 14 15 analysis.pdf: $(ANALYSIS) 16 17 analysis.ps: $(ANALYSIS) 26 analysis.pdf: $(FILES) 27 analysis.tgz: $(FILES) 18 28 19 29 include ../Makefile.Common
Note:
See TracChangeset
for help on using the changeset viewer.
