Changeset b9537e6 for doc/theses/thierry_delisle_PhD/thesis/Makefile
- Timestamp:
- Oct 30, 2020, 12:35:59 PM (4 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- f7e4f8e8
- Parents:
- 223a633
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/theses/thierry_delisle_PhD/thesis/Makefile
r223a633 rb9537e6 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.