Make "games" dist by moving everything relevant out of bindist.

This commit is contained in:
phk 1994-11-20 01:54:13 +00:00
parent 430781a87f
commit 69941245d2

View File

@ -1,4 +1,4 @@
# $Id: Makefile,v 1.50 1994/11/20 01:01:28 phk Exp $
# $Id: Makefile,v 1.51 1994/11/20 01:19:33 phk Exp $
#
# Evil floppies are, of course, 1.2MB floppies.
@ -172,6 +172,9 @@ tarballs:
rm -rf ${RELEASEDIR}/manpages/usr/share/man
mv ${RELEASEDIR}/bindist/usr/share/man \
${RELEASEDIR}/manpages/usr/share/man
rm -rf ${RELEASEDIR}/games/usr/games
mv ${RELEASEDIR}/bindist/usr/games \
${RELEASEDIR}/games/usr/games
rm -rf ${RELEASEDIR}/games/usr/share/games
mv ${RELEASEDIR}/bindist/usr/share/games \
${RELEASEDIR}/games/usr/share/games