From: Marko Kreen Date: Tue, 13 Dec 2011 14:08:57 +0000 (+0200) Subject: Makefile: recurse into 'doc' X-Git-Tag: pgbouncer_1_5_rc1~11 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b17f1a65e81da2127067119ada775419605acc4e;p=pgbouncer Makefile: recurse into 'doc' --- diff --git a/Makefile b/Makefile index b12e8c5..d5ba6e3 100644 --- a/Makefile +++ b/Makefile @@ -51,6 +51,8 @@ DISTCLEANFILES = config.mak config.status lib/usual/config.h # manpages man_MANS = doc/pgbouncer.1 doc/pgbouncer.5 +SUBDIRS = doc + # files in tgz EXTRA_DIST = AUTHORS COPYRIGHT Makefile \ config.mak.in etc/mkauth.py \