RPM Community Forums

Mailing List Message of <rpm-cvs>

[CVS] RPM: pcre/ Makefile.am

From: Jeff Johnson <jbj@rpm5.org>
Date: Sun 22 Aug 2010 - 00:25:15 CEST
Message-Id: <20100821222515.1BD88D291C@rpm5.org>
  RPM Package Manager, CVS Repository
  /cvs/
  ____________________________________________________________________________

  Server: rpm5.org                         Name:   Jeff Johnson
  Root:   /v/rpm/cvs                       Email:  jbj@rpm5.org
  Module: pcre                             Date:   22-Aug-2010 00:25:15
  Branch: HEAD                             Handle: 2010082122251400

  Modified files:
    pcre                    Makefile.am

  Log:
    typoes.

  Summary:
    Revision    Changes     Path
    1.6         +3  -3      pcre/Makefile.am
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: pcre/Makefile.am
  ============================================================================
  $ cvs diff -u -r1.5 -r1.6 Makefile.am
  --- pcre/Makefile.am	21 Aug 2010 22:18:37 -0000	1.5
  +++ pcre/Makefile.am	21 Aug 2010 22:25:14 -0000	1.6
  @@ -6,7 +6,7 @@
   noinst_DATA =
   dist_noinst_MANS =
   
  -dist_noinst_DATA = \
  +dist_noinst_DATA += \
     doc/pcre.txt \
     doc/pcre-config.txt \
     doc/pcregrep.txt \
  @@ -18,7 +18,7 @@
     NEWS \
     README
   
  -dist_noinst_DATA = \
  +dist_noinst_DATA += \
     doc/html/index.html \
     doc/html/pcre.html \
     doc/html/pcre-config.html \
  @@ -343,7 +343,7 @@
   noinst_DATA += libpcrecpp.pc
   endif
   
  -dist_noinst_MANS = \
  +dist_noinst_MANS += \
     doc/pcre.3 \
     doc/pcre-config.1 \
     doc/pcre_compile.3 \
  @@ .
Received on Sun Aug 22 00:25:15 2010
Driven by Jeff Johnson and the RPM project team.
Hosted by OpenPKG and Ralf S. Engelschall.
Powered by FreeBSD and OpenPKG.