Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 274096 - DOCS variable in base.eclass for defining docs to install
Summary: DOCS variable in base.eclass for defining docs to install
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Eclasses (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Gentoo Quality Assurance Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-06-14 08:54 UTC by Justin Lecher (RETIRED)
Modified: 2010-01-11 17:03 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 Justin Lecher (RETIRED) gentoo-dev 2009-06-14 08:54:42 UTC
Can we include a DOCS variable which runs a dodoc in the intall phase on it

--- base.eclass	2009-06-14 10:51:38.886042845 +0200
+++ base.eclass.new	2009-06-14 10:52:37.765093027 +0200
@@ -208,6 +208,7 @@
 		make)
 			debug-print-section make
 			make DESTDIR="${D}" install || die "died running make install, $FUNCNAME:make"
+			dodoc -r ${DOCS} || die "doc installation failed"
 			;;
 		all)
 			debug-print-section all
Comment 1 Tomáš Chvátal (RETIRED) gentoo-dev 2010-01-11 17:03:39 UTC
Something similar is in base.eclass now.