You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by gr...@apache.org on 2013/08/07 07:27:14 UTC

svn commit: r1511176 - in /logging/log4cxx/trunk/src: changes/changes.xml site/doxy/Makefile.am

Author: grobmeier
Date: Wed Aug  7 05:27:14 2013
New Revision: 1511176

URL: http://svn.apache.org/r1511176
Log:
LOGCXX-414: possibly wrong use of autotools docdir, thanks to Alex Zbarcea

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=1511176&r1=1511175&r2=1511176&view=diff
==============================================================================
--- logging/log4cxx/trunk/src/changes/changes.xml (original)
+++ logging/log4cxx/trunk/src/changes/changes.xml Wed Aug  7 05:27:14 2013
@@ -23,6 +23,7 @@
 </properties>
 <body>
 <release version="0.11.0" date="2010-XX-XX" description="Maintenance release">
+<action issue="LOGCXX-414">possibly wrong use of autotools docdir (due to Alex Zbarcea)</action>
 <action issue="LOGCXX-413">log4cxx doesn't compile on openembedded (due to Alex Zbarcea)</action>
 <action issue="LOGCXX-249">Console appender crashes if layout is not set</action>
 <action issue="LOGCXX-262">socketappendertestcase and xmlsocketappendertestcase not run</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=1511176&r1=1511175&r2=1511176&view=diff
==============================================================================
--- logging/log4cxx/trunk/src/site/doxy/Makefile.am (original)
+++ logging/log4cxx/trunk/src/site/doxy/Makefile.am Wed Aug  7 05:27:14 2013
@@ -20,7 +20,7 @@ EXTRA_DIST = Doxyfile mainpage.dox licen
 
 if DOC
 
-htmldest = $(pkgdatadir)/html
+htmldest = $(docdir)/html
 
 install-data-hook:
 	$(mkinstalldirs) $(DESTDIR)$(htmldest)
@@ -40,7 +40,7 @@ pdf: @PACKAGE@.pdf
 	$(MAKE) -C ./latex pdf
 	ln -s ./latex/refman.ps	 @PACKAGE@.ps
 	ln -s ./latex/refman.pdf @PACKAGE@.pdf
-	
+
 endif
 
 else