- File:
-
- 1 edited
-
doc/proposals/concurrency/Makefile (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
doc/proposals/concurrency/Makefile
rb3ffb61 r64b272a 32 32 PICTURES = ${addprefix build/, ${addsuffix .pstex, \ 33 33 system \ 34 monitor_structs \35 34 }} 36 35 … … 84 83 dvips $< -o $@ 85 84 86 build/${basename ${DOCUMENT}}.dvi : Makefile ${GRAPHS} ${PROGRAMS} ${PICTURES} ${FIGURES} ${SOURCES} ${basename ${DOCUMENT}}.tex ../../LaTeXmacros/common.tex ../../LaTeXmacros/indexstyle annex/local.bib85 build/${basename ${DOCUMENT}}.dvi : Makefile ${GRAPHS} ${PROGRAMS} ${PICTURES} ${FIGURES} ${SOURCES} ${basename ${DOCUMENT}}.tex ../../LaTeXmacros/common.tex ../../LaTeXmacros/indexstyle 87 86 88 87 @ if [ ! -r ${basename $@}.ind ] ; then touch ${basename $@}.ind ; fi # Conditionally create an empty *.ind (index) file for inclusion until makeindex is run. … … 95 94 @ -${BibTeX} ${basename $@} 96 95 @ echo "Glossary" 97 @makeglossaries -q -s ${basename $@}.ist ${basename $@} # Make index from *.aux entries and input index at end of document96 makeglossaries -q -s ${basename $@}.ist ${basename $@} # Make index from *.aux entries and input index at end of document 98 97 @ echo ".dvi generation" 99 98 @ -build/bump_ver.sh
Note:
See TracChangeset
for help on using the changeset viewer.