From: Dan F. <dfa...@us...> - 2009-08-26 21:45:01
|
Update of /cvsroot/libexif/libexif/doc In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv19643 Modified Files: Doxyfile-internals.in Doxyfile.in Makefile.am Added Files: footer.html Log Message: Modified the footer on Doxygen-generated pages to add the SourceForge logo. Index: Makefile.am =================================================================== RCS file: /cvsroot/libexif/libexif/doc/Makefile.am,v retrieving revision 1.15 retrieving revision 1.16 diff -u -p -d -r1.15 -r1.16 --- Makefile.am 17 Oct 2007 02:58:49 -0000 1.15 +++ Makefile.am 26 Aug 2009 21:44:46 -0000 1.16 @@ -95,7 +95,7 @@ endif # BUILD_DOCS # Common part ######################################################################## -EXTRA_DIST = Doxyfile.in Doxyfile-internals.in README.apidocs $(HTML_APIDOC_DIR).tar.gz +EXTRA_DIST = Doxyfile.in Doxyfile-internals.in footer.html README.apidocs $(HTML_APIDOC_DIR).tar.gz doc_DATA = $(DOXYGEN_FILES) Index: Doxyfile.in =================================================================== RCS file: /cvsroot/libexif/libexif/doc/Doxyfile.in,v retrieving revision 1.11 retrieving revision 1.12 diff -u -p -d -r1.11 -r1.12 --- Doxyfile.in 2 Dec 2008 19:59:03 -0000 1.11 +++ Doxyfile.in 26 Aug 2009 21:44:46 -0000 1.12 @@ -628,7 +628,7 @@ HTML_HEADER = # each generated HTML page. If it is left blank doxygen will generate a # standard footer. -HTML_FOOTER = +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 --- NEW FILE: footer.html --- <hr size="1"> <address style="text-align: right;"> <a href="http://sourceforge.net" title="Hosted by SourceForge.net"> <img src="http://sourceforge.net/sflogo.php?group_id=12272&type=1" width="88" height="31" border="0" align="top" alt="SourceForge.net Logo" /></a> <small>Generated by <a href="http://www.doxygen.org/"><img src="doxygen.png" alt="doxygen" align="middle" border="0"> </a> </small></address> </body> </html> Index: Doxyfile-internals.in =================================================================== RCS file: /cvsroot/libexif/libexif/doc/Doxyfile-internals.in,v retrieving revision 1.7 retrieving revision 1.8 diff -u -p -d -r1.7 -r1.8 --- Doxyfile-internals.in 2 Dec 2008 19:59:03 -0000 1.7 +++ Doxyfile-internals.in 26 Aug 2009 21:44:46 -0000 1.8 @@ -628,7 +628,7 @@ HTML_HEADER = # each generated HTML page. If it is left blank doxygen will generate a # standard footer. -HTML_FOOTER = +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 |