Changeset 20e409e for doc/refrat/Makefile
- Timestamp:
- Sep 24, 2015, 9:59:20 PM (9 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, string, with_gc
- Children:
- 02e5ab6
- Parents:
- bfee448
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified doc/refrat/Makefile ¶
rbfee448 r20e409e 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.