Ignore:
Timestamp:
May 6, 2024, 1:13:17 PM (3 months ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
master
Children:
0775468
Parents:
d69f7114
Message:

add pl.bib to file dependencies

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/theses/mike_brooks_MMath/Makefile

    rd69f7114 r297b796  
    44Pictures = pictures
    55Programs = programs
     6
     7LaTMac = ../../LaTeXmacros
     8BibRep = ../../bibliography
    69
    710TeXSRC = ${wildcard *.tex}
     
    1215BibSRC = ${wildcard *.bib}
    1316
    14 TeXLIB = .:../../LaTeXmacros:${Build}:          # common latex macros
    15 BibLIB = .:../../bibliography                   # common citation repository
     17TeXLIB = .:${LaTMac}:${Build}:                  # common latex macros
     18BibLIB = .:${BibRep}:                           # common citation repository
    1619
    1720#MAKEFLAGS = --no-print-directory # --silent
     
    4851# File Dependencies
    4952
    50 %.pdf : ${TeXSRC} ${DemoTex} ${PicSRC} ${PgmSRC} ${BibSRC} Makefile | ${Build}
     53%.pdf : ${TeXSRC} ${DemoTex} ${PicSRC} ${PgmSRC} ${BibSRC} ${BibRep}/pl.bib ${LaTMac}/common.tex Makefile | ${Build}
    5154        ${LaTeX} ${BASE}
    5255        ${BibTeX} ${Build}/${BASE}
Note: See TracChangeset for help on using the changeset viewer.