Changeset 729b794
- Timestamp:
- Jun 30, 2023, 4:52:37 PM (17 months ago)
- Branches:
- master
- Children:
- fb4b283
- Parents:
- c5e2a84
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/theses/colby_parsons_MMAth/Makefile
rc5e2a84 r729b794 6 6 TeXLIB = .:style:text:${Macros}:${Build}:../../bibliography: 7 7 LaTeX = TEXINPUTS=${TeXLIB} && export TEXINPUTS && latex -halt-on-error -output-directory=${Build} 8 BibTeX = BIBINPUTS=${TeXLIB} && export BIBINPUTS && bibtex -terse8 BibTeX = BIBINPUTS=${TeXLIB} && export BIBINPUTS && bibtex 9 9 10 10 MAKEFLAGS = --no-print-directory --silent # … … 117 117 # Must have *.aux file containing citations for bibtex 118 118 if [ ! -r ${basename $@}.aux ] ; then ${LaTeX} ${basename $@}.tex ; fi 119 -${BibTeX} ${Build}/${basename $@}119 ${BibTeX} ${Build}/${basename $@} 120 120 # Some citations reference others so run again to resolve these citations 121 121 # ${LaTeX} ${basename $@}.tex
Note: See TracChangeset
for help on using the changeset viewer.