Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/proposals/concurrency/Makefile

    rb512454 rc69adb7  
    1212
    1313FIGURES = ${addsuffix .tex, \
    14         monitor \
    15         ext_monitor \
    1614}
    1715
     
    3432
    3533clean :
    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 \
    3735                ${FIGURES} ${PICTURES} ${PROGRAMS} ${GRAPHS} ${basename ${DOCUMENT}}.ps ${DOCUMENT}
    3836
     
    6058        # Run again to get index title into table of contents
    6159        ${LaTeX} ${basename $@}.tex
    62         -./bump_ver.sh
    6360        ${LaTeX} ${basename $@}.tex
    6461
     
    7976        fig2dev -L pstex_t -p $@ $< > $@_t
    8077
    81 
    8278# Local Variables: #
    8379# compile-command: "make" #
Note: See TracChangeset for help on using the changeset viewer.