Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/theses/aaron_moss/phd/Makefile

    r62e782e r2a9d12d  
    66AUX = ${BASE}.aux ${BASE}.bbl ${BASE}.blg ${BASE}.log ${BASE}.out ${BASE}.toc
    77
    8 SOURCES = ${addsuffix .tex, \
    9 thesis \
    10 frontpgs \
    11 introduction \
    12 background \
    13 type-environment \
    14 resolution-heuristics \
    15 conclusion \
    16 }
    17 
    18 .PHONY : all rebuild-refs clean wc
     8.PHONY : all rebuild-refs clean
    199
    2010all : ${DOCUMENT}
     
    2313        @rm -frv ${DOCUMENT} ${AUX}
    2414
    25 wc :
    26         wc ${SOURCES}
    27 
    28 ${DOCUMENT} : ${SOURCES}
     15${DOCUMENT} :
    2916        ${LATEX} ${BASE}
    3017        ${LATEX} ${BASE}
    3118
    32 rebuild-refs : ${SOURCES} aaron-thesis.bib
     19rebuild-refs :
    3320        ${LATEX} ${BASE}
    3421        ${BIBTEX} ${BASE}
Note: See TracChangeset for help on using the changeset viewer.