summaryrefslogtreecommitdiff
path: root/documentation/Makefile
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2000-02-25 03:44:22 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2000-02-25 03:44:22 +0000
commitaee4def606931c802d214db91360d5d3524544dd (patch)
tree1de97031d5736e71af4d6976ead778be678a35f6 /documentation/Makefile
parent42ebf79306f7840391bdcb2b363abcc09b591b0c (diff)
Updated version to 1.0.8.
Applied colors patch. Updated doco makefile for current version of HTMLDOC. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.0@1015 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'documentation/Makefile')
-rw-r--r--documentation/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/documentation/Makefile b/documentation/Makefile
index 62e8c46ff..4939f5d84 100644
--- a/documentation/Makefile
+++ b/documentation/Makefile
@@ -1,5 +1,5 @@
#
-# "$Id: Makefile,v 1.9.2.2 1999/06/12 13:53:23 mike Exp $"
+# "$Id: Makefile,v 1.9.2.3 2000/02/25 03:44:20 mike Exp $"
#
# Documentation makefile for the Fast Light Tool Kit (FLTK).
#
@@ -23,7 +23,7 @@
# Please report all bugs and problems to "fltk-bugs@easysw.com".
#
-# Where to find HTMLDOC...
+# Where to find HTMLDOC (http://www.easysw.com/htmldoc)...
HTMLDOC = htmldoc
# What media size to use:
@@ -130,17 +130,17 @@ fltk.d/index.html: $(HTMLFILES)
@echo "Generating HTML documentation..."
@-mkdir fltk.d
@-rm -f fltk.d/*
- @$(HTMLDOC) -d fltk.d -t html --verbose --toclevels 2 --bodycolor white --title FL.gif $(HTMLFILES)
+ @$(HTMLDOC) -d fltk.d -t html --verbose --toclevels 2 --bodycolor white --titleimage FL.gif $(HTMLFILES)
fltk.ps: $(HTMLFILES)
@echo "Generating PostScript documentation..."
- @$(HTMLDOC) -f fltk.ps -t ps2 --duplex --verbose --toclevels 2 --title FL.gif $(HTMLFILES)
+ @$(HTMLDOC) -f fltk.ps -t ps2 --duplex --verbose --toclevels 2 --titleimage FL.gif $(HTMLFILES)
fltk.pdf: $(HTMLFILES)
@echo "Generating PDF documentation..."
@rm -f fltk.pdf
- @$(HTMLDOC) -f fltk.pdf --jpeg --compression=9 --duplex --verbose --toclevels 2 --title FL.gif $(HTMLFILES)
+ @$(HTMLDOC) -f fltk.pdf --jpeg --compression=9 --duplex --verbose --toclevels 2 --titleimage FL.gif $(HTMLFILES)
#
-# End of "$Id: Makefile,v 1.9.2.2 1999/06/12 13:53:23 mike Exp $".
+# End of "$Id: Makefile,v 1.9.2.3 2000/02/25 03:44:20 mike Exp $".
#