diff options
| author | Greg Ercolano <erco@seriss.com> | 2010-12-06 02:47:27 +0000 |
|---|---|---|
| committer | Greg Ercolano <erco@seriss.com> | 2010-12-06 02:47:27 +0000 |
| commit | 81dd665b461b864d3f5b53beac46f29614544e69 (patch) | |
| tree | f4ef134134d26e287a4df84a4b41043efb1d657d /documentation | |
| parent | 7d6e83aab6e7ebf318a0fd436b504fdb2542f4e9 (diff) | |
Removed unused FL.eps (see today's thread on fltk.development: "RFC docs")
Adjusted documentation/Makefile: in IMAGEFILES and EPSFILES: removed duplicates, added missing, sorted all.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7957 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'documentation')
| -rw-r--r-- | documentation/Makefile | 41 | ||||
| -rw-r--r-- | documentation/src/FL.eps | 0 |
2 files changed, 20 insertions, 21 deletions
diff --git a/documentation/Makefile b/documentation/Makefile index ee54c8fb7..dc23910af 100644 --- a/documentation/Makefile +++ b/documentation/Makefile @@ -56,6 +56,19 @@ HTMLFILES = \ $(SRC_DOCDIR)/examples.dox IMAGEFILES = \ + $(SRC_DOCDIR)/FL200.gif \ + $(SRC_DOCDIR)/Fl_Check_Button.gif \ + $(SRC_DOCDIR)/Fl_File_Chooser.jpg \ + $(SRC_DOCDIR)/Fl_File_Input.gif \ + $(SRC_DOCDIR)/Fl_Help_Dialog.gif \ + $(SRC_DOCDIR)/Fl_Light_Button.gif \ + $(SRC_DOCDIR)/Fl_Return_Button.gif \ + $(SRC_DOCDIR)/Fl_Roller.gif \ + $(SRC_DOCDIR)/Fl_Round_Button.gif \ + $(SRC_DOCDIR)/Fl_Scroll.gif \ + $(SRC_DOCDIR)/Fl_Tile.gif \ + $(SRC_DOCDIR)/Fl_Value_Input.gif \ + $(SRC_DOCDIR)/Fl_Value_Output.gif \ $(SRC_DOCDIR)/adjuster1.gif \ $(SRC_DOCDIR)/boxtypes.gif \ $(SRC_DOCDIR)/buttons.gif \ @@ -65,47 +78,34 @@ IMAGEFILES = \ $(SRC_DOCDIR)/counter.gif \ $(SRC_DOCDIR)/cubeview.gif \ $(SRC_DOCDIR)/dial.gif \ - $(SRC_DOCDIR)/editor.gif \ $(SRC_DOCDIR)/editor-replace.gif \ + $(SRC_DOCDIR)/editor.gif \ $(SRC_DOCDIR)/fl_alert.gif \ $(SRC_DOCDIR)/fl_ask.gif \ - $(SRC_DOCDIR)/Fl_Check_Button.gif \ $(SRC_DOCDIR)/fl_choice.gif \ $(SRC_DOCDIR)/fl_color_chooser.jpg \ - $(SRC_DOCDIR)/Fl_File_Chooser.jpg \ - $(SRC_DOCDIR)/Fl_File_Input.gif \ - $(SRC_DOCDIR)/FL.gif \ - $(SRC_DOCDIR)/Fl_Help_Dialog.gif \ $(SRC_DOCDIR)/fl_input.gif \ - $(SRC_DOCDIR)/Fl_Light_Button.gif \ $(SRC_DOCDIR)/fl_message.gif \ $(SRC_DOCDIR)/fl_password.gif \ - $(SRC_DOCDIR)/Fl_Return_Button.gif \ - $(SRC_DOCDIR)/Fl_Roller.gif \ - $(SRC_DOCDIR)/Fl_Round_Button.gif \ - $(SRC_DOCDIR)/Fl_Scroll.gif \ $(SRC_DOCDIR)/fl_show_colormap.gif \ - $(SRC_DOCDIR)/Fl_Tile.gif \ + $(SRC_DOCDIR)/fluid-catgets.gif \ + $(SRC_DOCDIR)/fluid-gettext.gif \ + $(SRC_DOCDIR)/fluid-org.gif \ $(SRC_DOCDIR)/fluid1.gif \ $(SRC_DOCDIR)/fluid2.gif \ $(SRC_DOCDIR)/fluid3-cxx.gif \ $(SRC_DOCDIR)/fluid3-gui.gif \ $(SRC_DOCDIR)/fluid3-style.gif \ $(SRC_DOCDIR)/fluid4.gif \ - $(SRC_DOCDIR)/fluid-catgets.gif \ - $(SRC_DOCDIR)/fluid-gettext.gif \ - $(SRC_DOCDIR)/fluid-org.gif \ $(SRC_DOCDIR)/fluid_prefs.gif \ $(SRC_DOCDIR)/fluid_widget_cxx.gif \ $(SRC_DOCDIR)/fluid_widget_gui.gif \ $(SRC_DOCDIR)/fluid_widget_style.gif \ - $(SRC_DOCDIR)/Fl_Value_Input.gif \ - $(SRC_DOCDIR)/Fl_Value_Output.gif \ $(SRC_DOCDIR)/hello.C.gif \ $(SRC_DOCDIR)/input_choice.jpg \ - $(SRC_DOCDIR)/menubar.gif \ - $(SRC_DOCDIR)/menu_button.gif \ $(SRC_DOCDIR)/menu.gif \ + $(SRC_DOCDIR)/menu_button.gif \ + $(SRC_DOCDIR)/menubar.gif \ $(SRC_DOCDIR)/positioner.gif \ $(SRC_DOCDIR)/resizebox1.gif \ $(SRC_DOCDIR)/resizebox2.gif \ @@ -118,12 +118,12 @@ IMAGEFILES = \ $(SRC_DOCDIR)/table-simple.gif \ $(SRC_DOCDIR)/tabs.gif \ $(SRC_DOCDIR)/text.gif \ + $(SRC_DOCDIR)/tiny.gif \ $(SRC_DOCDIR)/tree-elements.png \ $(SRC_DOCDIR)/valuators.gif \ $(SRC_DOCDIR)/value_slider.gif EPSFILES = \ - $(SRC_DOCDIR)/FL.eps \ $(SRC_DOCDIR)/FL200.eps\ $(SRC_DOCDIR)/Fl_Check_Button.eps \ $(SRC_DOCDIR)/Fl_File_Chooser.eps \ @@ -181,7 +181,6 @@ EPSFILES = \ $(SRC_DOCDIR)/scrollbar.eps \ $(SRC_DOCDIR)/slider.eps \ $(SRC_DOCDIR)/symbols.eps \ - $(SRC_DOCDIR)/tabs.eps \ $(SRC_DOCDIR)/table-as-container.eps \ $(SRC_DOCDIR)/table-dimensions.eps \ $(SRC_DOCDIR)/table-simple.eps \ diff --git a/documentation/src/FL.eps b/documentation/src/FL.eps deleted file mode 100644 index e69de29bb..000000000 --- a/documentation/src/FL.eps +++ /dev/null |
