projects
/
pgbouncer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2db3ba9
)
doc/Makefile: build also html for README
author
Marko Kreen
<markokr@gmail.com>
Fri, 16 Jan 2009 13:28:12 +0000
(13:28 +0000)
committer
Marko Kreen
<markokr@gmail.com>
Fri, 16 Jan 2009 13:28:12 +0000
(13:28 +0000)
doc/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/doc/Makefile
b/doc/Makefile
index aec5fb3559634777a6134d67c5602a89d5ab3576..5abf9106868ba6ee1ae058c5391cdf03208a4867 100644
(file)
--- 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: