From 9448f479842f6579c1e90607ac37950eab7e2835 Mon Sep 17 00:00:00 2001 From: Marko Kreen Date: Fri, 16 Jan 2009 13:28:12 +0000 Subject: [PATCH] doc/Makefile: build also html for README --- doc/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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: -- 2.40.0