Changeset b522435


Ignore:
Timestamp:
Jul 16, 2024, 5:05:18 PM (5 hours ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
master
Children:
2363147
Parents:
26d57ca
Message:

add BibDir? macro to user-manual Makefile

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/user/Makefile

    r26d57ca rb522435  
    66TeXLIB = .:${Macros}:${Build}:
    77LaTeX  = TEXINPUTS=${TeXLIB} && export TEXINPUTS && latex -halt-on-error -output-directory=${Build}
    8 BibTeX = BIBINPUTS=../bibliography: && export BIBINPUTS && bibtex
     8BibDir = ../bibliography
     9BibTeX = BIBINPUTS=${BibDir}: && export BIBINPUTS && bibtex
    910
    1011MAKEFLAGS = --no-print-directory --silent #
     
    6162
    6263${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}
    6465        # Conditionally create an empty *.ind (index) file for inclusion until makeindex is run.
    6566        if [ ! -r ${basename $@}.ind ] ; then touch ${Build}/${basename $@}.ind ; fi
Note: See TracChangeset for help on using the changeset viewer.