summaryrefslogtreecommitdiff
path: root/documentation/Makefile
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2002-05-01 00:55:45 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2002-05-01 00:55:45 +0000
commitf58d0e15d7d60300ac49cea2aedb517f9dc57dcb (patch)
tree27d1bed9db01aa59f52c510b44c858fe42abc973 /documentation/Makefile
parent45f82821351dd720b198374ea6914d7119a1eb8d (diff)
Add docos for Fl_File_Input.
Add Fl_Preferences to docos. Update screenshot for file chooser. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2151 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'documentation/Makefile')
-rw-r--r--documentation/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/documentation/Makefile b/documentation/Makefile
index 7d8074145..513aea12e 100644
--- a/documentation/Makefile
+++ b/documentation/Makefile
@@ -1,5 +1,5 @@
#
-# "$Id: Makefile,v 1.9.2.10.2.14 2002/04/28 16:41:16 easysw Exp $"
+# "$Id: Makefile,v 1.9.2.10.2.15 2002/05/01 00:55:45 easysw Exp $"
#
# Documentation makefile for the Fast Light Tool Kit (FLTK).
#
@@ -73,6 +73,7 @@ HTMLFILES = \
Fl_File_Browser.html \
Fl_File_Chooser.html \
Fl_File_Icon.html \
+ Fl_File_Input.html \
Fl_Float_Input.html \
Fl_Free.html \
Fl_GIF_Image.html \
@@ -102,6 +103,7 @@ HTMLFILES = \
Fl_PNG_Image.html \
Fl_PNM_Image.html \
Fl_Positioner.html \
+ Fl_Preferences.html \
Fl_Progress.html \
Fl_Repeat_Button.html \
Fl_RGB_Image.html \
@@ -158,6 +160,7 @@ IMAGEFILES = \
fl_choice.gif \
fl_color_chooser.jpg \
FL.gif \
+ Fl_File_Input.gif \
Fl_Help_Dialog.gif \
fl_input.gif \
Fl_Light_Button.gif \
@@ -270,5 +273,5 @@ fltk.pdf: $(HTMLFILES) $(IMAGEFILES)
$(HTMLDOC) --verbose --batch fltk.book $(MEDIA) -f fltk.pdf
#
-# End of "$Id: Makefile,v 1.9.2.10.2.14 2002/04/28 16:41:16 easysw Exp $".
+# End of "$Id: Makefile,v 1.9.2.10.2.15 2002/05/01 00:55:45 easysw Exp $".
#