Changeset 5668740 for doc/theses/colby_parsons_MMAth/Makefile
- Timestamp:
- Jun 14, 2023, 11:35:49 AM (22 months ago)
- Branches:
- master
- Children:
- 7e4bd9b6
- Parents:
- 32a4f3e (diff), 8f557161 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified doc/theses/colby_parsons_MMAth/Makefile ¶
r32a4f3e r5668740 112 112 113 113 ${BASE}.dvi : Makefile ${GRAPHS} ${PROGRAMS} ${PICTURES} ${FIGURES} ${SOURCES} ${DATA} \ 114 glossary.tex style/style.tex ${Macros}/common.tex ${Macros}/ indexstyle local.bib ../../bibliography/pl.bib | ${Build}114 glossary.tex style/style.tex ${Macros}/common.tex ${Macros}/lstlang.sty ${Macros}/indexstyle local.bib ../../bibliography/pl.bib | ${Build} 115 115 # Must have *.aux file containing citations for bibtex 116 116 if [ ! -r ${basename $@}.aux ] ; then ${LaTeX} ${basename $@}.tex ; fi … … 126 126 ## Define the default recipes. 127 127 128 ${Build} :128 ${Build} : 129 129 mkdir -p ${Build} 130 130
Note: See TracChangeset
for help on using the changeset viewer.