Ignore:
Timestamp:
Jan 13, 2021, 10:23:02 PM (3 years ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
402658b1
Parents:
101cc3a
Message:

proofread Thierry's chapter 2 and 3, update latex formatting, add bibliography entries

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/theses/thierry_delisle_PhD/thesis/Makefile

    r101cc3a rbace538  
    88BibTeX = BIBINPUTS=${TeXLIB} && export BIBINPUTS && bibtex
    99
    10 MAKEFLAGS = --no-print-directory --silent #
     10MAKEFLAGS = --no-print-directory --silent
    1111VPATH = ${Build} ${Figures}
    1212
     
    6666
    6767build/%.dvi : %.tex Makefile | ${Build}
     68        # Conditionally create an empty *.ind (index) file for inclusion until makeindex is run.
     69        if [ ! -r ${basename $@}.ind ] ; then touch ${basename $@}.ind ; fi
    6870        # Must have *.aux file containing citations for bibtex
    6971        if [ ! -r ${basename $@}.aux ] ; then ${LaTeX} $< ; fi
     
    7476        # Make index from *.aux entries and input index at end of document
    7577        -makeglossaries -q -s ${basename $@}.ist ${basename $@}
     78        # Make index from *.aux entries and input index at end of document
     79        -makeindex ${basename $@}.idx
    7680        # Run again to finish citations
    7781        ${LaTeX} $<
Note: See TracChangeset for help on using the changeset viewer.