projects
/
pgbouncer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ed74a83
)
doc: seems like recent asciidoc/docbook does not need manual fixing
author
Marko Kreen
<markokr@gmail.com>
Wed, 13 Oct 2010 15:35:34 +0000
(18:35 +0300)
committer
Marko Kreen
<markokr@gmail.com>
Wed, 13 Oct 2010 15:35:34 +0000
(18:35 +0300)
doc/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/doc/Makefile
b/doc/Makefile
index 5abf9106868ba6ee1ae058c5391cdf03208a4867..7e813af2ee82136c39dad6530b4d1659618743c1 100644
(file)
--- a/
doc/Makefile
+++ b/
doc/Makefile
@@
-7,6
+7,9
@@
web = mkz@shell.pgfoundry.org:/home/pgfoundry.org/groups/pgbouncer/htdocs/
MANPAGES = pgbouncer.1 pgbouncer.5
HTML = config.html usage.html todo.html faq.html README.html
+#FIXMAN = python fixman.py
+FIXMAN = cat
+
ifneq ($(ASCIIDOC),)
all: $(MANPAGES)
install: $(MANPAGES)
@@
-44,7
+47,7
@@
ifneq ($(ASCIIDOC),)
%.xml: %.txt
#asciidoc -b docbook -d manpage -o - $< > $@
asciidoc -b docbook -d manpage -o - $< \
- |
python fixman.py
> $@
+ |
$(FIXMAN)
> $@
%.html: %.txt
asciidoc -a toc $<