Changeset 97f9619 for doc/user/Makefile
- Timestamp:
- Jul 16, 2024, 10:35:29 PM (18 months ago)
- Branches:
- master
- Children:
- 0097d08
- Parents:
- 68ea8d2 (diff), 88bc876 (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) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
doc/user/Makefile
r68ea8d2 r97f9619 6 6 TeXLIB = .:${Macros}:${Build}: 7 7 LaTeX = TEXINPUTS=${TeXLIB} && export TEXINPUTS && latex -halt-on-error -output-directory=${Build} 8 BibTeX = BIBINPUTS=../bibliography: && export BIBINPUTS && bibtex 8 BibDir = ../bibliography 9 BibTeX = BIBINPUTS=${BibDir}: && export BIBINPUTS && bibtex 9 10 10 11 MAKEFLAGS = --no-print-directory --silent # … … 61 62 62 63 ${BASE}.dvi : Makefile ${GRAPHS} ${PROGRAMS} ${PICTURES} ${FIGURES} ${SOURCES} ${Macros}/common.tex ${Macros}/common.sty \ 63 ${Macros}/lstlang.sty ${Macros}/indexstyle ../bibliography/pl.bib build/version | ${Build}64 ${Macros}/lstlang.sty ${Macros}/indexstyle ${BibDir}/pl.bib build/version | ${Build} 64 65 # Conditionally create an empty *.ind (index) file for inclusion until makeindex is run. 65 66 if [ ! -r ${basename $@}.ind ] ; then touch ${Build}/${basename $@}.ind ; fi
Note:
See TracChangeset
for help on using the changeset viewer.