]> granicus.if.org Git - pgbouncer/commitdiff
doc/Makefile: build also html for README
authorMarko Kreen <markokr@gmail.com>
Fri, 16 Jan 2009 13:28:12 +0000 (13:28 +0000)
committerMarko Kreen <markokr@gmail.com>
Fri, 16 Jan 2009 13:28:12 +0000 (13:28 +0000)
doc/Makefile

index aec5fb3559634777a6134d67c5602a89d5ab3576..5abf9106868ba6ee1ae058c5391cdf03208a4867 100644 (file)
@@ -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: