- Dodoc in the right place

git-svn-id: svn://svn.gna.org/svn/sgpemv2/trunk@1167 3ecf2c5c-341e-0410-92b4-d18e462d057c
This commit is contained in:
tchernobog 2006-09-14 23:39:47 +00:00
parent 29c664951f
commit 5e02657395
1 changed files with 2 additions and 1 deletions

View File

@ -54,11 +54,12 @@ src_compile() {
} }
src_install() { src_install() {
dodoc AUTHORS COPYING NEWS README ChangeLog
cd build cd build
make install DESTDIR="${D}" make install DESTDIR="${D}"
if use doc; then if use doc; then
dohtml -r doc/API/html/* dohtml -r doc/API/html/*
dodoc AUTHORS COPYING NEWS README ChangeLog
docinto manuals docinto manuals
dodoc doc/sgpem2dman.pdf doc/sgpem2uman.pdf dodoc doc/sgpem2dman.pdf doc/sgpem2uman.pdf
fi fi