summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Bühler <stbuehler@web.de>2009-03-03 10:41:04 +0000
committerStefan Bühler <stbuehler@web.de>2009-03-03 10:41:04 +0000
commit88e723eaff85aa590d503451eacb1e36c9b17152 (patch)
tree6726a257767249a60950a4ad2a11331399c66532
parentdaaf4d078e1a9faad6e7e0c423123d68ae55842a (diff)
downloadlighttpd-git-88e723eaff85aa590d503451eacb1e36c9b17152.tar.gz
Fix autogen.sh warning (gnu make extensions in doc/)
git-svn-id: svn+ssh://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2406 152afb58-edef-0310-8abb-c4023f1b3aa9
-rw-r--r--doc/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 6be113b2..cfe4033c 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -86,7 +86,7 @@ EXTRA_DIST=lighttpd.conf lighttpd.user \
oldstyle.css \
$(DOCS)
-%.html: %.txt
+.txt.html:
rst2html $^ > $@