~ubuntu-branches/ubuntu/maverick/kakasi/maverick

« back to all changes in this revision

Viewing changes to doc/kakasi-config.1

  • Committer: Bazaar Package Importer
  • Author(s): Keita Maehara
  • Date: 2010-03-21 15:27:39 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20100321152739-f6qx1m9nfln7m3p1
Tags: 2.3.5~pre1+cvs20071101-1
* Maintainer release.
* New upstream snapshot (Closes: #184286, #162890, #273249, #273250,
  #545045).
* Updated Standards-Version to 3.8.4.
* Switch to dpkg-source 3.0 (quilt) format.
* Switch to debhelper 7.
* Updated references to the upstream URL.
* Now libkakasi2-dev is in section libdevel.
* Removed symlinks to undocumented(7).
* Added missing upstream docs.
* Moved kakasi-config to libkakasi2-dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
.TH KAKASI 1 "28 January 2001"
2
 
.SH NAME
3
 
kakasi-config - script to get information about the installed version of KAKASI
4
 
.SH SYNOPSIS
5
 
.B kakasi-config
6
 
[\-\-prefix\fI[=DIR]\fP] [\-\-exec\-prefix\fI[=DIR]\fP] [\-\-help] [\-\-version] [\-\-libs] [\-\-cflags]
7
 
.SH DESCRIPTION
8
 
.PP
9
 
\fIkakasi-config\fP is a tool that is used to configure to determine
10
 
the compiler and linker flags that should be used to compile
11
 
and link programs that use \fIKAKASI\fP. It is also used internally
12
 
to the .m4 macros for GNU autoconf that are included with \fIKAKASI\fP.
13
 
.
14
 
.SH OPTIONS
15
 
.l
16
 
\fIkakasi-config\fP accepts the following options:
17
 
.TP 8
18
 
.B  \-\-help
19
 
Print the help text and exit.
20
 
.TP 8
21
 
.B  \-\-version
22
 
Print the currently installed version of \fIKAKASI\fP on the standard output.
23
 
.TP 8
24
 
.B  \-\-libs
25
 
Print the linker flags that are necessary to link a \fIKAKASI\fP program.
26
 
.TP 8
27
 
.B  \-\-cflags
28
 
Print the compiler flags that are necessary to compile a \fIKAKASI\fP program.
29
 
.TP 8
30
 
.B  \-\-prefix=PREFIX
31
 
If specified, use PREFIX instead of the installation prefix that \fIKAKASI\fP
32
 
was built with when computing the output for the \-\-cflags and
33
 
\-\-libs options. This option is also used for the exec prefix
34
 
if \-\-exec\-prefix was not specified. This option must be specified
35
 
before any \-\-libs or \-\-cflags options.
36
 
.TP 8
37
 
.B  \-\-exec\-prefix=PREFIX
38
 
If specified, use PREFIX instead of the installation exec prefix that
39
 
\fIGTK+\fP was built with when computing the output for the \-\-cflags
40
 
and \-\-libs options.  This option must be specified before any
41
 
\-\-libs or \-\-cflags options.
42
 
.SH SEE ALSO
43
 
.BR kakasi (1),
44
 
.SH COPYRIGHT
45
 
Copyright \(co  2001 Kakasi Project
46
 
 
47
 
Permission to use, copy, modify, and distribute this software and its
48
 
documentation for any purpose and without fee is hereby granted,
49
 
provided that the above copyright notice appear in all copies and that
50
 
both that copyright notice and this permission notice appear in
51
 
supporting documentation.