Author: carnold
Date: Sun Mar 30 06:27:47 2008
New Revision: 642735
URL: http://svn.apache.org/viewvc?rev=642735&view=rev
Log:
LOGCXX-258: unable to build from make due to missing doxygen file
Modified:
logging/log4cxx/trunk/src/changes/changes.xml
logging/log4cxx/trunk/src/site/doxy/Makefile.am
Modified: logging/log4cxx/trunk/src/changes/changes.xml
URL:
http://svn.apache.org/viewvc/logging/log4cxx/trunk/src/changes/changes.xml?rev=642735&r1=642734&r2=642735&view=diff
==============================================================================
--- logging/log4cxx/trunk/src/changes/changes.xml (original)
+++ logging/log4cxx/trunk/src/changes/changes.xml Sun Mar 30 06:27:47 2008
@@ -225,6 +225,7 @@
<action issue="LOGCXX-254">Add build option for static C RTL</action>
<action issue="LOGCXX-256">SocketHubAppender fails after accepting
connection</action>
<action issue="LOGCXX-257">ServerSocket::accept hangs on Unix</action>
+<action issue="LOGCXX-258">unable to build from make dist package due to
missing doxygen file</action>
</release>
<release version="0.9.7" date="2004-05-10">
<action type="fix">Fixed examples source code in the "Short introduction to
log4cxx".</action>
Modified: logging/log4cxx/trunk/src/site/doxy/Makefile.am
URL:
http://svn.apache.org/viewvc/logging/log4cxx/trunk/src/site/doxy/Makefile.am?rev=642735&r1=642734&r2=642735&view=diff
==============================================================================
--- logging/log4cxx/trunk/src/site/doxy/Makefile.am (original)
+++ logging/log4cxx/trunk/src/site/doxy/Makefile.am Sun Mar 30 06:27:47 2008
@@ -13,7 +13,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
-EXTRA_DIST = Doxyfile mainpage.dox
+EXTRA_DIST = Doxyfile mainpage.dox license_notice_footer.txt
# DOC is defined if installer requests doc generation.