summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorRyan <ry@tinyclouds.org>2009-09-11 20:34:55 +0200
committerRyan <ry@tinyclouds.org>2009-09-11 20:34:55 +0200
commit412b4636c8b7edfa05b7cb97691a1ddb656cea55 (patch)
tree9b255ac11fafb395281163e4ce2f2713449161d8 /configure
parent8c41adb6288a3a4e7dd31c95d02d1828d2fafbcb (diff)
downloadandroid-node-v8-412b4636c8b7edfa05b7cb97691a1ddb656cea55.tar.gz
android-node-v8-412b4636c8b7edfa05b7cb97691a1ddb656cea55.tar.bz2
android-node-v8-412b4636c8b7edfa05b7cb97691a1ddb656cea55.zip
Add xsl files to doc directory so people can build docs easily
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index e9e31910f5..74b0103df4 100755
--- a/configure
+++ b/configure
@@ -120,7 +120,7 @@ doc/api.xml: doc/api.txt
doc/node.1: doc/api.xml
xsltproc --output doc/node.1 \\
- --nonet /etc/asciidoc/docbook-xsl/manpage.xsl \\
+ --nonet doc/docbook-xsl/manpage.xsl \\
doc/api.xml
website-upload: doc