summaryrefslogtreecommitdiff
path: root/eclass/base.eclass
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2010-01-03 19:56:10 +0100
committerTomas Chvatal <scarabeus@gentoo.org>2010-01-03 19:56:10 +0100
commit7f4d954b65514e3b22e56c949de6fbb70f99cbbb (patch)
tree2c34ce1d709250854750b9d53106f00b88cde543 /eclass/base.eclass
parentf409c6f854340812eb2c535e37a03a8213e686b4 (diff)
downloadkde-7f4d954b65514e3b22e56c949de6fbb70f99cbbb.tar.gz
kde-7f4d954b65514e3b22e56c949de6fbb70f99cbbb.tar.bz2
kde-7f4d954b65514e3b22e56c949de6fbb70f99cbbb.zip
[base] remove redundant comment.
Diffstat (limited to 'eclass/base.eclass')
-rw-r--r--eclass/base.eclass1
1 files changed, 0 insertions, 1 deletions
diff --git a/eclass/base.eclass b/eclass/base.eclass
index 0303dbb5a17..11186637cc9 100644
--- a/eclass/base.eclass
+++ b/eclass/base.eclass
@@ -161,7 +161,6 @@ base_src_install() {
# Actual function that install documentation from
# DOCS and HTML_DOCS arrays.
base_src_install_docs() {
- # install docs and html_docs
if declare -p DOCS >/dev/null 2>&1 && declare -p DOCS | grep -q '^declare -a '; then
for x in "${DOCS[@]}"; do
debug-print "$FUNCNAME: docs: creating document from ${x}"