The default src_install already calls dodoc, so please use DOCS=( ) instead of dodoc.
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