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.analysis/Makefile

    r39848 r39868  
    11# $Id: Makefile,v 1.16 2006-01-16 01:11:40 eugene Exp $
     2
     3DO_PDFLATEX = 0
     4DO_BIBTEX = 1
    25
    36help:
    47        @echo "USAGE: make (target)"
    5         @echo "  targets:  all analysis"
     8        @echo "  targets:  all pdf tgz"
    69
    7 all: analysis.pdf
    8 analysis: analysis.pdf
     10all: pdf tgz
     11pdf: analysis.pdf
     12tgz: analysis.tgz
    913
    10 ANALYSIS = analysis.tex
     14FILES = \
     15../inputs/astro.sty \
     16../inputs/code.sty \
     17../inputs/apj.bst \
     18../inputs/lib.bib \
     19peaks.ps \
     20FWHM.smooth.trend.ps1.ps \
     21moment.class.ps \
     22radial.profiles.ps \
     23analysis.tex \
     24analysis.bbl
    1125
    12 #       pics/Metadata.ps
    13 #       pics/earthrot.ps
    14 
    15 analysis.pdf: $(ANALYSIS)
    16 
    17 analysis.ps: $(ANALYSIS)
     26analysis.pdf: $(FILES)
     27analysis.tgz: $(FILES)
    1828
    1929include ../Makefile.Common
Note: See TracChangeset for help on using the changeset viewer.