Changeset ff98952 for doc/proposals/concurrency/Makefile
- Timestamp:
- May 29, 2017, 3:08:17 PM (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:
- 4a368547
- Parents:
- 27dde72
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified doc/proposals/concurrency/Makefile ¶
r27dde72 rff98952 64 64 build/*.tex \ 65 65 build/*.toc \ 66 66 67 67 68 68 # File Dependencies # … … 81 81 @ echo "Citation Pass 1" 82 82 @ -${BibTeX} ${basename $@} # Some citations reference others so run steps again to resolve these citations 83 @ echo "Citation Pass 2" 83 @ echo "Citation Pass 2" 84 84 @ ${LaTeX} ${basename ${notdir $@}}.tex 85 85 @ -${BibTeX} ${basename $@} 86 @ echo "Glossary" 86 @ echo "Glossary" 87 87 makeglossaries -q -s ${basename $@}.ist ${basename $@} # Make index from *.aux entries and input index at end of document 88 @ echo ".dvi generation" 88 @ echo ".dvi generation" 89 89 @ -build/bump_ver.sh 90 90 @ ${LaTeX} ${basename ${notdir $@}}.tex # Run again to get index title into table of contents
Note: See TracChangeset
for help on using the changeset viewer.