Changeset 0b6c1c9 for doc/theses/mike_brooks_MMath/Makefile
- Timestamp:
- May 7, 2024, 7:04:31 PM (20 months ago)
- Branches:
- master
- Children:
- 6d9aa79
- Parents:
- c333ed2 (diff), 083e637 (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/mike_brooks_MMath/Makefile (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
doc/theses/mike_brooks_MMath/Makefile
rc333ed2 r0b6c1c9 4 4 Pictures = pictures 5 5 Programs = programs 6 7 LaTMac = ../../LaTeXmacros 8 BibRep = ../../bibliography 6 9 7 10 TeXSRC = ${wildcard *.tex} … … 12 15 BibSRC = ${wildcard *.bib} 13 16 14 TeXLIB = .: ../../LaTeXmacros:${Build}:# common latex macros15 BibLIB = .: ../../bibliography# common citation repository17 TeXLIB = .:${LaTMac}:${Build}: # common latex macros 18 BibLIB = .:${BibRep}: # common citation repository 16 19 17 20 #MAKEFLAGS = --no-print-directory # --silent … … 48 51 # File Dependencies 49 52 50 %.pdf : ${TeXSRC} ${DemoTex} ${PicSRC} ${PgmSRC} ${BibSRC} Makefile | ${Build}53 %.pdf : ${TeXSRC} ${DemoTex} ${PicSRC} ${PgmSRC} ${BibSRC} ${BibRep}/pl.bib ${LaTMac}/common.tex Makefile | ${Build} 51 54 ${LaTeX} ${BASE} 52 55 ${BibTeX} ${Build}/${BASE}
Note:
See TracChangeset
for help on using the changeset viewer.