Changeset 1f951abd for doc/theses/colby_parsons_MMAth/Makefile
- Timestamp:
- Mar 2, 2023, 2:09:58 PM (3 years ago)
- Branches:
- ADT, ast-experimental, master
- Children:
- 397c4392
- Parents:
- 8bb46d2 (diff), 997324c (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
-
doc/theses/colby_parsons_MMAth/Makefile
r8bb46d2 r1f951abd 14 14 15 15 SOURCES = ${addsuffix .tex, \ 16 text/CFA_intro \ 17 text/actors \ 16 18 thesis \ 17 19 } 18 20 19 FIGURES = ${addsuffix .tex, \ 21 FIGURES = ${addsuffix .tikz, \ 22 figures/standard_actor \ 23 figures/inverted_actor \ 24 figures/gulp \ 20 25 } 21 26 … … 64 69 # Run again to finish citations 65 70 ${LaTeX} ${basename $@}.tex 71 66 72 67 73 ## Define the default recipes.
Note:
See TracChangeset
for help on using the changeset viewer.