From: Bert Hubert Date: Tue, 11 Jan 2011 09:15:52 +0000 (+0000) Subject: slim down our tar.gz, taking out a .svn directory + outdated sgml X-Git-Tag: auth-3.0~385 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ba66525ba7540bdcab950bc72a206ebd2ffa21b6;p=pdns slim down our tar.gz, taking out a .svn directory + outdated sgml git-svn-id: svn://svn.powerdns.com/pdns/trunk/pdns@1862 d19b8d6e-7fed-0310-83ef-9ca221ded41b --- diff --git a/Makefile.am b/Makefile.am index a711f8d96..b53e9bbf2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,5 @@ SUBDIRS=modules codedocs @programdescend@ -EXTRA_DIST=TODO README HACKING INSTALL ChangeLog debian-pdns pdns.spec \ +EXTRA_DIST=TODO README HACKING INSTALL ChangeLog debian-pdns/* pdns.spec \ codedocs/Makefile codedocs/doxygen.conf contrib/powerdns.solaris.init.d \ bootstrap diff --git a/pdns/Makefile.am b/pdns/Makefile.am index 500f27d3d..2e5f0e1e7 100644 --- a/pdns/Makefile.am +++ b/pdns/Makefile.am @@ -1,11 +1,7 @@ AM_CXXFLAGS=-DSYSCONFDIR=\"@sysconfdir@\" -DLIBDIR=\"@libdir@\" -DLOCALSTATEDIR=\"@socketdir@\" -Ibackends/bind @THREADFLAGS@ -I/usr/include/lua5.1 -Iext/polarssl/include AM_CPPFLAGS=-Ibackends/bind $(BOOST_CPPFLAGS) @THREADFLAGS@ -EXTRA_DIST = docs/Makefile docs/expand \ -docs/gslb-operations.sgml docs/powerdns-case.sgml docs/powerdns-install.sgml \ -docs/powerdns-overview.sgml docs/powerdns-technical.sgml \ -docs/pdns.sgml mtasker.cc inflighter.cc \ -docs/pdns_control.8 docs/pdns_server.8 docs/zone2sql.8 +EXTRA_DIST = mtasker.cc inflighter.cc docs/pdns_control.8 docs/pdns_server.8 docs/zone2sql.8 SUBDIRS= ext/polarssl backends