tex.mk: Fix undefined CAT and SED

Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
Jan Lindemann 2013-07-11 13:13:44 +00:00
commit 93b4a56c40

View file

@ -12,6 +12,8 @@ endif
latex = latex
PDFLATEX = pdflatex
PDF_VIEWER ?= $(firstword $(shell which okular kpdf acroread))
CAT ?= cat
SED ?= sed
# this is what is there already
PRE_FIG_LOCAL = $(wildcard *.fig)