Changeset 41410
- Timestamp:
- Sep 3, 2020, 8:51:30 AM (6 years ago)
- File:
-
- 1 edited
-
trunk/doc/release.2015/ps1.dataproducts/Makefile (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/release.2015/ps1.dataproducts/Makefile
r41408 r41410 9 9 10 10 all: pdf tgz 11 journal: dataproducts.journal.tgz 11 12 journal: protect_pdf dataproducts.journal.tgz 13 # journal: dataproducts.journal.tgz 14 12 15 arxiv: dataproducts.arxiv.tgz 13 16 pdf: dataproducts.pdf … … 16 19 17 20 BIBLIB = dataproducts.bib 21 22 ## this file is a little tricky: these tables and figures have been 23 ## embedded in wrappers with the same names as the input files. 24 ## if these are part of the dependency list, make tries to generate 25 ## the pdf from the tex files and gets in trouble 26 ## this can be prevented if the pdf files have newer dates than the 27 ## tex files. the target 'protect_pdf' touches the PDF files to 28 ## force the date to be later 18 29 19 30 FILES = \ … … 52 63 EPSPICS = 53 64 65 protect_pdf: 66 touch $(PDFPICS) 67 54 68 # dataproducts.pdf: $(FILES) $(PNGPICS) $(PDFPICS) 55 69 dataproducts.pdf: $(FILES)
Note:
See TracChangeset
for help on using the changeset viewer.
