Changeset a037f85 for doc/theses/thierry_delisle_PhD/comp_II/Makefile
- Timestamp:
- Mar 5, 2020, 3:51:40 PM (5 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- 289c7d2
- Parents:
- 04e6f93
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/theses/thierry_delisle_PhD/comp_II/Makefile
r04e6f93 ra037f85 18 18 19 19 FIGURES = ${addsuffix .tex, \ 20 base \ 21 empty \ 22 emptybit \ 23 emptytree \ 24 resize \ 20 25 } 21 26 … … 70 75 mkdir -p ${Build} 71 76 72 %.tex : %.fig ${Build}77 %.tex : img/%.fig ${Build} 73 78 fig2dev -L eepic $< > ${Build}/$@ 74 79 75 %.ps : %.fig | ${Build}80 %.ps : img/%.fig | ${Build} 76 81 fig2dev -L ps $< > ${Build}/$@ 77 82 78 %.pstex : %.fig | ${Build}83 %.pstex : img/%.fig | ${Build} 79 84 fig2dev -L pstex $< > ${Build}/$@ 80 85 fig2dev -L pstex_t -p ${Build}/$@ $< > ${Build}/$@_t
Note: See TracChangeset
for help on using the changeset viewer.