Changeset 39848 for trunk/doc/release.2015/ps1.analysis/Makefile
- Timestamp:
- Dec 12, 2016, 3:40:14 PM (10 years ago)
- File:
-
- 1 edited
-
trunk/doc/release.2015/ps1.analysis/Makefile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/release.2015/ps1.analysis/Makefile
r39823 r39848 3 3 help: 4 4 @echo "USAGE: make (target)" 5 @echo " targets: all analysis stages"5 @echo " targets: all analysis" 6 6 7 all: analysis.pdf stages.pdf 8 stages: stages.pdf 7 all: analysis.pdf 9 8 analysis: analysis.pdf 10 9 11 10 ANALYSIS = analysis.tex 12 STAGES = stages.tex13 11 14 12 # pics/Metadata.ps … … 16 14 17 15 analysis.pdf: $(ANALYSIS) 18 stages.pdf: $(STAGES)19 16 20 17 analysis.ps: $(ANALYSIS) 21 stages.ps: $(STAGES)22 18 23 19 include ../Makefile.Common
Note:
See TracChangeset
for help on using the changeset viewer.
