* makepkg.conf.in: Added /usr/share/gtk-doc back into default DOC_DIRS

This commit is contained in:
Aaron Griffin 2007-03-15 00:07:27 +00:00
parent 4bfd0cb6cc
commit ff76c8c552

View file

@ -60,7 +60,7 @@ OPTIONS=(strip !docs libtool emptydirs)
#-- File integrity checks to use. Valid: md5, sha1, sha256, sha384, sha512 #-- File integrity checks to use. Valid: md5, sha1, sha256, sha384, sha512
INTEGRITY_CHECK=(md5) INTEGRITY_CHECK=(md5)
#-- Info and doc directories to remove (if option set correctly above) #-- Info and doc directories to remove (if option set correctly above)
DOC_DIRS=(usr/{,share/}{info,doc} opt/gnome/{,share/}{info,doc,gtk-doc}) DOC_DIRS=(usr/{,share/}{info,doc,gtk-doc} opt/gnome/{,share/}{info,doc,gtk-doc})
######################################################################### #########################################################################
# PACKAGE OUTPUT # PACKAGE OUTPUT