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