Changeset 2a301ff for doc/theses/colby_parsons_MMAth/Makefile
- Timestamp:
- Aug 31, 2023, 11:31:15 PM (3 years ago)
- Branches:
- master, stuck-waitfor-destruct
- Children:
- 950c58e
- Parents:
- 92355883 (diff), 686912c (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
-
doc/theses/colby_parsons_MMAth/Makefile (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
doc/theses/colby_parsons_MMAth/Makefile
r92355883 r2a301ff 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 # … … 23 23 text/channels \ 24 24 text/waituntil \ 25 text/conclusion \ 25 26 } 26 27 … … 67 68 68 69 DATA = data/pykeSendStatic \ 69 data/pykeSendDynamic\ 70 data/pykeExecutorMem\ 71 data/nasusSendStatic\ 72 data/nasusSendDynamic\ 73 data/pykeExecutorMem\ 70 data/pykeSendDynamic \ 71 data/pykeExecutorMem \ 72 data/nasusSendStatic \ 73 data/nasusSendDynamic \ 74 data/pykeExecutorMem \ 75 data/nasus_Order \ 76 data/pyke_Order \ 74 77 75 78 PICTURES = ${addsuffix .tikz, \ … … 81 84 diagrams/acyclic_swap \ 82 85 diagrams/cyclic_swap \ 86 diagrams/steal \ 87 diagrams/uCpp_select_tree \ 83 88 } 84 89 … … 115 120 # Must have *.aux file containing citations for bibtex 116 121 if [ ! -r ${basename $@}.aux ] ; then ${LaTeX} ${basename $@}.tex ; fi 117 -${BibTeX} ${Build}/${basename $@}122 ${BibTeX} ${Build}/${basename $@} 118 123 # Some citations reference others so run again to resolve these citations 119 124 # ${LaTeX} ${basename $@}.tex
Note:
See TracChangeset
for help on using the changeset viewer.