Ignore:
File:
1 edited

Legend:

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

    rbace538 rc04a19e  
    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
    7068        # Must have *.aux file containing citations for bibtex
    7169        if [ ! -r ${basename $@}.aux ] ; then ${LaTeX} $< ; fi
     
    7674        # Make index from *.aux entries and input index at end of document
    7775        -makeglossaries -q -s ${basename $@}.ist ${basename $@}
    78         # Make index from *.aux entries and input index at end of document
    79         -makeindex ${basename $@}.idx
    8076        # Run again to finish citations
    8177        ${LaTeX} $<
Note: See TracChangeset for help on using the changeset viewer.