summaryrefslogtreecommitdiff
path: root/documentation/Makefile
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2011-01-01 14:12:10 +0000
committerAlbrecht Schlosser <albrechts.fltk@online.de>2011-01-01 14:12:10 +0000
commit09d7842f8660e3aec11371dc83190bea4d2776da (patch)
tree8d8ed8087debc5830c34d4c6221c7c667b1c0d4c /documentation/Makefile
parent7c8ef98a04fc964a861cff00540786640b793aec (diff)
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
Diffstat (limited to 'documentation/Makefile')
-rw-r--r--documentation/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/documentation/Makefile b/documentation/Makefile
index e0ef739ee..9d17c626e 100644
--- a/documentation/Makefile
+++ b/documentation/Makefile
@@ -137,6 +137,7 @@ html/index.html: $(HTMLFILES) Doxyfile
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 ..."