Project

General

Profile

Actions

Bug #1133

closed

make html fails

Added by twb1270 almost 17 years ago. Updated over 16 years ago.

Status:
Fixed
Priority:
Normal
Category:
documentation
Target version:
ASK QUESTIONS IN Forums:

Description

Running 'make html' on 1.5.0-r1811 results on the following error:


$ make html
Making html in src
make[1]: Entering directory `/usr/local/src/lighttpd/lighttpd-1.5.0-r1811/lighttpd-1.5.0/src'
make[1]: Nothing to be done for `html'.
make[1]: Leaving directory `/usr/local/src/lighttpd/lighttpd-1.5.0-r1811/lighttpd-1.5.0/src'
Making html in doc
make[1]: Entering directory `/usr/local/src/lighttpd/lighttpd-1.5.0-r1811/lighttpd-1.5.0/doc'
rst2html.py fastcgi-state.txt > fastcgi-state.html
rst2html.py fastcgi.txt > fastcgi.html
rst2html.py features.txt > features.html
rst2html.py performance.txt > performance.html
rst2html.py plugins.txt > plugins.html
rst2html.py proxy.txt > proxy.html
rst2html.py redirect.txt > redirect.html
rst2html.py rewrite.txt > rewrite.html
rst2html.py secdownload.txt > secdownload.html
rst2html.py security.txt > security.html
rst2html.py simple-vhost.txt > simple-vhost.html
rst2html.py skeleton.txt > skeleton.html
rst2html.py ssi.txt > ssi.html
rst2html.py ssl.txt > ssl.html
rst2html.py state.txt > state.html
rst2html.py rrdtool.txt > rrdtool.html
rst2html.py alias.txt > alias.html
rst2html.py userdir.txt > userdir.html
rst2html.py mysqlvhost.txt > mysqlvhost.html
make[1]: *** No rule to make target `postgresvhost.html', needed by `html'.  Stop.
make[1]: Leaving directory `/usr/local/src/lighttpd/lighttpd-1.5.0-r1811/lighttpd-1.5.0/doc'
make: *** [html-recursive] Error 1

In my opinion, the documentation should be postgresqlvhost.txt and postgresqlvhost.html since that mirrors the name of the module.

Actions #1

Updated by jan over 16 years ago

  • Status changed from New to Fixed
  • Resolution set to fixed

(mysql|postgres)vhost are both removed from 1.5.0 and replaced by mod_sql_vhost_core.

The documentation has been deleted in r1931.

Actions

Also available in: Atom