OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-1443-g525f640
Gerrit Code Review
gerrit@openafs.org
Sun, 24 Jul 2011 17:58:35 -0700 (PDT)
The following commit has been merged in the master branch:
commit 525f640c4eda5c7cb96fe65c23a94ff368039590
Author: Russ Allbery <rra@stanford.edu>
Date: Sun Jul 24 16:00:35 2011 -0700
Clean and ignore additional build files for DocBook documentation
Depending on what generation method is used for the DocBook
documentation, additional build files may be created. One of those
(*.aux) will cause the build to break if one switches from
docbook2pdf to dblatex without deleting it. Update make clean
and .gitignore to remove and ignore these additional files.
Change-Id: I13cc8a3526bd7bc7c4c65cd7d2cd78b094398faa
Reviewed-on: http://gerrit.openafs.org/5089
Tested-by: Derrick Brashear <shadow@dementia.org>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
doc/xml/AdminGuide/.gitignore | 9 +++++++--
doc/xml/AdminGuide/Makefile.in | 2 +-
doc/xml/QuickStartUnix/.gitignore | 7 +++++++
doc/xml/QuickStartUnix/Makefile.in | 2 +-
doc/xml/UserGuide/.gitignore | 8 +++++++-
doc/xml/UserGuide/Makefile.in | 2 +-
6 files changed, 24 insertions(+), 6 deletions(-)
--
OpenAFS Master Repository