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