From a3811e200014c662d2cc013ebfd002fc45f56b89 Mon Sep 17 00:00:00 2001 From: Steffen Jaeckel Date: Mon, 6 Jan 2014 16:25:54 +0100 Subject: [PATCH] add -b flag to sed that enables binary processing (required on windows) --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index f322ebf..9247e86 100644 --- a/makefile +++ b/makefile @@ -388,7 +388,7 @@ docs: crypt.tex makeindex crypt.idx > /dev/null perl fixupind.pl pdflatex crypt - sed -i 's,^/ID \[.*\]$$,/ID [<0> <0>],g' crypt.pdf + sed -b -i 's,^/ID \[.*\]$$,/ID [<0> <0>],g' crypt.pdf mv -ivf crypt.pdf doc/crypt.pdf mv crypt.bak crypt.tex rm -f $(LEFTOVERS)