Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/theses/rob_schluntz/Makefile

    r23c27039 r728df66  
    1 Build = build
    2 Macros = ../../LaTeXmacros
    3 TeXLIB = .:${Macros}:${Build}:../../bibliography:
    4 LaTeX  = TEXINPUTS=${TeXLIB} && export TEXINPUTS && pdflatex -halt-on-error -output-directory=${Build}
     1TeXLIB = .:../LaTeXmacros:../bibliography/:
     2LaTeX  = TEXINPUTS=${TeXLIB} && export TEXINPUTS && pdflatex -halt-on-error
    53BibTeX = BIBINPUTS=${TeXLIB} && export BIBINPUTS && bibtex
    6 
    7 VPATH = ${Build}
    84
    95all : thesis.pdf
    106
    11 thesis.pdf : Makefile ${Build} ${Macros}/common.tex cfa-format.tex thesis.tex intro.tex ctordtor.tex tuples.tex variadic.tex conclusions.tex
     7thesis.pdf : Makefile ../LaTeXmacros/common.tex cfa-format.tex thesis.tex intro.tex ctordtor.tex tuples.tex variadic.tex conclusions.tex
    128        ${LaTeX} thesis
    13         ${BibTeX} ${Build}/thesis
     9        ${BibTeX} thesis
    1410        ${LaTeX} thesis
    1511        ${LaTeX} thesis
    16         cp -p ${Build}/thesis.pdf .
    1712        pdf2ps thesis.pdf thesis.ps
    1813
    19 ${Build}:
    20         mkdir -p ${Build}
    21 
    2214clean :
    23         @rm -frv ${Build}
     15        rm -f *.aux *.bbl *.blg *.lof *.log *.lot *.out *.toc
    2416
    2517spotless : clean
Note: See TracChangeset for help on using the changeset viewer.