mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-25 15:03:55 +01:00
tex.mk: Fix undefined CAT and SED
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
7254696446
commit
93b4a56c40
1 changed files with 2 additions and 0 deletions
|
|
@ -12,6 +12,8 @@ endif
|
||||||
latex = latex
|
latex = latex
|
||||||
PDFLATEX = pdflatex
|
PDFLATEX = pdflatex
|
||||||
PDF_VIEWER ?= $(firstword $(shell which okular kpdf acroread))
|
PDF_VIEWER ?= $(firstword $(shell which okular kpdf acroread))
|
||||||
|
CAT ?= cat
|
||||||
|
SED ?= sed
|
||||||
|
|
||||||
# this is what is there already
|
# this is what is there already
|
||||||
PRE_FIG_LOCAL = $(wildcard *.fig)
|
PRE_FIG_LOCAL = $(wildcard *.fig)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue