]> granicus.if.org Git - pgbouncer/commitdiff
doc: seems like recent asciidoc/docbook does not need manual fixing
authorMarko Kreen <markokr@gmail.com>
Wed, 13 Oct 2010 15:35:34 +0000 (18:35 +0300)
committerMarko Kreen <markokr@gmail.com>
Wed, 13 Oct 2010 15:35:34 +0000 (18:35 +0300)
doc/Makefile

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