Ignore:
Timestamp:
Aug 31, 2023, 11:31:15 PM (3 years ago)
Author:
JiadaL <j82liang@…>
Branches:
master, stuck-waitfor-destruct
Children:
950c58e
Parents:
92355883 (diff), 686912c (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:

Resolve conflict

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/theses/colby_parsons_MMAth/Makefile

    r92355883 r2a301ff  
    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 #
     
    2323        text/channels \
    2424        text/waituntil \
     25        text/conclusion \
    2526}
    2627
     
    6768
    6869DATA =  data/pykeSendStatic \
    69         data/pykeSendDynamic\
    70         data/pykeExecutorMem\
    71         data/nasusSendStatic\
    72         data/nasusSendDynamic\
    73         data/pykeExecutorMem\
     70        data/pykeSendDynamic \
     71        data/pykeExecutorMem \
     72        data/nasusSendStatic \
     73        data/nasusSendDynamic \
     74        data/pykeExecutorMem \
     75        data/nasus_Order \
     76        data/pyke_Order \
    7477
    7578PICTURES = ${addsuffix .tikz, \
     
    8184        diagrams/acyclic_swap \
    8285        diagrams/cyclic_swap \
     86        diagrams/steal \
     87        diagrams/uCpp_select_tree \
    8388}
    8489
     
    115120        # Must have *.aux file containing citations for bibtex
    116121        if [ ! -r ${basename $@}.aux ] ; then ${LaTeX} ${basename $@}.tex ; fi
    117         -${BibTeX} ${Build}/${basename $@}
     122        ${BibTeX} ${Build}/${basename $@}
    118123        # Some citations reference others so run again to resolve these citations
    119124#       ${LaTeX} ${basename $@}.tex
Note: See TracChangeset for help on using the changeset viewer.