Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 438162 - dev-util/debhelper - please use DOCS instead of dodoc
Summary: dev-util/debhelper - please use DOCS instead of dodoc
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal minor
Assignee: Debian-related package maintainers [DISBANDED]
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-12 19:35 UTC by Michael Mair-Keimberger (iamnr3)
Modified: 2012-10-13 17:25 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Mair-Keimberger (iamnr3) 2012-10-12 19:35:30 UTC
The default src_install already calls dodoc, so please use DOCS=( ) instead of dodoc.
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2012-10-13 17:25:04 UTC
It's fine the way it is now. Using DOCS would mean removing one line and adding a line somewhere else.

@@ -42,9 +42,10 @@
        emake USE_NLS=${USE_NLS} LANGS="${LANGS}" build
 }
 
+DOCS="doc/* debian/changelog"
+
 src_install() {
        default
-       dodoc doc/* debian/changelog
        docinto examples
        dodoc examples/*
        for manfile in *.1 *.7 ; do