Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/theses/thierry_delisle/Makefile

    r484ee53 re8db295  
    5151
    5252DOCUMENT = thesis.pdf
    53 BASE = ${basename ${DOCUMENT}}
    5453
    5554# Directives #
     
    6059
    6160clean :
    62         @rm -frv ${DOCUMENT} ${BASE}.ps ${Build}
     61        @rm -frv ${DOCUMENT} ${basename ${DOCUMENT}}.ps ${Build}
    6362
    6463# File Dependencies #
    6564
    66 ${DOCUMENT} : ${BASE}.ps
     65${DOCUMENT} : ${basename ${DOCUMENT}}.ps
    6766        ps2pdf $<
    6867
    69 ${BASE}.ps : ${BASE}.dvi
     68${basename ${DOCUMENT}}.ps : ${basename ${DOCUMENT}}.dvi
    7069        dvips ${Build}/$< -o $@
    7170
    72 ${BASE}.dvi : Makefile ${GRAPHS} ${PROGRAMS} ${PICTURES} ${FIGURES} ${SOURCES} \
    73                 ${Macros}/common.tex ${Macros}/indexstyle annex/local.bib ../../bibliography/pl.bib | ${Build}
     71${basename ${DOCUMENT}}.dvi : Makefile ${Build} ${GRAPHS} ${PROGRAMS} ${PICTURES} ${FIGURES} ${SOURCES} \
     72                ${Macros}/common.tex ${Macros}/indexstyle annex/local.bib ../../bibliography/pl.bib
    7473        # Must have *.aux file containing citations for bibtex
    7574        if [ ! -r ${basename $@}.aux ] ; then ${LaTeX} ${basename $@}.tex ; fi
     
    9291        fig2dev -L eepic $< > ${Build}/$@
    9392
    94 %.ps : %.fig | ${Build}
     93%.ps : %.fig ${Build}
    9594        fig2dev -L ps $< > ${Build}/$@
    9695
    97 %.pstex : %.fig | ${Build}
     96%.pstex : %.fig ${Build}
    9897        fig2dev -L pstex $< > ${Build}/$@
    9998        fig2dev -L pstex_t -p ${Build}/$@ $< > ${Build}/$@_t
Note: See TracChangeset for help on using the changeset viewer.