IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 6, 2017, 11:15:00 AM (10 years ago)
Author:
eugene
Message:

merge changes from trunk (updates to the papers)

Location:
branches/czw_branch/20160809/doc/release.2015/ps1.analysis
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/czw_branch/20160809/doc/release.2015/ps1.analysis

    • Property svn:ignore
      •  

        old new  
        55analysis.dvi
        66analysisNotes.bib
         7analysis.bbl
         8analysis.blg
         9analysis.tgz
         10analysis.tpm
         11texput.log
  • branches/czw_branch/20160809/doc/release.2015/ps1.analysis/Makefile

    r37890 r39920  
    11# $Id: Makefile,v 1.16 2006-01-16 01:11:40 eugene Exp $
     2
     3# WARNING : pdflatex does not do .ps
     4#
     5DO_PDFLATEX = 1
     6DO_BIBTEX = 0
    27
    38help:
    49        @echo "USAGE: make (target)"
    5         @echo "  targets:  all analysis"
     10        @echo "  targets:  all pdf tgz"
    611
    7 all: analysis.pdf
     12all: pdf tgz
     13pdf: analysis.pdf
     14tgz: analysis.tgz
    815
    9 ANALYSIS = analysis.tex
     16PDFPICS = \
     17pics/peaks.pdf \
     18pics/FWHM.smooth.trend.ps1.pdf \
     19pics/moment.class.pdf \
     20pics/radial.profiles.pdf
    1021
    11 #       pics/Metadata.ps
    12 #       pics/earthrot.ps
     22FILES = \
     23../inputs/astro.sty \
     24../inputs/code.sty \
     25../inputs/apj.bst \
     26../inputs/lib.bib \
     27$(PDFPICS) \
     28analysis.tex
    1329
    14 analysis.pdf: $(ANALYSIS)
     30pics/%.pdf : pics/%.ps
     31        echo $^
     32        echo $<
     33        echo $@
     34        echo $*
     35        ps2pdf -dEPSCrop $< $@
    1536
    16 analysis.ps: $(ANALYSIS)
     37pdfpics: $(PDFPICS)
     38analysis.pdf: $(FILES)
     39analysis.tgz: $(FILES)
    1740
    1841include ../Makefile.Common
Note: See TracChangeset for help on using the changeset viewer.