Bug 51519 - netpanzer needs to dodoc
Bug#: 51519 Product:  Gentoo Linux Version: unspecified Platform: x86
OS/Version: Linux Status: RESOLVED Severity: normal Priority: P2
Resolution: FIXED Assigned To: games@gentoo.org Reported By: danielh@cc4.us
Component: Ebuilds
URL: 
Summary: netpanzer needs to dodoc
Keywords:  
Status Whiteboard: 
Opened: 2004-05-19 16:51 0000
Description:   Opened: 2004-05-19 16:51 0000
I spoke with MatzeB of on the #netpanzer channel and he asked me to submit an
ebuild that places the documents into the proper location because right now
they are included as part of the installation

Reproducible: Always
Steps to Reproduce:
1.emerge netpanzer
2.
3.

Actual Results:  
netpanzer installs without TODO README COPYING ChangeLog

Expected Results:  
installed them to the appropriate docs directory

        dodoc COPYING ChangeLog README TODO

is all that needs to be done so that the end of the ebuild looks like

        jam -sdatadir="${D}${GAMES_DATADIR}" install \
                || die "jam install failed (data package)"
        dodoc COPYING ChangeLog README TODO
        prepgamesdirs
}

------- Comment #1 From Mr. Bones. 2004-05-24 14:48:14 0000 -------
We don't install COPYING since it's already in licenses/.  I added the others.
Thanks for the bug report.