Diff emms-15 with a emms-16

/usr/portage/app-emacs/emms/emms-16.ebuild 2023-10-09 14:52:28.688368330 +0300
21 21
# possibilities are so broad that we refrain from setting anything explicitly
22 22
# in DEPEND/RDEPEND.
23 23

  
24
DOCS=( AUTHORS NEWS README )
24 25
SITEFILE="50${PN}-gentoo.el"
25 26

  
26 27
src_compile() {
......
36 37

  
37 38
	doinfo doc/emms.info*
38 39
	doman emms-print-metadata.1
39
	dodoc AUTHORS NEWS README THANKGNU
40

  
41
	einstalldocs
40 42
}
Thank you!