Changeset 64b272a for doc/proposals/concurrency/Makefile
- Timestamp:
- Nov 2, 2017, 3:47:57 PM (7 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:
- e706bfd
- Parents:
- bd7f401
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/proposals/concurrency/Makefile
rbd7f401 r64b272a 13 13 annex/glossary \ 14 14 text/intro \ 15 text/basics \ 15 16 text/cforall \ 16 text/basics \17 17 text/concurrency \ 18 18 text/internals \ 19 19 text/parallelism \ 20 text/results \ 20 21 text/together \ 21 22 text/future \ … … 29 30 }} 30 31 31 PICTURES = ${addsuffix .pstex, \ 32 } 32 PICTURES = ${addprefix build/, ${addsuffix .pstex, \ 33 system \ 34 }} 33 35 34 36 PROGRAMS = ${addsuffix .tex, \ … … 67 69 build/*.out \ 68 70 build/*.ps \ 71 build/*.pstex \ 69 72 build/*.pstex_t \ 70 73 build/*.tex \
Note: See TracChangeset
for help on using the changeset viewer.