Bug 753039: Error building gonk on OSX due to dont_build_docs.sh; r=ehsan

This commit is contained in:
Michael Wu 2012-05-08 13:49:27 -07:00
parent 62f7fdaa73
commit 3d1ae3bf5e

View File

@ -1,4 +1,4 @@
#!/bin/sh
# Edit the doc Makefile to just echo the commands
sed -e 's/latex2man/echo/' -e 's/pdflatex/echo/' -i "$1"
sed -e 's/latex2man/echo/' -e 's/pdflatex/echo/' -i '' "$1"