- File:
-
- 1 edited
-
doc/proposals/concurrency/Makefile (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
doc/proposals/concurrency/Makefile
r3364962 rb3ffb61 13 13 annex/glossary \ 14 14 text/intro \ 15 text/basics \ 15 16 text/cforall \ 16 text/basics \17 17 text/concurrency \ 18 18 text/internals \ 19 19 text/parallelism \ 20 text/results \ 20 21 text/together \ 21 22 text/future \ … … 29 30 }} 30 31 31 PICTURES = ${addsuffix .pstex, \ 32 } 32 PICTURES = ${addprefix build/, ${addsuffix .pstex, \ 33 system \ 34 monitor_structs \ 35 }} 33 36 34 37 PROGRAMS = ${addsuffix .tex, \ … … 67 70 build/*.out \ 68 71 build/*.ps \ 72 build/*.pstex \ 69 73 build/*.pstex_t \ 70 74 build/*.tex \ … … 80 84 dvips $< -o $@ 81 85 82 build/${basename ${DOCUMENT}}.dvi : Makefile ${GRAPHS} ${PROGRAMS} ${PICTURES} ${FIGURES} ${SOURCES} ${basename ${DOCUMENT}}.tex ../../LaTeXmacros/common.tex ../../LaTeXmacros/indexstyle 86 build/${basename ${DOCUMENT}}.dvi : Makefile ${GRAPHS} ${PROGRAMS} ${PICTURES} ${FIGURES} ${SOURCES} ${basename ${DOCUMENT}}.tex ../../LaTeXmacros/common.tex ../../LaTeXmacros/indexstyle annex/local.bib 83 87 84 88 @ if [ ! -r ${basename $@}.ind ] ; then touch ${basename $@}.ind ; fi # Conditionally create an empty *.ind (index) file for inclusion until makeindex is run. … … 91 95 @ -${BibTeX} ${basename $@} 92 96 @ echo "Glossary" 93 makeglossaries -q -s ${basename $@}.ist ${basename $@} # Make index from *.aux entries and input index at end of document97 @ makeglossaries -q -s ${basename $@}.ist ${basename $@} # Make index from *.aux entries and input index at end of document 94 98 @ echo ".dvi generation" 95 99 @ -build/bump_ver.sh
Note:
See TracChangeset
for help on using the changeset viewer.