Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan <ry@tinyclouds.org>2009-09-11 22:47:45 +0400
committerRyan <ry@tinyclouds.org>2009-09-11 22:47:45 +0400
commitd851bf9a66566daf9842b75d00a5449bc1ed0385 (patch)
tree4282968c9d1f16519d48634b0ede21ef7cc4c4a9 /configure
parent412b4636c8b7edfa05b7cb97691a1ddb656cea55 (diff)
Revert "Add xsl files to doc directory so people can build docs easily"
This reverts commit 412b4636c8b7edfa05b7cb97691a1ddb656cea55.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 74b0103df40..e9e31910f5e 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 doc/docbook-xsl/manpage.xsl \\
+ --nonet /etc/asciidoc/docbook-xsl/manpage.xsl \\
doc/api.xml
website-upload: doc