IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 3, 2018, 5:47:07 AM (8 years ago)
Author:
eugene
Message:

added updated images; text mods from Dave Soderblom

File:
1 edited

Legend:

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

    r39866 r40562  
    11# $Id: Makefile,v 1.16 2006-01-16 01:11:40 eugene Exp $
    2 PDFLATEX = env TEXINPUTS=.:..:inputs:./inputs:LaTeX:$(TEXINPUTS): pdflatex
    3 BIBTEX   = env BIBINPUTS=.:..:inputs:../inputs BSTINPUTS=.:..:inputs:../inputs bibtex
     2
     3DO_PDFLATEX = 1
     4DO_BIBTEX = 1
    45
    56help:
    67        @echo "USAGE: make (target)"
    7         @echo "  targets:  all detrend"
     8        @echo "  targets:  all tgz pdf"
    89
    9 all: detrend.pdf
    10 
    11 DETREND = detrend.tex
    12 
    13 #       pics/Metadata.ps
    14 #       pics/earthrot.ps
    15 
    16 detrend.pdf: $(DETREND)
    17         rm -f detrend.aux detrend.bbl detrend.blg
    18         $(PDFLATEX) $<
    19         $(BIBTEX) detrend
    20         $(PDFLATEX) $<
    21         $(PDFLATEX) $<
    22         $(PDFLATEX) $<
    23 
    24 #detrend.ps: $(DETREND)
    25 
    26 include ../Makefile.Common
     10all: pdf tgz
     11tgz: detrend.tgz
     12pdf: detrend.pdf
    2713
    2814FILES = \
     
    6349images/stack_3775944_expwt.jpg
    6450
    65 submission :
    66         tar --transform 's%inputs/%%' -zcf waters2017.tgz $(FILES)
     51include ../Makefile.Common
     52
     53# submission :
     54#       tar --transform 's%inputs/%%' -zcf waters2017.tgz $(FILES)
Note: See TracChangeset for help on using the changeset viewer.