Changeset b522435
- Timestamp:
- Jul 16, 2024, 5:05:18 PM (3 months ago)
- Branches:
- master
- Children:
- 2363147
- Parents:
- 26d57ca
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/user/Makefile
r26d57ca rb522435 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.