- File:
-
- 1 edited
-
doc/proposals/concurrency/Makefile (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
doc/proposals/concurrency/Makefile
r64b272a r21a1efb 13 13 annex/glossary \ 14 14 text/intro \ 15 text/cforall \ 15 16 text/basics \ 16 text/cforall \17 17 text/concurrency \ 18 text/internals \19 18 text/parallelism \ 20 text/results \21 text/together \22 text/future \23 19 } 24 20 … … 27 23 ext_monitor \ 28 24 int_monitor \ 29 dependency \30 25 }} 31 26 32 PICTURES = ${addprefix build/, ${addsuffix .pstex, \ 33 system \ 34 }} 27 PICTURES = ${addsuffix .pstex, \ 28 } 35 29 36 30 PROGRAMS = ${addsuffix .tex, \ … … 69 63 build/*.out \ 70 64 build/*.ps \ 71 build/*.pstex \72 65 build/*.pstex_t \ 73 66 build/*.tex \
Note:
See TracChangeset
for help on using the changeset viewer.