From: Marko Kreen Date: Fri, 4 Dec 2015 13:15:10 +0000 (+0200) Subject: Add no-dep rule to create manpages if missing. X-Git-Tag: pgbouncer_1_7~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cb09627e98ee932d186a305ae03e3930db33e766;p=pgbouncer Add no-dep rule to create manpages if missing. For building from git where manpages are missing. Fixes: #82, #94 --- diff --git a/Makefile b/Makefile index b0fc493..2894744 100644 --- 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 +