summaryrefslogtreecommitdiff
path: root/documentation
diff options
context:
space:
mode:
Diffstat (limited to 'documentation')
-rw-r--r--documentation/Makefile42
-rw-r--r--documentation/fltk.322
-rw-r--r--documentation/fluid.193
-rw-r--r--documentation/fluid.man21
4 files changed, 77 insertions, 101 deletions
diff --git a/documentation/Makefile b/documentation/Makefile
index 2317b9f96..fc37b9c07 100644
--- a/documentation/Makefile
+++ b/documentation/Makefile
@@ -1,5 +1,5 @@
#
-# "$Id: Makefile,v 1.9.2.8 2001/01/22 15:13:38 easysw Exp $"
+# "$Id: Makefile,v 1.9.2.9 2001/01/28 06:57:32 spitzak Exp $"
#
# Documentation makefile for the Fast Light Tool Kit (FLTK).
#
@@ -118,26 +118,40 @@ HTMLFILES = \
osissues.html \
license.html
-all: fltk.ps fltk.pdf fltk.d/index.html
+all: fltk.ps fltk.pdf
clean:
- rm -rf fltk.d
rm -f fltk.ps
rm -f fltk.pdf
depend:
-install:
- -mkdir -p $(prefix)/share/doc/fltk
- cp $(HTMLFILES) index.html $(prefix)/share/doc/fltk
- cp *.gif *.jpg $(prefix)/share/doc/fltk
- chmod 644 $(prefix)/share/doc/fltk/*
+# According to FHS this should be:
+# htmldir = $(prefix)/share/doc/html/en/fltk
+# Possibly the "en/" can be removed, it is not clear.
+# KDE uses "HTML" instead of "html", which is correct?
+htmldir = $(prefix)/share/doc/fltk
+
+# According to FHS this should be:
+# mandir = $(prefix)/share/man/en/man
+# they say the "en/" is optional
+mandir = $(prefix)/man/man
-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)
+install:
+ -mkdir -p $(htmldir)
+ cp $(HTMLFILES) *.gif *.jpg index.html $(htmldir)
+ chmod 644 $(htmldir)/*
+ -mkdir -p $(mandir)1
+ cp *.1 $(mandir)1
+ -mkdir -p $(mandir)3
+ cp *.3 $(mandir)3
+
+# Base html files are now the readable ones, this is not done:
+#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)
fltk.ps: $(HTMLFILES)
echo "Generating PostScript documentation..."
@@ -149,5 +163,5 @@ fltk.pdf: $(HTMLFILES)
$(HTMLDOC) -f fltk.pdf --jpeg --compression=9 --duplex --verbose --toclevels 2 --titleimage FL.gif $(HTMLFILES)
#
-# End of "$Id: Makefile,v 1.9.2.8 2001/01/22 15:13:38 easysw Exp $".
+# End of "$Id: Makefile,v 1.9.2.9 2001/01/28 06:57:32 spitzak Exp $".
#
diff --git a/documentation/fltk.3 b/documentation/fltk.3
new file mode 100644
index 000000000..14995e78f
--- /dev/null
+++ b/documentation/fltk.3
@@ -0,0 +1,22 @@
+.TH fltk 1 "Fast Light Tool Kit" "27 January 2001"
+.SH NAME
+fltk \- the fast light Tool Kit
+.sp
+.SH SYNOPSIS
+
+The Fast Light Tool Kit ("FLTK", pronounced "fulltick") is a LGPL'd
+C++ graphical user interface toolkit for X (UNIX(R)), OpenGL(R), and
+Microsoft(R) Windows(R) NT 4.0, 95, or 98. It was originally developed
+by Mr. Bill Spitzak and is currently maintained by a small group of
+developers across the world with a central repository in the US.
+
+.SH SEE ALSO
+.nf
+FLTK Programming Manual
+file:/usr/local/share/doc/fltk/index.html
+.PP
+http://www.fltk.org
+.PP
+.BR fluid (1)
+.SH AUTHOR
+Bill Spitzak and others.
diff --git a/documentation/fluid.1 b/documentation/fluid.1
index 277dbea50..0b69440e9 100644
--- a/documentation/fluid.1
+++ b/documentation/fluid.1
@@ -1,66 +1,27 @@
-
-
-
-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
-
-
+.TH fluid 1 "Fast Light Tool Kit" "27 January 2001"
+.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
+.nf
+FLTK Programming Manual, chapter 8.
+file:/usr/local/share/doc/fltk/fluid.html
+.PP
+http://www.fltk.org
+.PP
+.BR fltk (3)
+.SH AUTHOR
+Bill Spitzak and others.
diff --git a/documentation/fluid.man b/documentation/fluid.man
deleted file mode 100644
index 8f183aa04..000000000
--- a/documentation/fluid.man
+++ /dev/null
@@ -1,21 +0,0 @@
-.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.