From: Marko Kreen Date: Fri, 16 Jan 2009 13:28:12 +0000 (+0000) Subject: doc/Makefile: build also html for README X-Git-Tag: pgbouncer_1_3_rc1~5 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9448f479842f6579c1e90607ac37950eab7e2835;p=pgbouncer doc/Makefile: build also html for README --- diff --git a/doc/Makefile b/doc/Makefile index aec5fb3..5abf910 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -5,7 +5,7 @@ web = mkz@shell.pgfoundry.org:/home/pgfoundry.org/groups/pgbouncer/htdocs/ -include ../config.mak MANPAGES = pgbouncer.1 pgbouncer.5 -HTML = config.html usage.html todo.html faq.html +HTML = config.html usage.html todo.html faq.html README.html ifneq ($(ASCIIDOC),) all: $(MANPAGES) @@ -48,6 +48,9 @@ ifneq ($(ASCIIDOC),) %.html: %.txt asciidoc -a toc $< + +README.html: ../README + asciidoc -a toc -o $@ $< endif clean: