Changeset 295e5071 for doc/refrat/Makefile
- Timestamp:
- Feb 1, 2018, 10:19:20 AM (8 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:
- 0992849
- Parents:
- e2e7330 (diff), 23c27039 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/refrat/Makefile
re2e7330 r295e5071 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. … … 52 52 dvips ${Build}/$< -o $@ 53 53 54 ${basename ${DOCUMENT}}.dvi : Makefile ${Build} ${GRAPHS} ${PROGRAMS} ${PICTURES} ${FIGURES} ${SOURCES} ${basename ${DOCUMENT}}.tex\54 ${basename ${DOCUMENT}}.dvi : Makefile ${Build} ${GRAPHS} ${PROGRAMS} ${PICTURES} ${FIGURES} ${SOURCES} \ 55 55 ${Macros}/common.tex ${Macros}/lstlang.sty ${Macros}/indexstyle ../bibliography/pl.bib 56 56 # Conditionally create an empty *.ind (index) file for inclusion until makeindex is run.
Note:
See TracChangeset
for help on using the changeset viewer.