From 45f8a77248890bde00b1ecc5f9c01cdcb6009fa9 Mon Sep 17 00:00:00 2001 From: Marko Kreen Date: Tue, 11 Jan 2011 15:15:06 +0200 Subject: [PATCH] Add faq.txt to tgz --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b2e4378..96954e0 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ HDRS = client.h loader.h objects.h pooler.h proto.h sbuf.h server.h util.h \ varcache.h iobuf.h dnslookup.h # data & dirs to include in tgz -DOCS = doc/overview.txt doc/usage.txt doc/config.txt doc/todo.txt +DOCS = doc/overview.txt doc/usage.txt doc/config.txt doc/todo.txt doc/faq.txt MANPAGES = doc/pgbouncer.1 doc/pgbouncer.5 DATA = README NEWS AUTHORS COPYRIGHT etc/pgbouncer.ini etc/userlist.txt Makefile \ config.mak.in etc/mkauth.py \ -- 2.39.5