- File:
-
- 1 edited
-
doc/proposals/concurrency/Makefile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
doc/proposals/concurrency/Makefile
rf739788 rcae28da 1 1 ## Define the appropriate configuration variables. 2 2 3 TeXLIB = .:./style:./text:./annex:./build:../../LaTeXmacros:../../LaTeXmacros/listings:../../LaTeXmacros/enumitem:~/bibliographies: 3 TeXLIB = .:./style:./text:./annex:./build:../../LaTeXmacros:../../LaTeXmacros/listings:../../LaTeXmacros/enumitem:~/bibliographies:/usr/local/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 \ 77 80 figures/*.tex \ 78 81 *.png \
Note:
See TracChangeset
for help on using the changeset viewer.