Changeset 0800284 for doc/refrat/Makefile
- Timestamp:
- Oct 7, 2015, 12:42:23 PM (10 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, 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, with_gc
- Children:
- 84b08d4
- Parents:
- b0be06ac (diff), f28a53a (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
-
doc/refrat/Makefile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
doc/refrat/Makefile
rb0be06ac r0800284 32 32 33 33 clean : 34 rm -f *.bbl *.aux *.dvi *.idx *.ilg *.ind *.brf *.out *.log *.toc *.blg *.pstex_t \34 rm -f *.bbl *.aux *.dvi *.idx *.ilg *.ind *.brf *.out *.log *.toc *.blg *.pstex_t *.cf \ 35 35 ${FIGURES} ${PICTURES} ${PROGRAMS} ${GRAPHS} ${basename ${DOCUMENT}}.ps ${DOCUMENT} 36 36 … … 58 58 ${LaTeX} ${basename $@}.tex 59 59 60 predefined : 61 sed -f predefined.sed ${basename ${DOCUMENT}}.tex > ${basename $@}.cf 62 60 63 ## Define the default recipes. 61 64
Note:
See TracChangeset
for help on using the changeset viewer.