mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-06 00:05:54 +03:00
dev-java/jflex: Revert "dev-java/jflex: do not forget to trigger ejavadoc"
This reverts commit 4ad70a305b.
Closes: https://bugs.gentoo.org/963844
Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net>
Part-of: https://github.com/gentoo/gentoo/pull/44067
Closes: https://github.com/gentoo/gentoo/pull/44067
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
committed by
Sam James
parent
13881cf715
commit
d7312c2b13
@@ -93,7 +93,7 @@ jflex_compile() {
|
||||
-d src/main/java \
|
||||
--skel src/main/jflex/skeleton.nested \
|
||||
src/main/jflex/LexScan.flex || die
|
||||
use doc && java-pkg-simple_src_compile
|
||||
java-pkg-simple_src_compile
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
@@ -126,18 +126,18 @@ src_test() {
|
||||
}
|
||||
|
||||
src_install() {
|
||||
if use doc; then
|
||||
dodoc doc/*.pdf
|
||||
docinto html
|
||||
dodoc doc/*.{css,html} doc/COPYRIGHT
|
||||
fi
|
||||
|
||||
java-pkg-simple_src_install
|
||||
|
||||
use ant-task && java-pkg_register-ant-task
|
||||
|
||||
use examples && java-pkg_doexamples examples
|
||||
|
||||
if use doc; then
|
||||
dodoc doc/*.pdf
|
||||
docinto html
|
||||
dodoc doc/*.{css,html} doc/COPYRIGHT
|
||||
fi
|
||||
|
||||
if use vim-syntax; then
|
||||
insinto /usr/share/vim/vimfiles/syntax
|
||||
doins lib/${PN}.vim
|
||||
|
||||
Reference in New Issue
Block a user