Changeset b7b3e41 for doc/theses/colby_parsons_MMAth/Makefile
- Timestamp:
- Jun 19, 2023, 1:57:11 PM (3 years ago)
- Branches:
- master, stuck-waitfor-destruct
- Children:
- adc73a5
- Parents:
- fa5e1aa5 (diff), 33d4bc8 (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
-
doc/theses/colby_parsons_MMAth/Makefile (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
doc/theses/colby_parsons_MMAth/Makefile
rfa5e1aa5 rb7b3e41 50 50 figures/nasus_Channel_Contention \ 51 51 figures/pyke_Channel_Contention \ 52 figures/pyke_Future \ 53 figures/nasus_Future \ 54 figures/pyke_Contend_2 \ 55 figures/pyke_Contend_4 \ 56 figures/pyke_Contend_8 \ 57 figures/pyke_Spin_2 \ 58 figures/pyke_Spin_4 \ 59 figures/pyke_Spin_8 \ 60 figures/nasus_Contend_2 \ 61 figures/nasus_Contend_4 \ 62 figures/nasus_Contend_8 \ 63 figures/nasus_Spin_2 \ 64 figures/nasus_Spin_4 \ 65 figures/nasus_Spin_8 \ 52 66 } 53 67 … … 98 112 99 113 ${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}114 glossary.tex style/style.tex ${Macros}/common.tex ${Macros}/lstlang.sty ${Macros}/indexstyle local.bib ../../bibliography/pl.bib | ${Build} 101 115 # Must have *.aux file containing citations for bibtex 102 116 if [ ! -r ${basename $@}.aux ] ; then ${LaTeX} ${basename $@}.tex ; fi … … 112 126 ## Define the default recipes. 113 127 114 ${Build} :128 ${Build} : 115 129 mkdir -p ${Build} 116 130
Note:
See TracChangeset
for help on using the changeset viewer.