Changeset a1e67dd for doc/proposals/concurrency/Makefile
- Timestamp:
- Oct 26, 2016, 11:03:01 AM (9 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
- Children:
- 77971f6
- Parents:
- f0121d7 (diff), fe7b281 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/proposals/concurrency/Makefile
rf0121d7 ra1e67dd 12 12 13 13 FIGURES = ${addsuffix .tex, \ 14 monitor \ 15 ext_monitor \ 14 16 } 15 17 … … 32 34 33 35 clean : 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 \ 35 37 ${FIGURES} ${PICTURES} ${PROGRAMS} ${GRAPHS} ${basename ${DOCUMENT}}.ps ${DOCUMENT} 36 38 … … 58 60 # Run again to get index title into table of contents 59 61 ${LaTeX} ${basename $@}.tex 62 -./bump_ver.sh 60 63 ${LaTeX} ${basename $@}.tex 61 64 … … 76 79 fig2dev -L pstex_t -p $@ $< > $@_t 77 80 81 78 82 # Local Variables: # 79 83 # compile-command: "make" #
Note:
See TracChangeset
for help on using the changeset viewer.