Ignore:
Timestamp:
Jul 3, 2023, 1:12:51 PM (3 years ago)
Author:
caparsons <caparson@…>
Branches:
master, stuck-waitfor-destruct
Children:
96ea77a
Parents:
00b046f (diff), 1ae3ac46 (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.
Message:

Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/theses/colby_parsons_MMAth/Makefile

    r00b046f r70f97c8  
    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.