Changeset a188b16 for doc/refrat/Makefile
- Timestamp:
- Sep 21, 2015, 8:35:46 AM (8 years ago)
- Branches:
- aaron-thesis, arm-eh, cleanup-dtors, ctor, deferred_resn, demangler, enum, forall-pointer-decay, gc_noraii, jacob/cs343-translation, jenkins-sandbox, master, memory, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, string, with_gc
- Children:
- 0e1e79e
- Parents:
- 865249a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/refrat/Makefile
r865249a ra188b16 7 7 ## Define the text source files. 8 8 9 SOURCE = ${addsuffix .tex, \9 SOURCES = ${addsuffix .tex, \ 10 10 refrat \ 11 11 } … … 43 43 dvips $< -o $@ 44 44 45 ${basename ${DOCUMENT}}.dvi : Makefile ${GRAPHS} ${PROGRAMS} ${PICTURES} ${FIGURES} ${SOURCE } ${basename ${DOCUMENT}}.tex ${basename ${DOCUMENT}}.bib45 ${basename ${DOCUMENT}}.dvi : Makefile ${GRAPHS} ${PROGRAMS} ${PICTURES} ${FIGURES} ${SOURCES} ${basename ${DOCUMENT}}.tex ${basename ${DOCUMENT}}.bib 46 46 # Conditionally create an empty *.ind (index) file for inclusion until makeindex is run. 47 47 if [ ! -r ${basename $@}.ind ] ; then touch ${basename $@}.ind ; fi
Note: See TracChangeset
for help on using the changeset viewer.