Author: rhys
Date: Thu Jan 9 04:03:15 2014
New Revision: 1556710
URL: http://svn.apache.org/r1556710
Log:
Remove references to defunct mainpage.dox
mainpage.dox was removed in r1556263. The EXTRA_DIST line
and make target dependencies need to be updated so that
the autoconfiscated build can proceed with Doxygen generation.
Modified:
incubator/log4cxx/trunk/src/site/doxy/Makefile.am
Modified: incubator/log4cxx/trunk/src/site/doxy/Makefile.am
URL:
http://svn.apache.org/viewvc/incubator/log4cxx/trunk/src/site/doxy/Makefile.am?rev=1556710&r1=1556709&r2=1556710&view=diff
==============================================================================
--- incubator/log4cxx/trunk/src/site/doxy/Makefile.am (original)
+++ incubator/log4cxx/trunk/src/site/doxy/Makefile.am Thu Jan 9 04:03:15 2014
@@ -13,7 +13,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
-EXTRA_DIST = Doxyfile mainpage.dox license_notice_footer.txt
+EXTRA_DIST = Doxyfile license_notice_footer.txt
# DOC is defined if installer requests doc generation.
@@ -61,7 +61,7 @@ endif
all-local: dox
-@manual_dest@/index.html: Doxyfile mainpage.dox
+@manual_dest@/index.html: Doxyfile
"@DOXYGEN@"
distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)