Changes in doc/refrat/Makefile [fb16d5c:23c27039]
- File:
-
- 1 edited
-
doc/refrat/Makefile (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
doc/refrat/Makefile
rfb16d5c r23c27039 34 34 35 35 DOCUMENT = refrat.pdf 36 BASE = ${basename ${DOCUMENT}}37 36 38 37 # Directives # … … 43 42 44 43 clean : 45 @rm -frv ${DOCUMENT} ${ BASE}.ps ${Build}44 @rm -frv ${DOCUMENT} ${basename ${DOCUMENT}}.ps ${Build} 46 45 47 46 # File Dependencies # 48 47 49 ${DOCUMENT} : ${ BASE}.ps48 ${DOCUMENT} : ${basename ${DOCUMENT}}.ps 50 49 ps2pdf $< 51 50 52 ${ BASE}.ps : ${BASE}.dvi51 ${basename ${DOCUMENT}}.ps : ${basename ${DOCUMENT}}.dvi 53 52 dvips ${Build}/$< -o $@ 54 53 55 ${ BASE}.dvi : Makefile ${Build} ${GRAPHS} ${PROGRAMS} ${PICTURES} ${FIGURES} ${SOURCES} \54 ${basename ${DOCUMENT}}.dvi : Makefile ${Build} ${GRAPHS} ${PROGRAMS} ${PICTURES} ${FIGURES} ${SOURCES} \ 56 55 ${Macros}/common.tex ${Macros}/lstlang.sty ${Macros}/indexstyle ../bibliography/pl.bib 57 56 # Conditionally create an empty *.ind (index) file for inclusion until makeindex is run. … … 71 70 72 71 predefined : 73 sed -f predefined.sed ${ BASE}.tex > ${basename $@}.cf72 sed -f predefined.sed ${basename ${DOCUMENT}}.tex > ${basename $@}.cf 74 73 75 74 ## Define the default recipes. … … 78 77 mkdir -p ${Build} 79 78 80 %.tex : %.fig ${Build}79 %.tex : %.fig 81 80 fig2dev -L eepic $< > ${Build}/$@ 82 81 83 %.ps : %.fig ${Build}82 %.ps : %.fig 84 83 fig2dev -L ps $< > ${Build}/$@ 85 84 86 %.pstex : %.fig ${Build}85 %.pstex : %.fig 87 86 fig2dev -L pstex $< > ${Build}/$@ 88 87 fig2dev -L pstex_t -p ${Build}/$@ $< > ${Build}/$@_t
Note:
See TracChangeset
for help on using the changeset viewer.