summaryrefslogtreecommitdiff
path: root/documentation
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2007-02-06 19:44:10 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2007-02-06 19:44:10 +0000
commit31e948ed4bc2122fdab183fbf08eb6743f63d717 (patch)
treee01de78b9d0806135e92ac75cbf279ae016a72db /documentation
parent44b2ff35cf0e7aa0cb394acb9e44fb39ab068b71 (diff)
Update packaging files.
Remove --post code from fltk-config (--post is now ignore on all platforms) Remove outdated information from README.mac. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5664 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'documentation')
-rw-r--r--documentation/fltk-config.man9
1 files changed, 1 insertions, 8 deletions
diff --git a/documentation/fltk-config.man b/documentation/fltk-config.man
index dbe6d4bd2..b7788710b 100644
--- a/documentation/fltk-config.man
+++ b/documentation/fltk-config.man
@@ -1,4 +1,4 @@
-.TH fltk-config 1 "Fast Light Tool Kit" "24 September 2006"
+.TH fltk-config 1 "Fast Light Tool Kit" "6 February 2007"
.SH NAME
fltk-config \- script to get information about the installed version of fltk.
.sp
@@ -12,8 +12,6 @@ fltk-config [ --prefix
[ --cflags ] [ --cxxflags ] [ --ldflags ] [ --ldstaticflags ] [ --libs ]
[ -D\fIname[=value]\fR ] [ -g ] [ --compile
.I program.cxx
-] [ --post
-.I program
]
.SH DESCRIPTION
\fIfltk-config\fR is a utility script that can be used to get information
@@ -65,11 +63,6 @@ application to the static FLTK libraries.
Displays the full path to the FLTK library files, to be used for
dependency checking.
.TP 5
---post \fIprogram\fR
-.br
-Binds the default FLTK resource fork to a program under MacOS.
-Does nothing on other operating systems.
-.TP 5
--use-gl
.br
Enables OpenGL support.