summaryrefslogtreecommitdiffstats
path: root/etc/makepkg.conf.in
diff options
context:
space:
mode:
authorAaron Griffin <aaron@archlinux.org>2006-12-21 18:42:58 +0100
committerAaron Griffin <aaron@archlinux.org>2006-12-21 18:42:58 +0100
commit42a6acf7399bdbae95ef3877be565f42291160de (patch)
tree63cd5cc0973b3d5455d3037d64600ca7c9058ad6 /etc/makepkg.conf.in
parent1bdf36f41939fedd2a02c91b9742ba01fd899bb4 (diff)
downloadpacman-42a6acf7399bdbae95ef3877be565f42291160de.tar.gz
pacman-42a6acf7399bdbae95ef3877be565f42291160de.tar.xz
* Dan McGee <dpmcgee@gmail.com>
DOC_DIRS variable for documentation removal repackage option structure cleanup some option removal (--keepdocs, --nostrip) output fixes (msg and msg2) * Jürgen Hötzel <juergen@hoetzel.info> user-specific makepkg.conf (~/.makepkg.conf)
Diffstat (limited to 'etc/makepkg.conf.in')
-rw-r--r--etc/makepkg.conf.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/makepkg.conf.in b/etc/makepkg.conf.in
index eda822a1..026817c8 100644
--- a/etc/makepkg.conf.in
+++ b/etc/makepkg.conf.in
@@ -57,6 +57,8 @@ NOLIBTOOL=0
NOEMPTYDIRS=0
#-- File integrity checks to use. Valid: md5, sha1, sha256, sha384, sha512
INTEGRITY_CHECK=(md5)
++#-- Info and doc directories to be removed
+DOC_DIRS=(usr/{,share/}{info,doc} opt/gnome/{,share/}{info,doc,gtk-doc})
#########################################################################