Changeset 565acf59 for doc/theses/thierry_delisle_PhD/thesis/Makefile
- Timestamp:
- Feb 12, 2021, 12:27:38 PM (5 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum, stuck-waitfor-destruct
- Children:
- eb24cec0
- Parents:
- da3963a (diff), 52f6250 (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/thesis/Makefile (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
doc/theses/thierry_delisle_PhD/thesis/Makefile
rda3963a r565acf59 32 32 emptytree \ 33 33 fairness \ 34 io_uring \ 35 pivot_ring \ 34 36 system \ 35 37 } … … 43 45 ## Define the documents that need to be made. 44 46 all: thesis.pdf 45 thesis.pdf: ${TEXTS} ${FIGURES} ${PICTURES} glossary.tex local.bib47 thesis.pdf: ${TEXTS} ${FIGURES} ${PICTURES} thesis.tex glossary.tex local.bib 46 48 47 49 DOCUMENT = thesis.pdf … … 105 107 sed -i 's/$@/${Build}\/$@/g' ${Build}/$@_t 106 108 109 build/fairness.svg: fig/fairness.py | ${Build} 110 python3 fig/fairness.py build/fairness.svg 111 107 112 ## pstex with inverted colors 108 113 %.dark.pstex : fig/%.fig Makefile | ${Build}
Note:
See TracChangeset
for help on using the changeset viewer.