]> granicus.if.org Git - pgbouncer/commitdiff
Add no-dep rule to create manpages if missing.
authorMarko Kreen <markokr@gmail.com>
Fri, 4 Dec 2015 13:15:10 +0000 (15:15 +0200)
committerMarko Kreen <markokr@gmail.com>
Fri, 4 Dec 2015 13:15:10 +0000 (15:15 +0200)
For building from git where manpages are missing.

Fixes: #82, #94
Makefile

index b0fc4931bb15d97e67ce543b5ac748101f87d648..2894744b4d2641f92c39c1a66588a18b3b2aedda 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -155,3 +155,6 @@ htmls:
                mkdir -p html && rst2html $$f > html/`basename $$f`.html; \
        done
 
+doc/pgbouncer.1 doc/pgbouncer.5:
+       $(MAKE) -C doc
+