Push special %doc handling details out of processPackageFiles()
authorPanu Matilainen <pmatilai@redhat.com>
Fri, 25 May 2012 12:01:19 +0000 (15:01 +0300)
committerPanu Matilainen <pmatilai@redhat.com>
Fri, 25 May 2012 12:40:31 +0000 (15:40 +0300)
commitcca8f6bb55bdc6714f06eba6081466652145658f
tree54b6c64074c90d3f6c2885a60cfc7bffef3784fc
parentb5a0f6876c79bb43d649024056b62c6df61ad548
Push special %doc handling details out of processPackageFiles()

- Add a new struct to hold the necessary bits and pieces about
  these special directories with functions to create & free for
  easy management for callers, move the remaining processing into
  processSpecialDocs() to make that part one-stop shop for the
  caller as well.
- Should not change functionality in any way.
build/files.c