Changeset 729b794 for doc/theses


Ignore:
Timestamp:
Jun 30, 2023, 4:52:37 PM (12 months ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
master
Children:
fb4b283
Parents:
c5e2a84
Message:

force bibtex to run in Makefile and print more output

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/theses/colby_parsons_MMAth/Makefile

    rc5e2a84 r729b794  
    66TeXLIB = .:style:text:${Macros}:${Build}:../../bibliography:
    77LaTeX  = TEXINPUTS=${TeXLIB} && export TEXINPUTS && latex -halt-on-error -output-directory=${Build}
    8 BibTeX = BIBINPUTS=${TeXLIB} && export BIBINPUTS && bibtex -terse
     8BibTeX = BIBINPUTS=${TeXLIB} && export BIBINPUTS && bibtex
    99
    1010MAKEFLAGS = --no-print-directory --silent #
     
    117117        # Must have *.aux file containing citations for bibtex
    118118        if [ ! -r ${basename $@}.aux ] ; then ${LaTeX} ${basename $@}.tex ; fi
    119         -${BibTeX} ${Build}/${basename $@}
     119        ${BibTeX} ${Build}/${basename $@}
    120120        # Some citations reference others so run again to resolve these citations
    121121#       ${LaTeX} ${basename $@}.tex
Note: See TracChangeset for help on using the changeset viewer.