diff options
author | ville <ville@localhost> | 2008-10-27 16:25:31 +0000 |
---|---|---|
committer | ville <ville@localhost> | 2008-10-27 16:25:31 +0000 |
commit | 84dfcc33e2d3483cb536cb6e8ff7ab8b7bb18f6a (patch) | |
tree | 623b2036de582c44c0574a46f61e4cf6198563bd /htdocs | |
parent | ac41e51a20a7361804df33ce36ac3ca9708ab10b (diff) | |
download | markup-validator-84dfcc33e2d3483cb536cb6e8ff7ab8b7bb18f6a.zip markup-validator-84dfcc33e2d3483cb536cb6e8ff7ab8b7bb18f6a.tar.gz markup-validator-84dfcc33e2d3483cb536cb6e8ff7ab8b7bb18f6a.tar.bz2 |
Fix OpenSP ./configure options, thanks to Antti Kanes for pointing it out.
Diffstat (limited to 'htdocs')
-rwxr-xr-x | htdocs/docs/install.html | 6 |
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> |