From: Marko Kreen Date: Wed, 13 Oct 2010 15:35:34 +0000 (+0300) Subject: doc: seems like recent asciidoc/docbook does not need manual fixing X-Git-Tag: pgbouncer_1_4_rc3~23 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=30893350b9f4b265aa37e8de415a984f0d82b5bb;p=pgbouncer doc: seems like recent asciidoc/docbook does not need manual fixing --- diff --git a/doc/Makefile b/doc/Makefile index 5abf910..7e813af 100644 --- 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 $<