- File:
-
- 1 edited
-
doc/proposals/concurrency/Makefile (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
doc/proposals/concurrency/Makefile
rb512454 rc69adb7 12 12 13 13 FIGURES = ${addsuffix .tex, \ 14 monitor \15 ext_monitor \16 14 } 17 15 … … 34 32 35 33 clean : 36 rm -f *.bbl *.aux *.dvi *.idx *.ilg *.ind *.brf *.out *.log *.toc *.blg *.pstex_t *.cf *.glg *.glo *.gls *.ist *.acn *.acr *.alg\34 rm -f *.bbl *.aux *.dvi *.idx *.ilg *.ind *.brf *.out *.log *.toc *.blg *.pstex_t *.cf *.glg *.glo *.gls *.ist \ 37 35 ${FIGURES} ${PICTURES} ${PROGRAMS} ${GRAPHS} ${basename ${DOCUMENT}}.ps ${DOCUMENT} 38 36 … … 60 58 # Run again to get index title into table of contents 61 59 ${LaTeX} ${basename $@}.tex 62 -./bump_ver.sh63 60 ${LaTeX} ${basename $@}.tex 64 61 … … 79 76 fig2dev -L pstex_t -p $@ $< > $@_t 80 77 81 82 78 # Local Variables: # 83 79 # compile-command: "make" #
Note:
See TracChangeset
for help on using the changeset viewer.