Remove debian packaging stuff
[platform/upstream/libijs.git] / ijs-config.1
1 .\"                                      Hey, EMACS: -*- nroff -*-
2 .\" First parameter, NAME, should be all caps
3 .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
4 .\" other parameters are allowed: see man(7), man(1)
5 .TH IJS-CONFIG 1 "5 Feb, 2004"
6 .\" Please adjust this date whenever revising the manpage.
7 .\"
8 .\" Some roff macros, for reference:
9 .\" .nh        disable hyphenation
10 .\" .hy        enable hyphenation
11 .\" .ad l      left justify
12 .\" .ad b      justify to both left and right margins
13 .\" .nf        disable filling
14 .\" .fi        enable filling
15 .\" .br        insert line break
16 .\" .sp <n>    insert n+1 empty lines
17 .\" for manpage-specific macros, see man(7)
18 .SH NAME
19 ijs-config \- script to get information about the installed version of ijs
20 .SH SYNOPSIS
21 .B ijs-config
22 [\-\-prefix\fI[=DIR]\fP] [\-\-exec\-prefix\fI[=DIR]\fP] [\-\-version] [\-\-libs] [\-\-cflags]
23 .SH DESCRIPTION
24 .PP
25 \fIijs-config\fP is a program that is used to determine the compiler and
26 linker flags that should be used to compile and link programs that use
27 \fIIJS\fP.
28 .SH OPTIONS
29 This program follows the usual GNU command line syntax, with long
30 options starting with two dashes (`-').
31 A summary of options is included below.
32 .TP
33 .B \-\-help
34 Show summary of options.  This may list additional advanced package
35 configuration options not detailed in this manual page.
36 .TP
37 .B \-\-version
38 Show installed libijs version.
39 .TP
40 .B  \-\-libs
41 Print the linker flags that are necessary to link an \fIIJS\fP program.
42 .TP
43 .B  \-\-cflags
44 Print the compiler flags that are necessary to compile an \fIIJS\fP program.
45 .TP
46 .B  \-\-prefix=PREFIX
47 If specified, use PREFIX instead of the installation prefix that \fIIJS\fP
48 was built with when computing the output for the \-\-cflags and
49 \-\-libs options. This option is also used for the exec prefix
50 if \-\-exec\-prefix was not specified. This option must be specified
51 before any \-\-libs or \-\-cflags options.
52 .TP
53 .B  \-\-exec\-prefix=PREFIX
54 If specified, use PREFIX instead of the installation exec prefix that
55 \fIIJS\fP was built with when computing the output for the \-\-cflags
56 and \-\-libs options.  This option must be specified before any
57 \-\-libs or \-\-cflags options.
58 .SH SEE ALSO
59 .BR gtk-config (1)
60 .SH AUTHOR
61 This manual page was written by Roger Leigh
62 \fI<rleigh@debian.org>\fP, originally for
63 the Debian GNU/Linux system.