diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 1999-01-07 16:36:11 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 1999-01-07 16:36:11 +0000 |
| commit | 367f908d8ed5a3464b9676223a26ddf4e11bdb5b (patch) | |
| tree | 2b0ec583852973ccf7b9804957e78d474e0e7e5d /documentation/Makefile | |
| parent | 85e6f449590eeb6e09f7547733adf4c7137470d0 (diff) | |
"Final" changes for first draft of 1.0 documentation.
git-svn-id: file:///fltk/svn/fltk/trunk@187 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'documentation/Makefile')
| -rw-r--r-- | documentation/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/documentation/Makefile b/documentation/Makefile index 89ae65ac1..d3bd0e1f1 100644 --- a/documentation/Makefile +++ b/documentation/Makefile @@ -1,5 +1,5 @@ # -# "$Id: Makefile,v 1.2 1998/12/29 14:58:59 mike Exp $" +# "$Id: Makefile,v 1.3 1999/01/07 16:36:05 mike Exp $" # # Documentation makefile for the Fast Light Tool Kit (FLTK). # @@ -29,6 +29,8 @@ HTMLFILES = \ src/basics.html \ src/common.html \ src/editor.html \ + src/drawing.html \ + src/events.html \ src/subclassing.html \ src/fluid.html \ src/opengl.html \ @@ -113,14 +115,14 @@ index.html: $(HTMLFILES) fltk.ps.gz: $(HTMLFILES) @echo "Generating PostScript documentation..." @rm -f fltk.ps fltk.ps.gz - @htmldoc -f fltk.ps --no-compression --jpeg=90 --duplex --verbose --toclevels 2 --title src/FL.gif $(HTMLFILES) + @htmldoc -f fltk.ps --jpeg=90 --duplex --verbose --toclevels 2 --title src/FL.gif $(HTMLFILES) @gzip -9 fltk.ps fltk.pdf: $(HTMLFILES) @echo "Generating PDF documentation..." @rm -f fltk.pdf - @htmldoc -f fltk.pdf --no-compression --jpeg=90 --duplex --verbose --toclevels 2 --title src/FL.gif $(HTMLFILES) + @htmldoc -f fltk.pdf --compression=9 --jpeg=90 --duplex --verbose --toclevels 2 --title src/FL.gif $(HTMLFILES) # -# End of "$Id: Makefile,v 1.2 1998/12/29 14:58:59 mike Exp $". +# End of "$Id: Makefile,v 1.3 1999/01/07 16:36:05 mike Exp $". # |
