Changeset bace538 for doc/theses/thierry_delisle_PhD/thesis/Makefile
- Timestamp:
- Jan 13, 2021, 10:23:02 PM (2 years ago)
- Branches:
- ADT, arm-eh, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- 402658b1
- Parents:
- 101cc3a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/theses/thierry_delisle_PhD/thesis/Makefile
r101cc3a rbace538 8 8 BibTeX = BIBINPUTS=${TeXLIB} && export BIBINPUTS && bibtex 9 9 10 MAKEFLAGS = --no-print-directory --silent #10 MAKEFLAGS = --no-print-directory --silent 11 11 VPATH = ${Build} ${Figures} 12 12 … … 66 66 67 67 build/%.dvi : %.tex Makefile | ${Build} 68 # Conditionally create an empty *.ind (index) file for inclusion until makeindex is run. 69 if [ ! -r ${basename $@}.ind ] ; then touch ${basename $@}.ind ; fi 68 70 # Must have *.aux file containing citations for bibtex 69 71 if [ ! -r ${basename $@}.aux ] ; then ${LaTeX} $< ; fi … … 74 76 # Make index from *.aux entries and input index at end of document 75 77 -makeglossaries -q -s ${basename $@}.ist ${basename $@} 78 # Make index from *.aux entries and input index at end of document 79 -makeindex ${basename $@}.idx 76 80 # Run again to finish citations 77 81 ${LaTeX} $<
Note: See TracChangeset
for help on using the changeset viewer.