IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 6, 2012, 6:32:19 PM (14 years ago)
Author:
watersc1
Message:

merge from trunk. Preliminary versions of stacktool/warptool updates and regenerate_background.pl script. The warp code is finished and tested, and I still need to get the stack version resolved.

Location:
branches/czw_branch/20120906/ppTranslate/documentation
Files:
3 copied

Legend:

Unmodified
Added
Removed
  • branches/czw_branch/20120906/ppTranslate/documentation/ICD/Makefile

    r34678 r34772  
    1 SOURCE=PSDC-940-005
     1SOURCE  = PSDC-940-005
     2
     3FIGURES = figures/exposure_ota.eps \
     4        figures/ext_theta.eps \
     5        figures/ipp_workflow.eps
    26
    37RM=/bin/rm -f
    48
    5 all:
     9figures/%.eps: figures/%.fig
     10        fig2dev -L eps $< $@
     11
     12all: figures
     13        latex $(SOURCE).tex
     14        bibtex $(SOURCE)
    615        latex $(SOURCE).tex
    716        latex $(SOURCE).tex
     
    1221        @echo
    1322
     23figures: $(FIGURES)
     24
    1425clean:
    15         $(RM) *.aux *.dvi *.out *.pdf *.toc *.log *~
     26        $(RM) *.aux *.dvi *.out *.pdf *.toc *.log *~ *.blg *.bbl
     27        $(RM) $(FIGURES)
Note: See TracChangeset for help on using the changeset viewer.