Quote the current directory when running asciidoc

Just in case the current directory name contains spaces.

Change-Id: I68caf553fbe9571722f007bc3453446517cd47e0
Signed-off-by: Shawn O. Pearce <sop@google.com>
This commit is contained in:
Shawn O. Pearce 2009-08-22 14:13:50 -07:00
parent 28499433e7
commit 18f5145685

View File

@ -55,7 +55,7 @@ $(DOC_HTML): %.html : %.txt $(SCRIPTSDIR)/toc.js
rm -f $@+ $@
$(ASCIIDOC) --unsafe \
-a toc -a 'revision=$(DOC_VERS)' \
-a scriptsdir=$(SCRIPTSDIR) \
-a 'scriptsdir=$(SCRIPTSDIR)' \
-b xhtml11 -f asciidoc.conf \
$(ASCIIDOC_EXTRA) -o $@+ $<
mv $@+ $@