- File:
-
- 1 edited
-
doc/papers/concurrency/Makefile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
doc/papers/concurrency/Makefile
r23c27039 r5ff188f 9 9 10 10 MAKEFLAGS = --no-print-directory --silent # 11 VPATH = ${ Build} ${Figures}11 VPATH = ${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} \60 ${basename ${DOCUMENT}}.dvi : Makefile ${Build} ${GRAPHS} ${PROGRAMS} ${PICTURES} ${FIGURES} ${SOURCES} ${basename ${DOCUMENT}}.tex \ 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.