Author: afester
Date: Wed Nov 16 13:02:17 2005
New Revision: 345121
URL: http://svn.apache.org/viewcvs?rev=345121&view=rev
Log:
LOGCXX-43: adjustments to create proper dist-tarball with GNU autotools
Modified:
logging/log4cxx/trunk/Makefile.am
logging/log4cxx/trunk/docs/Makefile.am
logging/log4cxx/trunk/include/log4cxx/Makefile.am
logging/log4cxx/trunk/include/log4cxx/private/Makefile.am
logging/log4cxx/trunk/tests/witness/Makefile.am
logging/log4cxx/trunk/tests/witness/encoding/Makefile.am
logging/log4cxx/trunk/tests/witness/ndc/Makefile.am
logging/log4cxx/trunk/tests/witness/rolling/Makefile.am
Modified: logging/log4cxx/trunk/Makefile.am
URL:
http://svn.apache.org/viewcvs/logging/log4cxx/trunk/Makefile.am?rev=345121&r1=345120&r2=345121&view=diff
==============================================================================
--- logging/log4cxx/trunk/Makefile.am (original)
+++ logging/log4cxx/trunk/Makefile.am Wed Nov 16 13:02:17 2005
@@ -1,5 +1,2 @@
SUBDIRS = docs src include simplesocketserver tests performance examples
-EXTRA_DIST = autogen.sh license.apl find_apr.m4
-
-
-
+EXTRA_DIST = autogen.sh aclocal.m4 license.apl find_apr.m4 find_apu.m4
build.xml apr-build.xml aprutil-build.xml apr-1.2.2.patch apr-util-1.2.2.patch
cppunit-build.xml
Modified: logging/log4cxx/trunk/docs/Makefile.am
URL:
http://svn.apache.org/viewcvs/logging/log4cxx/trunk/docs/Makefile.am?rev=345121&r1=345120&r2=345121&view=diff
==============================================================================
--- logging/log4cxx/trunk/docs/Makefile.am (original)
+++ logging/log4cxx/trunk/docs/Makefile.am Wed Nov 16 13:02:17 2005
@@ -67,3 +67,6 @@
$(RM) -r latex
$(RM) -r html man @[EMAIL PROTECTED] @[EMAIL PROTECTED]
+dist-hook:
+ -rm -f $(distdir)/Doxyfile
+
Modified: logging/log4cxx/trunk/include/log4cxx/Makefile.am
URL:
http://svn.apache.org/viewcvs/logging/log4cxx/trunk/include/log4cxx/Makefile.am?rev=345121&r1=345120&r2=345121&view=diff
==============================================================================
--- logging/log4cxx/trunk/include/log4cxx/Makefile.am (original)
+++ logging/log4cxx/trunk/include/log4cxx/Makefile.am Wed Nov 16 13:02:17 2005
@@ -2,3 +2,8 @@
log4cxxincdir = $(includedir)/log4cxx
log4cxxinc_HEADERS= $(top_srcdir)/include/log4cxx/*.h log4cxx.h
DISTCLEANFILES = log4cxx.h
+EXTRA_DIST = log4cxx.hw
+
+dist-hook:
+ -rm -f $(distdir)/log4cxx.h
+
Modified: logging/log4cxx/trunk/include/log4cxx/private/Makefile.am
URL:
http://svn.apache.org/viewcvs/logging/log4cxx/trunk/include/log4cxx/private/Makefile.am?rev=345121&r1=345120&r2=345121&view=diff
==============================================================================
--- logging/log4cxx/trunk/include/log4cxx/private/Makefile.am (original)
+++ logging/log4cxx/trunk/include/log4cxx/private/Makefile.am Wed Nov 16
13:02:17 2005
@@ -1,3 +1,4 @@
privateincdir = $(includedir)/log4cxx/private
-privateinc_HEADERS= $(top_srcdir)/include/log4cxx/private/*.h log4cxx_private.h
+privateinc_HEADERS= $(top_builddir)/include/log4cxx/private/*.h
log4cxx_private.h
DISTCLEANFILES = log4cxx_private.h
+EXTRA_DIST = log4cxx_private.hw
Modified: logging/log4cxx/trunk/tests/witness/Makefile.am
URL:
http://svn.apache.org/viewcvs/logging/log4cxx/trunk/tests/witness/Makefile.am?rev=345121&r1=345120&r2=345121&view=diff
==============================================================================
--- logging/log4cxx/trunk/tests/witness/Makefile.am (original)
+++ logging/log4cxx/trunk/tests/witness/Makefile.am Wed Nov 16 13:02:17 2005
@@ -1,2 +1,14 @@
SUBDIRS = encoding ndc rolling
-EXTRA_DIST = *
+EXTRA_DIST = LevelMatchFilter* \
+ LevelRangeFilter* \
+ NDCMatchFilter* \
+ custom* \
+ dom.* \
+ hierarchyThreshold.* \
+ l7d.* \
+ patternLayout.* \
+ socketServer.* \
+ xmlLayout.* \
+ fallback \
+ simple \
+ ttcc
Modified: logging/log4cxx/trunk/tests/witness/encoding/Makefile.am
URL:
http://svn.apache.org/viewcvs/logging/log4cxx/trunk/tests/witness/encoding/Makefile.am?rev=345121&r1=345120&r2=345121&view=diff
==============================================================================
--- logging/log4cxx/trunk/tests/witness/encoding/Makefile.am (original)
+++ logging/log4cxx/trunk/tests/witness/encoding/Makefile.am Wed Nov 16
13:02:17 2005
@@ -1 +1,3 @@
-EXTRA_DIST = *
\ No newline at end of file
+EXTRA_DIST = UTF-* \
+ ascii.log \
+ latin1.log
Modified: logging/log4cxx/trunk/tests/witness/ndc/Makefile.am
URL:
http://svn.apache.org/viewcvs/logging/log4cxx/trunk/tests/witness/ndc/Makefile.am?rev=345121&r1=345120&r2=345121&view=diff
==============================================================================
--- logging/log4cxx/trunk/tests/witness/ndc/Makefile.am (original)
+++ logging/log4cxx/trunk/tests/witness/ndc/Makefile.am Wed Nov 16 13:02:17 2005
@@ -1 +1 @@
-EXTRA_DIST = *
\ No newline at end of file
+EXTRA_DIST = NDC.*
Modified: logging/log4cxx/trunk/tests/witness/rolling/Makefile.am
URL:
http://svn.apache.org/viewcvs/logging/log4cxx/trunk/tests/witness/rolling/Makefile.am?rev=345121&r1=345120&r2=345121&view=diff
==============================================================================
--- logging/log4cxx/trunk/tests/witness/rolling/Makefile.am (original)
+++ logging/log4cxx/trunk/tests/witness/rolling/Makefile.am Wed Nov 16 13:02:17
2005
@@ -1 +1,3 @@
-EXTRA_DIST = *
\ No newline at end of file
+EXTRA_DIST = sbr-test* \
+ tbr-test*
+