You are not logged in.

#1 2008-10-31 17:38:21

ogronom
Member
From: Toronto, Canada
Registered: 2008-05-06
Posts: 123

[SOLVED] install documentation for selected pakages

Hi,

Is there a way to install documentation for some pakages? For example, modifiing the PKGBUILD file or something like this?

Last edited by ogronom (2008-10-31 23:12:50)

Offline

#2 2008-10-31 19:28:14

Xyne
Administrator/PM
Registered: 2008-08-03
Posts: 6,963
Website

Re: [SOLVED] install documentation for selected pakages

EDIT: I'd misread your post to mean the opposite (how to prevent the inclusion of docs).
Docs should be included by default now (read this thread). If you can't wait until the next release of some package to get the docs, you should be able to grab the PKGBUILD from abs and just rebuild it with abs. If the docs aren't included when building the pkg, check that your /etc/makepkg.conf options array included "docs" and not "!docs".


Relevant section of /etc/makepkg.conf.

#########################################################################
# GLOBAL PACKAGE OPTIONS
#   These are default values for the options=() settings
#########################################################################
#
# Default: OPTIONS=(strip docs libtool emptydirs zipman)
#  A negated option will do the opposite of the comments below.
#
#-- strip:     Strip symbols from binaries/libraries
#-- docs:      Save doc and info directories
#-- libtool:   Leave libtool (.la) files in packages
#-- emptydirs: Leave empty directories in packages
#-- zipman:    Compress manpages with gzip
#
OPTIONS=(strip docs libtool emptydirs zipman)

Last edited by Xyne (2008-10-31 19:35:02)


My Arch Linux StuffForum EtiquetteCommunity Ethos - Arch is not for everyone

Offline

#3 2008-10-31 23:12:24

ogronom
Member
From: Toronto, Canada
Registered: 2008-05-06
Posts: 123

Re: [SOLVED] install documentation for selected pakages

Thanks a lot

Offline

Board footer

Powered by FluxBB