mirror of
https://github.com/fltk/fltk.git
synced 2026-05-28 11:25:22 +08:00
Documentation: fixed copying of tiny.png to documentation directory.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8158 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
@@ -137,6 +137,7 @@ html/index.html: $(HTMLFILES) Doxyfile
|
|||||||
if test "x$(DOXYDOC)" = "x" ; then \
|
if test "x$(DOXYDOC)" = "x" ; then \
|
||||||
echo "Sorry - doxygen not found. Please install doxygen and run configure."; \
|
echo "Sorry - doxygen not found. Please install doxygen and run configure."; \
|
||||||
fi
|
fi
|
||||||
|
test -d html && cp src/tiny.png html/
|
||||||
|
|
||||||
html-dist: html
|
html-dist: html
|
||||||
echo "Stripping HTML files ..."
|
echo "Stripping HTML files ..."
|
||||||
|
|||||||
@@ -344,17 +344,6 @@ The above code produces the following paragraphs:
|
|||||||
Use a single line ending with \<br\> for complicated paragraph titles.
|
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
|
\section development_navigation_test Navigation Elements
|
||||||
|
|
||||||
Each introduction (tutorial) page ends with navigation elements. These
|
Each introduction (tutorial) page ends with navigation elements. These
|
||||||
|
|||||||
Reference in New Issue
Block a user