瀏覽代碼

add -b flag to sed that enables binary processing (required on windows)

Steffen Jaeckel 11 年之前
父節點
當前提交
a3811e2000
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      makefile

+ 1 - 1
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)