add documentation for --prefix and --exec-prefix

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@9248 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
2000-12-01 04:59:53 +00:00
parent e9c35a4457
commit 64d0405f32

View File

@@ -9,8 +9,8 @@
give information on how to link code against Heimdal libraries
.Sh SYNOPSIS
.Nm
.Op Fl -prefix= Ns Ar dir
.Op Fl -exec-prefix= Ns Ar dir
.Op Fl -prefix Ns Op = Ns Ar dir
.Op Fl -exec-prefix Ns Op = Ns Ar dir
.Op Fl -libs
.Op Fl -cflags
.Op Ar libraries
@@ -21,11 +21,15 @@ and link programs against the libraries installed by Heimdal.
.Pp
Options supported:
.Bl -tag -width Ds
.It Fl -prefix= Ns Ar dir
Assume that the prefix to be used is
.It Fl -prefix Ns Op = Ns Ar dir
Print the prefix if no
.Ar dir
is specified, otherwise set prefix to
.Ar dir .
.It Fl -exec-prefix= Ns Ar dir
Assume that the exec-prefix to be used is
.It Fl -exec-prefix Ns Op = Ns Ar dir
Print the exec-prefix if no
.Ar dir
is specified, otherwise set exec-prefix to
.Ar dir .
.It Fl -libs
Output the set of libraries that should be linked against.