- File:
-
- 1 edited
-
doc/proposals/concurrency/Makefile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
doc/proposals/concurrency/Makefile
rcae28da rf739788 1 1 ## Define the appropriate configuration variables. 2 2 3 TeXLIB = .:./style:./text:./annex:./build:../../LaTeXmacros:../../LaTeXmacros/listings:../../LaTeXmacros/enumitem:~/bibliographies: /usr/local/bibliographies:3 TeXLIB = .:./style:./text:./annex:./build:../../LaTeXmacros:../../LaTeXmacros/listings:../../LaTeXmacros/enumitem:~/bibliographies: 4 4 LaTeX = TEXINPUTS=${TeXLIB} && export TEXINPUTS && latex -halt-on-error -output-directory=build -interaction=nonstopmode 5 5 BibTeX = BIBINPUTS=${TeXLIB} && export BIBINPUTS && bibtex -terse … … 75 75 build/*.tex \ 76 76 build/*.toc \ 77 build/*.lof \78 build/*.lol \79 build/*.lot \80 77 figures/*.tex \ 81 78 *.png \
Note:
See TracChangeset
for help on using the changeset viewer.