Skip to content

Commit

Permalink
Updates noweb.mk too
Browse files Browse the repository at this point in the history
  • Loading branch information
dbosk committed Dec 1, 2022
1 parent 0a54d64 commit 980ea1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions noweb.mk
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ ifndef NOWEB_MK
NOWEB_MK = true

NOWEAVE.tex?= noweave ${NOWEAVEFLAGS.tex} $< > $@
NOWEAVEFLAGS.tex?= -x -n -delay -t2
NOWEAVEFLAGS.tex?= ${NOWEAVEFLAGS} -x -n -delay -t2
NOWEAVE.pdf?= \
noweave ${NOWEAVEFLAGS.pdf} $< > ${@:.pdf=.tex} && \
latexmk -pdf ${@:.pdf=.tex}
NOWEAVEFLAGS.pdf?= -x -t2
NOWEAVEFLAGS.pdf?= ${NOWEAVEFLAGS} -x -t2
NOTANGLEFLAGS?=
NOTANGLE?= notangle ${NOTANGLEFLAGS} -R$(notdir $@) $(filter %.nw,$^) | \
${CPIF} $@
Expand Down

0 comments on commit 980ea1b

Please sign in to comment.