IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 15, 2016, 3:48:40 PM (10 years ago)
Author:
eugene
Message:

make makefile system a little more flexible; make tarballs automatically

File:
1 edited

Legend:

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

    r39841 r39868  
    11# $Id: Makefile,v 1.16 2006-01-16 01:11:40 eugene Exp $
     2
     3DO_PDFLATEX = 0
     4DO_BIBTEX = 1
    25
    36help:
     
    58        @echo "  targets:  all calibration"
    69
    7 all: calibration.pdf
    8 calibration: calibration.pdf
     10all: pdf tgz
     11pdf: calibration.pdf
     12tgz: calibration.tgz
    913
    10 CALIBRATION = calibration.tex
     14FILES = \
     15../inputs/astro.sty \
     16../inputs/code.sty \
     17../inputs/apj.bst \
     18../inputs/lib.bib \
     19calibration.tex \
     20calibration.bbl
    1121
    12 #       pics/Metadata.ps
    13 #       pics/earthrot.ps
    14 
    15 calibration.pdf: $(CALIBRATION)
    16 
    17 calibration.ps: $(CALIBRATION)
     22calibration.pdf: $(FILES)
     23calibration.tgz: $(FILES)
    1824
    1925include ../Makefile.Common
Note: See TracChangeset for help on using the changeset viewer.