- Timestamp:
- Dec 6, 2012, 6:32:19 PM (14 years ago)
- Location:
- branches/czw_branch/20120906/ppTranslate/documentation
- Files:
-
- 3 copied
-
. (copied) (copied from trunk/ppTranslate/documentation )
-
ICD (copied) (copied from trunk/ppTranslate/documentation/ICD )
-
ICD/Makefile (copied) (copied from trunk/ppTranslate/documentation/ICD/Makefile ) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/czw_branch/20120906/ppTranslate/documentation/ICD/Makefile
r34678 r34772 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.
