updated to new docutils which installs rst2html without .py

git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@557 152afb58-edef-0310-8abb-c4023f1b3aa9
svn/tags/lighttpd-1.4.2
Jan Kneschke 18 years ago
parent a1944f40f2
commit f51c349b55

@ -75,7 +75,7 @@ EXTRA_DIST=lighttpd.conf lighttpd.user \
$(DOCS)
%.html: %.txt
rst2html.py $^ > $@
rst2html $^ > $@
html: $(HTMLDOCS)

Loading…
Cancel
Save