summaryrefslogtreecommitdiffstats
path: root/htdocs
diff options
context:
space:
mode:
Diffstat (limited to 'htdocs')
-rwxr-xr-xhtdocs/docs/install.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/htdocs/docs/install.html b/htdocs/docs/install.html
index 0883323..5dbf4e2 100755
--- a/htdocs/docs/install.html
+++ b/htdocs/docs/install.html
@@ -1,5 +1,5 @@
-<!--#set var="revision" value="\$Id: install.html,v 1.36 2008-08-07 20:16:23 ot Exp $"
---><!--#set var="date" value="\$Date: 2008-08-07 20:16:23 $"
+<!--#set var="revision" value="\$Id: install.html,v 1.37 2008-10-27 16:25:31 ville Exp $"
+--><!--#set var="date" value="\$Date: 2008-10-27 16:25:31 $"
--><!--#set var="title" value="Installation Documentation for The W3C Markup Validation Service"
--><!--#set var="relroot" value="../"
--><!--#include virtual="../header.html" -->
@@ -92,7 +92,7 @@
<p>Run the following as root/administrator, or under sudo</p>
<pre>
[unpack opensp]
-./configure --enable-http --disable-docs-build
+./configure --enable-http --disable-doc-build
make
make install
</pre>