Added two missing html files to the Makefile based installation process (STR #1339)

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5244 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Matthias Melcher
2006-06-27 11:55:20 +00:00
parent 8761079f3c
commit 6167376e2b
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
CHANGES IN FLTK 1.1.8 CHANGES IN FLTK 1.1.8
- Documentation fixes (STR #1336, STR #1329) - Documentation fixes (STR #1336, STR #1329, STR #1339)
- Added support for floating point Fl_Spinner in the - Added support for floating point Fl_Spinner in the
API, documentation, and Fluid (STR #1331) API, documentation, and Fluid (STR #1331)
- Repeat button now cancels timeout if it should get - Repeat button now cancels timeout if it should get
+2
View File
@@ -68,6 +68,7 @@ HTMLFILES = \
Fl_Check_Button.html \ Fl_Check_Button.html \
Fl_Choice.html \ Fl_Choice.html \
Fl_Clock.html \ Fl_Clock.html \
Fl_Clock_Output.html \
Fl_Color_Chooser.html \ Fl_Color_Chooser.html \
Fl_Counter.html \ Fl_Counter.html \
Fl_Dial.html \ Fl_Dial.html \
@@ -129,6 +130,7 @@ HTMLFILES = \
Fl_Tile.html \ Fl_Tile.html \
Fl_Tiled_Image.html \ Fl_Tiled_Image.html \
Fl_Timer.html \ Fl_Timer.html \
Fl_Toggle_Button.html \
Fl_Tooltip.html \ Fl_Tooltip.html \
Fl_Valuator.html \ Fl_Valuator.html \
Fl_Value_Input.html \ Fl_Value_Input.html \