Changeset ebde95a for doc/theses/colby_parsons_MMAth
- Timestamp:
- Jun 13, 2023, 12:18:07 PM (17 months ago)
- Branches:
- master
- Children:
- cec4f85
- Parents:
- 758c9ef
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/theses/colby_parsons_MMAth/Makefile
r758c9ef rebde95a 98 98 99 99 ${BASE}.dvi : Makefile ${GRAPHS} ${PROGRAMS} ${PICTURES} ${FIGURES} ${SOURCES} ${DATA} \ 100 glossary.tex style/style.tex ${Macros}/common.tex ${Macros}/ indexstyle local.bib ../../bibliography/pl.bib | ${Build}100 glossary.tex style/style.tex ${Macros}/common.tex ${Macros}/lstlang.sty ${Macros}/indexstyle local.bib ../../bibliography/pl.bib | ${Build} 101 101 # Must have *.aux file containing citations for bibtex 102 102 if [ ! -r ${basename $@}.aux ] ; then ${LaTeX} ${basename $@}.tex ; fi … … 112 112 ## Define the default recipes. 113 113 114 ${Build} :114 ${Build} : 115 115 mkdir -p ${Build} 116 116
Note: See TracChangeset
for help on using the changeset viewer.