Changeset 512d3dc1 for doc/theses/thierry_delisle_PhD/thesis/Makefile
- Timestamp:
- May 23, 2022, 4:48:59 PM (3 years ago)
- Branches:
- ADT, ast-experimental, master, pthread-emulation, qualifiedEnum
- Children:
- f820f42
- Parents:
- 598dc68
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/theses/thierry_delisle_PhD/thesis/Makefile
r598dc68 r512d3dc1 3 3 Build = build 4 4 Figures = img 5 Macros = ../../../LaTeXmacros 6 TeXLIB = .:${Macros}:${Build}:../../../bibliography: 5 6 LaTMac = ../../../LaTeXmacros 7 BibRep = ../../../bibliography 8 9 Macros = ${LaTMac} 10 TeXLIB = .:${Macros}:${Build}:${BibRep}: 7 11 LaTeX = TEXINPUTS=${TeXLIB} && export TEXINPUTS && latex -halt-on-error -output-directory=${Build} 8 12 BibTeX = BIBINPUTS=${TeXLIB} && export BIBINPUTS && bibtex … … 71 75 ## Define the documents that need to be made. 72 76 all: thesis.pdf 73 thesis.pdf: ${TEXTS} ${FIGURES} ${PICTURES} thesis.tex glossary.tex local.bib ../../../LaTeXmacros/common.tex ../../../LaTeXmacros/common.sty77 thesis.pdf: ${TEXTS} ${FIGURES} ${PICTURES} thesis.tex glossary.tex local.bib ${LaTMac}/common.tex ${LaTMac}/common.sty ${BibRep}/pl.bib 74 78 75 79 DOCUMENT = thesis.pdf
Note: See TracChangeset
for help on using the changeset viewer.