From 4b561b6e908a89d91f466bbc8a76c0f1084ee0df Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Tue, 25 Apr 2000 22:17:00 +0000 Subject: Updated copyright notices for all of the 1.0.x files. Updated the configure script for *BSD and GCC 2.95 (-fno-exceptions) Added install rule to documentation directory. Dumped old packages directory; added traditional RPM spec file and EPM list file (that replace all of the packages stuff) The FLUID man page is now "fluid.1" for the formatted page and "fluid.man" for the non-formatted page, since only IRIX uses pack'd formatted man pages. Whew! git-svn-id: file:///fltk/svn/fltk/branches/branch-1.0@1090 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- documentation/Makefile | 28 ++++++++------- documentation/fluid.1 | 87 ++++++++++++++++++++++++++++++++++----------- documentation/fluid.man | 21 +++++++++++ documentation/fluid.z | Bin 752 -> 0 bytes documentation/preface.html | 2 +- 5 files changed, 104 insertions(+), 34 deletions(-) create mode 100644 documentation/fluid.man delete mode 100644 documentation/fluid.z (limited to 'documentation') 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 deleted file mode 100644 index 27fa1eb56..000000000 Binary files a/documentation/fluid.z and /dev/null differ 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
The Microsoft Windows 32-bit Application Programmer's Interface.

Copyrights and Trademarks

- 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 Appendix G.

UNIX is a registered trademark of the X Open Group, Inc. Microsoft -- cgit v1.2.3