From 93b4a56c405304f74d46df8569f7102c9ab28ad6 Mon Sep 17 00:00:00 2001 From: Jan Lindemann Date: Thu, 11 Jul 2013 13:13:44 +0000 Subject: [PATCH] tex.mk: Fix undefined CAT and SED Signed-off-by: Jan Lindemann --- make/tex.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/make/tex.mk b/make/tex.mk index 3b37a7e8..9a68531d 100644 --- a/make/tex.mk +++ b/make/tex.mk @@ -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)