Changes in doc/user/Makefile [3f5a28b:218aecf]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/user/Makefile
r3f5a28b r218aecf 1 1 ## Define the appropriate configuration variables. 2 2 3 TeXLIB = .:../LaTeXmacros:../ bibliography/:3 TeXLIB = .:../LaTeXmacros:../LaTeXmacros/listings:../LaTeXmacros/enumitem:../bibliography/: 4 4 LaTeX = TEXINPUTS=${TeXLIB} && export TEXINPUTS && latex -halt-on-error 5 5 BibTeX = BIBINPUTS=${TeXLIB} && export BIBINPUTS && bibtex … … 12 12 13 13 FIGURES = ${addsuffix .tex, \ 14 EHMHierarchy \15 14 Cdecl \ 16 15 pointer1 \
Note:
See TracChangeset
for help on using the changeset viewer.