Changeset 23c27039 for doc/papers/concurrency
- Timestamp:
- Feb 1, 2018, 10:03:35 AM (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:
- 295e5071
- Parents:
- 281806b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/papers/concurrency/Makefile
r281806b r23c27039 9 9 10 10 MAKEFLAGS = --no-print-directory --silent # 11 VPATH = ${ Figures}11 VPATH = ${Build} ${Figures} 12 12 13 13 ## Define the text source files. … … 58 58 dvips ${Build}/$< -o $@ 59 59 60 ${basename ${DOCUMENT}}.dvi : Makefile ${Build} ${GRAPHS} ${PROGRAMS} ${PICTURES} ${FIGURES} ${SOURCES} ${basename ${DOCUMENT}}.tex\60 ${basename ${DOCUMENT}}.dvi : Makefile ${Build} ${GRAPHS} ${PROGRAMS} ${PICTURES} ${FIGURES} ${SOURCES} \ 61 61 ${Macros}/common.tex ${Macros}/indexstyle annex/local.bib ../../bibliography/pl.bib 62 62 # Must have *.aux file containing citations for bibtex
Note: See TracChangeset
for help on using the changeset viewer.