Changeset 87f572e for doc/theses/thierry_delisle_PhD/comp_II/Makefile
- Timestamp:
- Mar 9, 2020, 11:09:41 AM (3 years ago)
- Branches:
- arm-eh, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- 5b544a6
- Parents:
- 331eacbe (diff), 3d3cbd0 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/theses/thierry_delisle_PhD/comp_II/Makefile
r331eacbe r87f572e 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.