Changeset 1f17e07 for doc/user/Makefile
- Timestamp:
- Jun 20, 2016, 11:53:53 AM (9 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, ctor, deferred_resn, demangler, enum, forall-pointer-decay, gc_noraii, jacob/cs343-translation, jenkins-sandbox, master, memory, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
- Children:
- 56a9ce6
- Parents:
- 7ef1555e (diff), 9724df0 (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/user/Makefile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
doc/user/Makefile
r7ef1555e r1f17e07 1 1 ## Define the appropriate configuration variables. 2 2 3 TeXLIB = .:../ bibliography/:../LaTeXmacros/:3 TeXLIB = .:../LaTeXmacros:../LaTeXmacros/listings:../LaTeXmacros/enumitem:../bibliography/: 4 4 LaTeX = TEXINPUTS=${TeXLIB} && export TEXINPUTS && latex 5 5 BibTeX = BIBINPUTS=${TeXLIB} && export BIBINPUTS && bibtex
Note:
See TracChangeset
for help on using the changeset viewer.