- Timestamp:
- Jan 29, 2020, 11:43:09 AM (6 years ago)
- Location:
- trunk/doc/release.2015/ps1.dataproducts
- Files:
-
- 27 added
- 1 edited
-
Makefile (modified) (1 diff)
-
ODM_data_flow.pdf (added)
-
ODM_data_flow.tex (added)
-
ODM_data_layout.pdf (added)
-
ODM_data_layout.tex (added)
-
dataproductimages.tex (added)
-
dataproductimages004.pdf (added)
-
dxlayerprocess.pdf (added)
-
dxlayerprocess.tex (added)
-
fundamentalipp.tex (added)
-
imageid.pdf (added)
-
imageid.tex (added)
-
ipptopsps.pdf (added)
-
ipptopsps.tex (added)
-
main.tex (added)
-
objid.pdf (added)
-
objid.tex (added)
-
psps_loadprocess.pdf (added)
-
psps_loadprocess.tex (added)
-
psps_mergecriteria.pdf (added)
-
psps_mergecriteria.tex (added)
-
pspsslicetable.tex (added)
-
pspstables.tex (added)
-
revisedipptopsps.pdf (added)
-
revisedipptopsps.tex (added)
-
rrlyrae_PS1.pdf (added)
-
rrlyrae_PS1.tex (added)
-
viewstable.tex (added)
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/release.2015/ps1.dataproducts/Makefile
r37890 r41246 1 1 # $Id: Makefile,v 1.16 2006-01-16 01:11:40 eugene Exp $ 2 3 DO_PDFLATEX = 1 4 DO_BIBTEX = 0 2 5 3 6 help: 4 7 @echo "USAGE: make (target)" 5 @echo " targets: all dataproducts"8 @echo " targets: all tgz pdf" 6 9 7 all: dataproducts.pdf 10 all: pdf tgz 11 journal: main.journal.tgz 12 arxiv: main.arxiv.tgz 13 pdf: main.pdf 8 14 9 DATAPRODUCTS = dataproducts.tex 15 quick: main.quick.pdf 10 16 11 # pics/Metadata.ps 12 # pics/earthrot.ps 17 BIBLIB = main.bib 13 18 14 dataproducts.pdf: $(DATAPRODUCTS) 19 FILES = \ 20 pspstables.tex \ 21 fundamentalipp.tex \ 22 pspsslicetable.tex \ 23 viewstable.tex \ 24 revisedipptopsps.tex \ 25 ipptopsps.tex \ 26 ODM_data_flow.tex \ 27 ODM_data_layout.tex \ 28 dxlayerprocess.tex \ 29 psps_loadprocess.tex \ 30 psps_mergecriteria.tex \ 31 dataproductimages.tex \ 32 imageid.tex \ 33 objid.tex \ 34 rrlyrae_PS1.tex \ 35 main.tex 15 36 16 dataproducts.ps: $(DATAPRODUCTS) 37 PDFPICS = \ 38 revisedipptopsps.pdf \ 39 ipptopsps.pdf \ 40 ODM_data_flow.pdf \ 41 ODM_data_layout.pdf \ 42 dxlayerprocess.pdf \ 43 psps_loadprocess.pdf \ 44 psps_mergecriteria.pdf \ 45 dataproductimages004.pdf \ 46 imageid.pdf \ 47 objid.pdf \ 48 rrlyrae_PS1.pdf 49 50 PNGPICS = 51 52 EPSPICS = 53 54 main.pdf: $(FILES) $(BIBLIB) $(PNGPICS) $(PDFPICS) 55 56 main.journal.tgz: $(FILES) $(EPSPICS) $(PDFPICS) main.bbl 57 58 main.arxiv.tgz: $(FILES) $(PNGPICS) 59 60 DIST_TGT = main.pdf main.ps 17 61 18 62 include ../Makefile.Common
Note:
See TracChangeset
for help on using the changeset viewer.
