Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/proposals/concurrency/Makefile

    rc69adb7 rb512454  
    1212
    1313FIGURES = ${addsuffix .tex, \
     14        monitor \
     15        ext_monitor \
    1416}
    1517
     
    3234
    3335clean :
    34         rm -f *.bbl *.aux *.dvi *.idx *.ilg *.ind *.brf *.out *.log *.toc *.blg *.pstex_t *.cf *.glg *.glo *.gls *.ist \
     36        rm -f *.bbl *.aux *.dvi *.idx *.ilg *.ind *.brf *.out *.log *.toc *.blg *.pstex_t *.cf *.glg *.glo *.gls *.ist *.acn *.acr *.alg \
    3537                ${FIGURES} ${PICTURES} ${PROGRAMS} ${GRAPHS} ${basename ${DOCUMENT}}.ps ${DOCUMENT}
    3638
     
    5860        # Run again to get index title into table of contents
    5961        ${LaTeX} ${basename $@}.tex
     62        -./bump_ver.sh
    6063        ${LaTeX} ${basename $@}.tex
    6164
     
    7679        fig2dev -L pstex_t -p $@ $< > $@_t
    7780
     81
    7882# Local Variables: #
    7983# compile-command: "make" #
Note: See TracChangeset for help on using the changeset viewer.