openpkg/rpm-config.8

changeset 428
f880f219c566
parent 13
cb59d6afeb61
     1.1 --- a/openpkg/rpm-config.8	Tue Jul 31 12:12:54 2012 +0200
     1.2 +++ b/openpkg/rpm-config.8	Tue Jul 31 12:23:42 2012 +0200
     1.3 @@ -1,15 +1,7 @@
     1.4 -.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.32
     1.5 +.\" Automatically generated by Pod::Man 2.25 (Pod::Simple 3.22)
     1.6  .\"
     1.7  .\" Standard preamble:
     1.8  .\" ========================================================================
     1.9 -.de Sh \" Subsection heading
    1.10 -.br
    1.11 -.if t .Sp
    1.12 -.ne 5
    1.13 -.PP
    1.14 -\fB\\$1\fR
    1.15 -.PP
    1.16 -..
    1.17  .de Sp \" Vertical space (when we can't use .PP)
    1.18  .if t .sp .5v
    1.19  .if n .sp
    1.20 @@ -25,11 +17,11 @@
    1.21  ..
    1.22  .\" Set up some character translations and predefined strings.  \*(-- will
    1.23  .\" give an unbreakable dash, \*(PI will give pi, \*(L" will give a left
    1.24 -.\" double quote, and \*(R" will give a right double quote.  | will give a
    1.25 -.\" real vertical bar.  \*(C+ will give a nicer C++.  Capital omega is used to
    1.26 -.\" do unbreakable dashes and therefore won't be available.  \*(C` and \*(C'
    1.27 -.\" expand to `' in nroff, nothing in troff, for use with C<>.
    1.28 -.tr \(*W-|\(bv\*(Tr
    1.29 +.\" double quote, and \*(R" will give a right double quote.  \*(C+ will
    1.30 +.\" give a nicer C++.  Capital omega is used to do unbreakable dashes and
    1.31 +.\" therefore won't be available.  \*(C` and \*(C' expand to `' in nroff,
    1.32 +.\" nothing in troff, for use with C<>.
    1.33 +.tr \(*W-
    1.34  .ds C+ C\v'-.1v'\h'-1p'\s-2+\h'-1p'+\s0\v'.1v'\h'-1p'
    1.35  .ie n \{\
    1.36  .    ds -- \(*W-
    1.37 @@ -48,22 +40,25 @@
    1.38  .    ds R" ''
    1.39  'br\}
    1.40  .\"
    1.41 +.\" Escape single quotes in literal strings from groff's Unicode transform.
    1.42 +.ie \n(.g .ds Aq \(aq
    1.43 +.el       .ds Aq '
    1.44 +.\"
    1.45  .\" If the F register is turned on, we'll generate index entries on stderr for
    1.46 -.\" titles (.TH), headers (.SH), subsections (.Sh), items (.Ip), and index
    1.47 +.\" titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index
    1.48  .\" entries marked with X<> in POD.  Of course, you'll have to process the
    1.49  .\" output yourself in some meaningful fashion.
    1.50 -.if \nF \{\
    1.51 +.ie \nF \{\
    1.52  .    de IX
    1.53  .    tm Index:\\$1\t\\n%\t"\\$2"
    1.54  ..
    1.55  .    nr % 0
    1.56  .    rr F
    1.57  .\}
    1.58 -.\"
    1.59 -.\" For nroff, turn off justification.  Always turn off hyphenation; it makes
    1.60 -.\" way too many mistakes in technical documents.
    1.61 -.hy 0
    1.62 -.if n .na
    1.63 +.el \{\
    1.64 +.    de IX
    1.65 +..
    1.66 +.\}
    1.67  .\"
    1.68  .\" Accent mark definitions (@(#)ms.acc 1.5 88/02/08 SMI; from UCB 4.2).
    1.69  .\" Fear.  Run.  Save yourself.  No user-serviceable parts.
    1.70 @@ -130,8 +125,12 @@
    1.71  .\"
    1.72  .IX Title "RPM-CONFIG 8"
    1.73  .TH RPM-CONFIG 8 "OpenPKG" "RPM-CONFIG(8)" "OpenPKG"
    1.74 +.\" For nroff, turn off justification.  Always turn off hyphenation; it makes
    1.75 +.\" way too many mistakes in technical documents.
    1.76 +.if n .ad l
    1.77 +.nh
    1.78  .SH "NAME"
    1.79 -\&\fBrpm\-config\fR \- OpenPKG RPM library build utility
    1.80 +rpm\-config \- OpenPKG RPM library build utility
    1.81  .SH "VERSION"
    1.82  .IX Header "VERSION"
    1.83  OpenPKG \s-1RPM\s0 \s-1RPM_VERSION\s0
    1.84 @@ -188,25 +187,19 @@
    1.85  .SH "EXAMPLE"
    1.86  .IX Header "EXAMPLE"
    1.87  .Vb 5
    1.88 -\& CC       = `rpm-config --cc`
    1.89 -\& CPPFLAGS = `rpm-config --cppflags`
    1.90 -\& CFLAGS   = `rpm-config --cflags`
    1.91 -\& LDFLAGS  = `rpm-config --ldflags`
    1.92 -\& LIBS     = `rpm-config --libs`
    1.93 -.Ve
    1.94 -.PP
    1.95 -.Vb 1
    1.96 +\& CC       = \`rpm\-config \-\-cc\`
    1.97 +\& CPPFLAGS = \`rpm\-config \-\-cppflags\`
    1.98 +\& CFLAGS   = \`rpm\-config \-\-cflags\`
    1.99 +\& LDFLAGS  = \`rpm\-config \-\-ldflags\`
   1.100 +\& LIBS     = \`rpm\-config \-\-libs\`
   1.101 +\&
   1.102  \& all: foo
   1.103 -.Ve
   1.104 -.PP
   1.105 -.Vb 2
   1.106 +\&
   1.107  \& foo: foo.o
   1.108 -\&     $(CC) $(LDFLAGS) -o foo foo.o $(LIBS)
   1.109 -.Ve
   1.110 -.PP
   1.111 -.Vb 2
   1.112 +\&     $(CC) $(LDFLAGS) \-o foo foo.o $(LIBS)
   1.113 +\&
   1.114  \& foo.o: foo.c
   1.115 -\&     $(CC) $(CPPFLAGS) $(CFLAGS) -o foo.o -c foo.c
   1.116 +\&     $(CC) $(CPPFLAGS) $(CFLAGS) \-o foo.o \-c foo.c
   1.117  .Ve
   1.118  .SH "SEE ALSO"
   1.119  .IX Header "SEE ALSO"

mercurial