RPM Community Forums

Mailing List Message of <rpm-cvs>

[CVS] RPM: rpm/doc/ Makefile.am rpmconstant.8

From: Anders F. Björklund <afb@rpm5.org>
Date: Sat 08 Dec 2007 - 10:33:54 CET
Message-Id: <20071208093354.1E0AB348471@rpm5.org>
  RPM Package Manager, CVS Repository
  http://rpm5.org/cvs/
  ____________________________________________________________________________

  Server: rpm5.org                         Name:   Anders F. Björklund
  Root:   /v/rpm/cvs                       Email:  afb@rpm5.org
  Module: rpm                              Date:   08-Dec-2007 10:33:54
  Branch: HEAD                             Handle: 2007120809335300

  Added files:
    rpm/doc                 rpmconstant.8
  Modified files:
    rpm/doc                 Makefile.am

  Log:
    placeholder manpage for rpmconstant(8)

  Summary:
    Revision    Changes     Path
    1.15        +1  -1      rpm/doc/Makefile.am
    1.1         +14 -0      rpm/doc/rpmconstant.8
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: rpm/doc/Makefile.am
  ============================================================================
  $ cvs diff -u -r1.14 -r1.15 Makefile.am
  --- rpm/doc/Makefile.am	16 Jul 2007 08:49:01 -0000	1.14
  +++ rpm/doc/Makefile.am	8 Dec 2007 09:33:53 -0000	1.15
  @@ -5,7 +5,7 @@
   SUBDIRS		+= fr ja ko pl ru sk
   endif
   
  -man_MANS	= gendiff.1 rpm.8 rpmbuild.8 rpmcache.8 rpmdeps.8 rpmgraph.8 rpm2cpio.8
  +man_MANS	= gendiff.1 rpm.8 rpmbuild.8 rpmcache.8 rpmdeps.8 rpmgraph.8 rpm2cpio.8 rpmconstant.8
   
   EXTRA_DIST	= $(man_MANS)
   
  @@ .
  patch -p0 <<'@@ .'
  Index: rpm/doc/rpmconstant.8
  ============================================================================
  $ cvs diff -u -r0 -r1.1 rpmconstant.8
  --- /dev/null	2007-12-08 10:33:00 +0100
  +++ rpmconstant.8	2007-12-08 10:33:54 +0100
  @@ -0,0 +1,14 @@
  +.\" rpmconstant - provides RPM API constants
  +.TH rpmconstant 8 "21 July 2007" "rpm5.org" "RPM Package Manager"
  +.SH NAME
  +rpmconstant \- Provides RPM API constants.
  +.SH SYNOPSIS
  +\fBrpmconstant\fP [OPTION...]
  +.SH DESCRIPTION
  +\fBrpmconstant\fP provides RPM API constants (usually to language bindings).
  +.SH SEE ALSO
  +.IR rpm (8)
  +.SH AUTHOR
  +.nf
  +Nanar <nanardon@zarb.org>
  +.fi
  @@ .
Received on Sat Dec 8 10:33:54 2007
Driven by Jeff Johnson and the RPM project team.
Hosted by OpenPKG and Ralf S. Engelschall.
Powered by FreeBSD and OpenPKG.