Changeset 6a490b2 for doc/theses/thierry_delisle_PhD/comp_II/Makefile
- Timestamp:
- May 11, 2020, 1:53:29 PM (6 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum, stuck-waitfor-destruct
- Children:
- 504a7dc
- Parents:
- b7d6a36 (diff), a7b486b (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
-
doc/theses/thierry_delisle_PhD/comp_II/Makefile (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
doc/theses/thierry_delisle_PhD/comp_II/Makefile
rb7d6a36 r6a490b2 2 2 3 3 Build = build 4 Figures = figures4 Figures = img 5 5 Macros = ../../../LaTeXmacros 6 6 TeXLIB = .:${Macros}:${Build}:../../../bibliography: … … 18 18 19 19 FIGURES = ${addsuffix .tex, \ 20 base \ 21 empty \ 22 emptybit \ 23 emptytree \ 24 emptytls \ 25 resize \ 26 system \ 20 27 } 21 28 … … 70 77 mkdir -p ${Build} 71 78 72 %.tex : %.fig ${Build}79 %.tex : img/%.fig ${Build} 73 80 fig2dev -L eepic $< > ${Build}/$@ 74 81 75 %.ps : %.fig | ${Build}82 %.ps : img/%.fig | ${Build} 76 83 fig2dev -L ps $< > ${Build}/$@ 77 84 78 %.pstex : %.fig | ${Build}85 %.pstex : img/%.fig | ${Build} 79 86 fig2dev -L pstex $< > ${Build}/$@ 80 87 fig2dev -L pstex_t -p ${Build}/$@ $< > ${Build}/$@_t
Note:
See TracChangeset
for help on using the changeset viewer.