Changeset 8d66610 for doc/theses/mubeen_zulfiqar_MMath/Makefile
- Timestamp:
- May 21, 2021, 4:48:10 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:
- f1bce515
- Parents:
- 5407cdc (diff), 7404cdc (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/mubeen_zulfiqar_MMath/Makefile
r5407cdc r8d66610 15 15 16 16 .PHONY: all clean 17 .PRECIOUS: %.dvi %.ps # do not delete intermediate files 17 18 18 19 ### Commands: 19 20 LATEX = TEXINPUTS=${TEXLIB} && export TEXINPUTS && latex -halt-on-error -output-directory=${BUILD} 20 21 BIBTEX = BIBINPUTS=${BIBLIB} bibtex 21 #GLOSSARY =INDEXSTYLE=${BUILD} makeglossaries-lite22 #GLOSSARY = INDEXSTYLE=${BUILD} makeglossaries-lite 22 23 23 24 ### Rules and Recipes: … … 25 26 all: ${DOC} 26 27 27 ${BUILD}/%.dvi: ${TEXSRC} ${FIGSRC: .fig=.tex} ${BIBSRC} Makefile | ${BUILD}28 ${BUILD}/%.dvi: ${TEXSRC} ${FIGSRC:%.fig=%.tex} ${BIBSRC} Makefile | ${BUILD} 28 29 ${LATEX} ${BASE} 29 30 ${BIBTEX} ${BUILD}/${BASE}
Note:
See TracChangeset
for help on using the changeset viewer.