Changes in doc/user/Makefile [4ab767a:179510c5]
- File:
-
- 1 edited
-
doc/user/Makefile (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
doc/user/Makefile
r4ab767a r179510c5 61 61 62 62 ${BASE}.dvi : Makefile ${GRAPHS} ${PROGRAMS} ${PICTURES} ${FIGURES} ${SOURCES} \ 63 ${Macros}/common. sty${Macros}/lstlang.sty ${Macros}/indexstyle ../bibliography/pl.bib build/version | ${Build}63 ${Macros}/common.tex ${Macros}/lstlang.sty ${Macros}/indexstyle ../bibliography/pl.bib build/version | ${Build} 64 64 # Conditionally create an empty *.ind (index) file for inclusion until makeindex is run. 65 65 if [ ! -r ${basename $@}.ind ] ; then touch ${Build}/${basename $@}.ind ; fi … … 68 68 -${BibTeX} ${Build}/${basename $@} 69 69 # Some citations reference others so run again to resolve these citations 70 #${LaTeX} ${basename $@}.tex70 ${LaTeX} ${basename $@}.tex 71 71 -${BibTeX} ${Build}/${basename $@} 72 72 # Make index from *.aux entries and input index at end of document … … 75 75 ${LaTeX} ${basename $@}.tex 76 76 # Run again to get index title into table of contents 77 #${LaTeX} ${basename $@}.tex77 ${LaTeX} ${basename $@}.tex 78 78 79 79 ## Define the default recipes.
Note:
See TracChangeset
for help on using the changeset viewer.