- Timestamp:
- Nov 29, 2012, 2:15:01 PM (14 years ago)
- Location:
- branches/eam_branches/ipp-20120905
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
ppTranslate/documentation/ICD/Makefile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20120905
- Property svn:mergeinfo changed
-
branches/eam_branches/ipp-20120905/ppTranslate/documentation/ICD/Makefile
r34566 r34735 1 SOURCE=PSDC-940-005 1 SOURCE = PSDC-940-005 2 3 FIGURES = figures/exposure_ota.eps \ 4 figures/ext_theta.eps \ 5 figures/ipp_workflow.eps 2 6 3 7 RM=/bin/rm -f 4 8 5 all: 9 figures/%.eps: figures/%.fig 10 fig2dev -L eps $< $@ 11 12 all: figures 13 latex $(SOURCE).tex 14 bibtex $(SOURCE) 6 15 latex $(SOURCE).tex 7 16 latex $(SOURCE).tex … … 12 21 @echo 13 22 23 figures: $(FIGURES) 24 14 25 clean: 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.
