Added --enable-maintainer-mode in configure and made the SourceForge
authorDan Fandrich <dan@coneharvesters.com>
Tue, 6 Oct 2009 23:53:11 +0000 (16:53 -0700)
committerDan Fandrich <dan@coneharvesters.com>
Tue, 6 Oct 2009 23:53:11 +0000 (16:53 -0700)
logo appear in the Doxygen documentation only when it's enabled.

ChangeLog
configure.ac
doc/Doxyfile-internals.in
doc/Doxyfile.in

index 959bc48..eae5d4c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-10-06  Dan Fandrich <dan@coneharvesters.com>
+
+       * Added --enable-maintainer-mode in configure and made the SourceForge
+         logo appear in the Doxygen documentation only when it's enabled.
+
 2009-10-05  Dan Fandrich <dan@coneharvesters.com>
 
        * Updated translations from Translation Project members to the
index 0f3d24b..bfd3697 100644 (file)
@@ -4,6 +4,7 @@ AC_CONFIG_SRCDIR([libexif/exif-data.h])
 AC_CONFIG_HEADERS([config.h])
 AC_CONFIG_MACRO_DIR([auto-m4])
 AM_INIT_AUTOMAKE([-Wall gnu 1.9 dist-bzip2 dist-zip check-news])
+AM_MAINTAINER_MODE
 
 if test ! -d "$srcdir/m4m"; then
 AC_MSG_ERROR([
index ac29034..bbf3d75 100644 (file)
@@ -628,7 +628,7 @@ HTML_HEADER            =
 # each generated HTML page. If it is left blank doxygen will generate a 
 # standard footer.
 
-HTML_FOOTER            = @srcdir@/footer.html
+@MAINTAINER_MODE_TRUE@HTML_FOOTER            = @srcdir@/footer.html
 
 # The HTML_STYLESHEET tag can be used to specify a user-defined cascading 
 # style sheet that is used by each HTML page. It can be used to 
index fc37e9b..d340ac6 100644 (file)
@@ -628,7 +628,7 @@ HTML_HEADER            =
 # each generated HTML page. If it is left blank doxygen will generate a 
 # standard footer.
 
-HTML_FOOTER            = @srcdir@/footer.html
+@MAINTAINER_MODE_TRUE@HTML_FOOTER            = @srcdir@/footer.html
 
 # The HTML_STYLESHEET tag can be used to specify a user-defined cascading 
 # style sheet that is used by each HTML page. It can be used to