Bug 753039 - Error building gonk on OSX due to dont_build_docs.sh, r=ehsan

This commit is contained in:
Michael Wu 2012-05-09 14:30:22 -07:00
parent 012002f0d2
commit 7c5f428a57

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.old "$1"