IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 41410


Ignore:
Timestamp:
Sep 3, 2020, 8:51:30 AM (6 years ago)
Author:
eugene
Message:

update to deal with figure tex inputs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/release.2015/ps1.dataproducts/Makefile

    r41408 r41410  
    99
    1010all: pdf tgz
    11 journal: dataproducts.journal.tgz
     11
     12journal: protect_pdf dataproducts.journal.tgz
     13# journal: dataproducts.journal.tgz
     14
    1215arxiv: dataproducts.arxiv.tgz
    1316pdf: dataproducts.pdf
     
    1619
    1720BIBLIB = 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
    1829
    1930FILES = \
     
    5263EPSPICS =
    5364
     65protect_pdf:
     66        touch $(PDFPICS)
     67
    5468# dataproducts.pdf: $(FILES) $(PNGPICS) $(PDFPICS)
    5569dataproducts.pdf: $(FILES)
Note: See TracChangeset for help on using the changeset viewer.