diff options
Diffstat (limited to 'documentation')
| -rw-r--r-- | documentation/Makefile | 28 | ||||
| -rw-r--r-- | documentation/fluid.1 | 87 | ||||
| -rw-r--r-- | documentation/fluid.man | 21 | ||||
| -rw-r--r-- | documentation/fluid.z | bin | 752 -> 0 bytes | |||
| -rw-r--r-- | documentation/preface.html | 2 |
5 files changed, 104 insertions, 34 deletions
diff --git a/documentation/Makefile b/documentation/Makefile index e5462a152..83a569d3b 100644 --- a/documentation/Makefile +++ b/documentation/Makefile @@ -1,9 +1,9 @@ # -# "$Id: Makefile,v 1.9.2.4 2000/02/29 21:35:47 mike Exp $" +# "$Id: Makefile,v 1.9.2.5 2000/04/25 22:16:02 mike Exp $" # # Documentation makefile for the Fast Light Tool Kit (FLTK). # -# Copyright 1998-1999 by Bill Spitzak and others. +# Copyright 1998-2000 by Bill Spitzak and others. # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Library General Public @@ -125,22 +125,26 @@ clean: depend: install: + -mkdir -p $(prefix)/share/doc/fltk + cp -f $(HTMLFILES) index.html $(prefix)/share/doc/fltk + cp -f *.gif *.jpg $(prefix)/share/doc/fltk + chmod 644 $(prefix)/share/doc/fltk/* 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 --titleimage FL.gif $(HTMLFILES) + echo "Generating HTML documentation..." + -mkdir fltk.d + -rm -f fltk.d/* + $(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 --jpeg --duplex --verbose --toclevels 2 --titleimage FL.gif $(HTMLFILES) + echo "Generating PostScript documentation..." + $(HTMLDOC) -f fltk.ps --jpeg --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 --titleimage FL.gif $(HTMLFILES) + echo "Generating PDF documentation..." + rm -f fltk.pdf + $(HTMLDOC) -f fltk.pdf --jpeg --compression=9 --duplex --verbose --toclevels 2 --titleimage FL.gif $(HTMLFILES) # -# End of "$Id: Makefile,v 1.9.2.4 2000/02/29 21:35:47 mike Exp $". +# End of "$Id: Makefile,v 1.9.2.5 2000/04/25 22:16:02 mike Exp $". # diff --git a/documentation/fluid.1 b/documentation/fluid.1 index 8f183aa04..277dbea50 100644 --- a/documentation/fluid.1 +++ b/documentation/fluid.1 @@ -1,21 +1,66 @@ -.TH fluid 1 "Fast Light Tool Kit" "4 March 1998" -.SH NAME -fluid \- the fast light user-interface designer -.sp -.SH SYNOPSIS -.nf -fluid \fI[-c [-o code-filename -h header-filename]] [filename.fl]\fR -.fi -.SH DESCRIPTION -\fIfluid\fR is an interactive GUI designer for FLTK. When run with no arguments -or with a filename, \fIfluid\fR will display the GUI hierarchy and any windows -defined in the file. Functions, classes, windows, and GUI components can be -manipulated as needed. -.LP -When used with the \fI-c\fR option, \fIfluid\fR will create the necessary C++ -header and code files in the current directory. You can override the default -extensions, filenames, and directories using the \fI-o\fR and \fI-h\fR options. -.SH SEE ALSO -FLTK 1.0 Programming Manual, chapter 8. -.SH AUTHOR -Bill Spitzak and others. + + + +fluid(1) fluid(1) + + +NNAAMMEE + fluid - the fast light user-interface designer + + +SSYYNNOOPPSSIISS + fluid _[_-_c _[_-_o _c_o_d_e_-_f_i_l_e_n_a_m_e _-_h _h_e_a_d_e_r_-_f_i_l_e_n_a_m_e_]_] _[_f_i_l_e_n_a_m_e_._f_l_] + +DDEESSCCRRIIPPTTIIOONN + _f_l_u_i_d is an interactive GUI designer for FLTK. When run + with no arguments or with a filename, _f_l_u_i_d will display + the GUI hierarchy and any windows defined in the file. + Functions, classes, windows, and GUI components can be + manipulated as needed. + + When used with the _-_c option, _f_l_u_i_d will create the neces- + sary C++ header and code files in the current directory. + You can override the default extensions, filenames, and + directories using the _-_o and _-_h options. + +SSEEEE AALLSSOO + FLTK 1.0 Programming Manual, chapter 8. + +AAUUTTHHOORR + Bill Spitzak and others. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +4 March 1998 Fast Light Tool Kit 1 + + diff --git a/documentation/fluid.man b/documentation/fluid.man new file mode 100644 index 000000000..8f183aa04 --- /dev/null +++ b/documentation/fluid.man @@ -0,0 +1,21 @@ +.TH fluid 1 "Fast Light Tool Kit" "4 March 1998" +.SH NAME +fluid \- the fast light user-interface designer +.sp +.SH SYNOPSIS +.nf +fluid \fI[-c [-o code-filename -h header-filename]] [filename.fl]\fR +.fi +.SH DESCRIPTION +\fIfluid\fR is an interactive GUI designer for FLTK. When run with no arguments +or with a filename, \fIfluid\fR will display the GUI hierarchy and any windows +defined in the file. Functions, classes, windows, and GUI components can be +manipulated as needed. +.LP +When used with the \fI-c\fR option, \fIfluid\fR will create the necessary C++ +header and code files in the current directory. You can override the default +extensions, filenames, and directories using the \fI-o\fR and \fI-h\fR options. +.SH SEE ALSO +FLTK 1.0 Programming Manual, chapter 8. +.SH AUTHOR +Bill Spitzak and others. diff --git a/documentation/fluid.z b/documentation/fluid.z Binary files differdeleted file mode 100644 index 27fa1eb56..000000000 --- a/documentation/fluid.z +++ /dev/null diff --git a/documentation/preface.html b/documentation/preface.html index 228bc437b..a3ce84788 100644 --- a/documentation/preface.html +++ b/documentation/preface.html @@ -55,7 +55,7 @@ Reference</A></LI> <DD>The Microsoft Windows 32-bit Application Programmer's Interface.</DD> </DL> <H2>Copyrights and Trademarks</H2> - FLTK is Copyright 1998-1999 by Bill Spitzak and others. Use and + FLTK is Copyright 1998-2000 by Bill Spitzak and others. Use and distribution of FLTK is governed by the GNU Library General Public License, located in <A HREF=license.html#license>Appendix G</A>. <P>UNIX is a registered trademark of the X Open Group, Inc. Microsoft |
