add -b flag to sed that enables binary processing (required on windows)
This commit is contained in:
parent
4ab63ccd3a
commit
a3811e2000
2
makefile
2
makefile
@ -388,7 +388,7 @@ docs: crypt.tex
|
|||||||
makeindex crypt.idx > /dev/null
|
makeindex crypt.idx > /dev/null
|
||||||
perl fixupind.pl
|
perl fixupind.pl
|
||||||
pdflatex crypt
|
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 -ivf crypt.pdf doc/crypt.pdf
|
||||||
mv crypt.bak crypt.tex
|
mv crypt.bak crypt.tex
|
||||||
rm -f $(LEFTOVERS)
|
rm -f $(LEFTOVERS)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user