IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 5, 2019, 8:58:31 PM (7 years ago)
Author:
eugene
Message:

adding polar issue test from stefano

File:
1 edited

Legend:

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

    r40713 r40714  
    1717quick: calibration.quick.pdf
    1818
     19PDFPICS = \
     20pics/A1.pdf \
     21pics/A3.pdf \
     22pics/A4.pdf
     23
    1924FILES = \
    2025../inputs/astro.sty \
    2126../inputs/code.sty \
    2227../inputs/apj.bst \
    23 pics/photflat.example.sm.png \
    24 pics/allsky.photom.sigma.sm.png \
    2528pics/rings.v3.example.png \
    2629pics/KHexample.png \
    2730pics/KHmap.png \
    2831pics/dcr.r2.g.png \
    29 pics/astroflat.gri.sm.png \
    30 pics/astroflat.zy.sm.png \
    3132pics/allsky.astrom.sigma.png \
    3233pics/gaia.photom.png \
    3334pics/gaia.astrom.png \
     35$(PDFPICS) \
    3436calibration.tex
    3537
     38# pics/photflat.example.sm.png \
     39# pics/allsky.photom.sigma.sm.png \
     40# pics/astroflat.gri.sm.png \
     41# pics/astroflat.zy.sm.png \
     42
     43pics/%.pdf : pics/%.ps
     44        echo $^
     45        echo $<
     46        echo $@
     47        echo $*
     48        ps2pdf -dEPSCrop $< $@
     49
     50pdfpics: $(PDFPICS)
    3651calibration.pdf: $(FILES)
    3752calibration.tgz: $(FILES)
Note: See TracChangeset for help on using the changeset viewer.