Changeset c28ea4e for doc/theses/thierry_delisle_PhD/thesis/Makefile
- Timestamp:
- Nov 4, 2020, 2:56:30 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
- Children:
- eeb5023
- Parents:
- 4b30e8cc (diff), a3f5208a (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/thesis/Makefile
r4b30e8cc rc28ea4e 15 15 front \ 16 16 intro \ 17 existing \ 17 18 runtime \ 18 19 core \ … … 27 28 base \ 28 29 empty \ 30 system \ 29 31 } 30 32 … … 37 39 ## Define the documents that need to be made. 38 40 all: thesis.pdf 39 thesis.pdf: ${TEXTS} ${FIGURES} ${PICTURES} glossary.tex 41 thesis.pdf: ${TEXTS} ${FIGURES} ${PICTURES} glossary.tex local.bib 40 42 41 43 DOCUMENT = thesis.pdf
Note:
See TracChangeset
for help on using the changeset viewer.