- File:
-
- 1 edited
-
doc/theses/thierry_delisle/Makefile (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
doc/theses/thierry_delisle/Makefile
r484ee53 re8db295 51 51 52 52 DOCUMENT = thesis.pdf 53 BASE = ${basename ${DOCUMENT}}54 53 55 54 # Directives # … … 60 59 61 60 clean : 62 @rm -frv ${DOCUMENT} ${ BASE}.ps ${Build}61 @rm -frv ${DOCUMENT} ${basename ${DOCUMENT}}.ps ${Build} 63 62 64 63 # File Dependencies # 65 64 66 ${DOCUMENT} : ${ BASE}.ps65 ${DOCUMENT} : ${basename ${DOCUMENT}}.ps 67 66 ps2pdf $< 68 67 69 ${ BASE}.ps : ${BASE}.dvi68 ${basename ${DOCUMENT}}.ps : ${basename ${DOCUMENT}}.dvi 70 69 dvips ${Build}/$< -o $@ 71 70 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 74 73 # Must have *.aux file containing citations for bibtex 75 74 if [ ! -r ${basename $@}.aux ] ; then ${LaTeX} ${basename $@}.tex ; fi … … 92 91 fig2dev -L eepic $< > ${Build}/$@ 93 92 94 %.ps : %.fig |${Build}93 %.ps : %.fig ${Build} 95 94 fig2dev -L ps $< > ${Build}/$@ 96 95 97 %.pstex : %.fig |${Build}96 %.pstex : %.fig ${Build} 98 97 fig2dev -L pstex $< > ${Build}/$@ 99 98 fig2dev -L pstex_t -p ${Build}/$@ $< > ${Build}/$@_t
Note:
See TracChangeset
for help on using the changeset viewer.