summaryrefslogtreecommitdiff
path: root/documentation/Makefile
diff options
context:
space:
mode:
authorFabien Costantini <fabien@onepost.net>2008-10-15 15:58:04 +0000
committerFabien Costantini <fabien@onepost.net>2008-10-15 15:58:04 +0000
commit14ca02ffff5b35ece05a1d7b71edd19a6a35d0be (patch)
tree47ab6b19cb168df9c122c7f6743b33f3c0bbc5af /documentation/Makefile
parent5a71578b1b5a051fe7791e50a156333683a6806c (diff)
Doxygen documentation: commented out the 1.5.7 specific doc options, updated README for pdf and html use. Now minimum version required is 1.5.5
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6440 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'documentation/Makefile')
-rw-r--r--documentation/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/Makefile b/documentation/Makefile
index 576b8f05b..8a50b3ba0 100644
--- a/documentation/Makefile
+++ b/documentation/Makefile
@@ -201,7 +201,7 @@ html/index.html: $(IMAGEFILES)
echo "Generating HTML documentation..."
-$(RMDIR) html
-$(INSTALL_DIR) html
- -$(HTMLDOC)
+ -$(DOXYDOC)
#fltk.ps: $(HTMLFILES) $(IMAGEFILES)
# echo "Generating PostScript documentation..."