From: Marko Kreen Date: Mon, 8 Oct 2007 10:09:57 +0000 (+0000) Subject: rename docs in dist target also X-Git-Tag: pgbouncer_1_1~5 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6f8c019b2aeaa5c3ba5550564ac27d19a1f78b52;p=pgbouncer rename docs in dist target also --- diff --git a/Makefile b/Makefile index 09fedd6..efe712b 100644 --- a/Makefile +++ b/Makefile @@ -8,8 +8,7 @@ HDRS = client.h loader.h objects.h pooler.h proto.h sbuf.h server.h util.h \ list.h mbuf.h varcache.h # data & dirs to include in tgz -DOCS = doc/makefile doc/overview.txt doc/pgbouncer.cmdline.txt \ - doc/pgbouncer.config.txt doc/todo.txt +DOCS = doc/overview.txt doc/usage.txt doc/config.txt doc/todo.txt MANPAGES = doc/pgbouncer.1 doc/pgbouncer.5 DATA = README NEWS AUTHORS etc/pgbouncer.ini Makefile config.mak.in config.h.in \ configure configure.ac debian/packages debian/changelog doc/Makefile