~ubuntu-branches/ubuntu/trusty/hyperestraier/trusty-proposed

« back to all changes in this revision

Viewing changes to debian/estconfig.1

  • Committer: Bazaar Package Importer
  • Author(s): Steve Langasek
  • Date: 2006-11-14 05:28:32 UTC
  • mfrom: (2.1.4 feisty)
  • Revision ID: james.westby@ubuntu.com-20061114052832-0lzqzcefn8mt4yqe
Tags: 1.4.9-1.1
* Non-maintainer upload.
* High-urgency upload for RC bugfix.
* Set HOME=$(CURDIR)/junkhome when building, otherwise the package build
  will incorrectly look for headers there -- and fail when the directory
  exists and is unreadable, as happens sometimes on sudo-using
  autobuilders!

Show diffs side-by-side

added added

removed removed

Lines of Context:
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 ESTCONFIG 1 "2005-06-04" "Man Page" "HyperEstraier"
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
 
estconfig \- configuration helper for Hyper Estraier
20
 
.SH SYNOPSIS
21
 
.B estconfig
22
 
.RI [ options ]
23
 
.SH DESCRIPTION
24
 
This manual page documents briefly the
25
 
.B estconfig
26
 
commands.
27
 
.PP
28
 
.\" TeX users may be more comfortable with the \fB<whatever>\fP and
29
 
.\" \fI<whatever>\fP escape sequences to invode bold face and italics, 
30
 
.\" respectively.
31
 
\fBestconfig\fP is a program that outputs setting and configurations
32
 
of Hyper Estraier.
33
 
`estconfig' always returns 0 as the exit status.
34
 
.SH OPTIONS
35
 
A summary of options is included below.
36
 
For a complete description, see the XXX
37
 
.TP
38
 
.B \-\-version
39
 
to output version information.
40
 
.TP
41
 
.B \-\-prefix
42
 
to output the prefix of the destination of installation.
43
 
.TP
44
 
.B \-\-execprefix
45
 
to output the prefix of the files depending on the platform.
46
 
.TP
47
 
.B \-\-headdir
48
 
to output the prefix of the headers.
49
 
.TP
50
 
.B \-\-libdir
51
 
to output the prefix of the libraries.
52
 
.TP
53
 
.B \-\-bindir
54
 
to output the prefix of the commands.
55
 
.TP
56
 
.B \-\-libexecdir
57
 
to output the prefix of the CGI script.
58
 
.TP
59
 
.B \-\-datadir
60
 
to output the prefix of the configuration files.
61
 
.TP
62
 
.B \-\-cflags
63
 
to output the compiler options to be specified when building.
64
 
.TP
65
 
.B \-\-ldflags
66
 
to output the linker options to be specified when building.
67
 
.TP
68
 
.B \-\-libs
69
 
to output the libraries to be specified when building.
70
 
.TP
71
 
.B \-\-mtlibs
72
 
to output the libraries for applications with multi thread.
73
 
.SH EXAMPLES
74
 
.PP
75
 
\fB     gcc `estconfig --cflags` -o foobar foobar.c `estconfig --ldflags` `estconfig --libs`\fP
76
 
.PP
77
 
.SH SEE ALSO
78
 
.BR estcmd (1),
79
 
.BR estload (1),
80
 
.BR estmaster (1).
81
 
.SH AUTHOR
82
 
estraier was written by Mikio Hirabayashi <mikio at users.sourceforge.net>.
83
 
.PP
84
 
This manual page was written by Fumitoshi UKAI <ukai@debian.or.jp>,
85
 
for the Debian project (but may be used by others).