app-i18n/skk-jisyo: install docs
authorAkinori Hattori <hattya@gentoo.org>
Thu, 3 Oct 2019 12:29:33 +0000 (21:29 +0900)
committerAkinori Hattori <hattya@gentoo.org>
Thu, 3 Oct 2019 12:29:33 +0000 (21:29 +0900)
Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Akinori Hattori <hattya@gentoo.org>
app-i18n/skk-jisyo/skk-jisyo-201805.ebuild
app-i18n/skk-jisyo/skk-jisyo-999999.ebuild

index 097ef29ed4cbdaa48063495f785d7446536f1792..a6c9d9d97c1711bcf3ffa611727b845a7b8a6009 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="6"
@@ -24,7 +24,7 @@ DEPEND="virtual/awk
        )"
 RDEPEND=""
 
-DOCS=( ChangeLog{,.{1..3}} READMEs/committers.txt edict_doc.txt zipcode/README.ja )
+DOCS=( ChangeLog{,.{1..3}} READMEs/committers.txt edict_doc.txt )
 
 src_prepare() {
        rm -f ${MY_PN}.{wrong*,noregist,not_wrong,hukugougo,notes,requested,pubdic+}
@@ -63,4 +63,8 @@ src_compile() {
 src_install() {
        insinto /usr/share/skk
        doins {,zipcode/}${MY_PN}.*
+
+       einstalldocs
+       docinto zipcode
+       dodoc zipcode/README.ja
 }
index 5954af57aa56177a153bea7d3729bd29e16c9b36..ff740ab288846c7a66cfee505a32eb027fce717b 100644 (file)
@@ -28,7 +28,7 @@ DEPEND="${RUBY_DEPS}
        )"
 RDEPEND=""
 
-DOCS=( ChangeLog{,.{1..3}} committers.txt edict_doc.txt zipcode/README.ja )
+DOCS=( ChangeLog{,.{1..3}} committers.txt edict_doc.txt )
 
 SKKTOOLS_DIR="${EPREFIX}/usr/share/skktools/convert2skk"
 
@@ -78,4 +78,8 @@ src_compile() {
 src_install() {
        insinto /usr/share/skk
        doins {,zipcode/}${MY_PN}.*
+
+       einstalldocs
+       docinto zipcode
+       dodoc zipcode/README.md
 }