Changeset 297b796
- Timestamp:
- May 6, 2024, 1:13:17 PM (7 months ago)
- Branches:
- master
- Children:
- 0775468
- Parents:
- d69f7114
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/theses/mike_brooks_MMath/Makefile
rd69f7114 r297b796 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.