Changeset 5037 for trunk/doc/pslib/Makefile
- Timestamp:
- Sep 13, 2005, 11:28:03 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/doc/pslib/Makefile (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/pslib/Makefile
r3657 r5037 1 # $Id: Makefile,v 1.1 4 2005-04-05 00:48:40 jhoblittExp $1 # $Id: Makefile,v 1.15 2005-09-13 21:28:03 eugene Exp $ 2 2 3 3 PDFLATEX = env TEXINPUTS=.:LaTeX:$(TEXINPUTS): pdflatex … … 6 6 help: 7 7 @echo "USAGE: make (target)" 8 @echo " targets: sdrs add all "8 @echo " targets: sdrs add all sdrs-tag add-tag" 9 9 10 10 sdrs: psLibSDRS.pdf … … 12 12 all : psLibSDRS.pdf psLibADD.pdf 13 13 14 psLibSDRS.pdf: psLibSDRS_Astrom.tex ChangeLogSDRS.tex configFileTests.tex timeTests.tex 15 psLibADD.pdf: psLibADD.tex ChangeLogADD.tex 14 SDRS = psLibSDRS.tex \ 15 ChangeLogSDRS.tex \ 16 configFileTests.tex \ 17 timeTests.tex \ 18 Metadata.ps \ 19 earthrot.ps 20 21 ADD = psLibADD.tex \ 22 ChangeLogADD.tex \ 23 raymodel.f \ 24 rotations.ps \ 25 earthrot.ps 26 27 psLibSDRS.pdf: $(SDRS) 28 29 psLibADD.pdf: $(ADD) 30 31 sdrs-tag: 32 cvs tag `grep "version{" psLibSDRS.tex | tr "{}" " " | awk '{printf "SDRS-%02d\n", $$2}'` $(SDRS) 33 34 add-tag: 35 cvs tag `grep "version{" psLibADD.tex | tr "{}" " " | awk '{printf "ADD-%02d\n", $$2}'` $(ADD) 16 36 17 37 %.pdf: %.tex
Note:
See TracChangeset
for help on using the changeset viewer.
