Changes in doc/refrat/Makefile [90c3b1c:20e409e]
- File:
-
- 1 edited
-
doc/refrat/Makefile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
doc/refrat/Makefile
r90c3b1c r20e409e 1 1 ## Define the appropriate configuration variables. 2 2 3 Macros = 4 TeXLIB = .:${Macros}: 3 TeXLIB = .:: 5 4 LaTeX = TEXINPUTS=${TeXLIB} && export TEXINPUTS && latex 6 5 BibTeX = BSTINPUTS=${TeXLIB} && export BSTINPUTS && bibtex
Note:
See TracChangeset
for help on using the changeset viewer.