Author: AlbrechtS
Date: 2011-01-01 06:12:10 -0800 (Sat, 01 Jan 2011)
New Revision: 8158
Log:
Documentation: fixed copying of tiny.png to documentation directory.


Modified:
   branches/branch-1.3/documentation/Makefile
   branches/branch-1.3/documentation/src/development.dox

Modified: branches/branch-1.3/documentation/Makefile
===================================================================
--- branches/branch-1.3/documentation/Makefile  2011-01-01 14:01:53 UTC (rev 
8157)
+++ branches/branch-1.3/documentation/Makefile  2011-01-01 14:12:10 UTC (rev 
8158)
@@ -137,6 +137,7 @@
        if test "x$(DOXYDOC)" = "x" ; then \
          echo "Sorry - doxygen not found. Please install doxygen and run 
configure."; \
        fi
+       test -d html && cp src/tiny.png html/
 
 html-dist: html
        echo "Stripping HTML files ..."

Modified: branches/branch-1.3/documentation/src/development.dox
===================================================================
--- branches/branch-1.3/documentation/src/development.dox       2011-01-01 
14:01:53 UTC (rev 8157)
+++ branches/branch-1.3/documentation/src/development.dox       2011-01-01 
14:12:10 UTC (rev 8158)
@@ -344,17 +344,6 @@
     Use a single line ending with \<br\> for complicated paragraph titles.
 
 
-\section development_html_footer Hack for missing "tiny.gif" file
-
-  \todo
-       *HACK* : include image file for footer. Doxygen does not include
-       the file "tiny.gif" from "html_footer" in its output html dir.
-       Find out, how this can be done, or avoid using an image in
-       the HTML footer.
-
-  \image html tiny.png
-  \image latex tiny.png "" width=2cm   
-
 \section development_navigation_test Navigation Elements
 
 Each introduction (tutorial) page ends with navigation elements. These

_______________________________________________
fltk-commit mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-commit

Reply via email to