From a8c9f18299da1bf825c6a1fdbce273c58137524f Mon Sep 17 00:00:00 2001 From: nwhitehorn Date: Wed, 2 Mar 2011 14:39:26 +0000 Subject: Improve the distributeworld target in Makefile.inc1 and update the release infrastructure to use it. make distributeworld can now be used without preparing its environment first and installs games into its distribution using the regular make distribute logic instead of post-processing with a script. Also add two new targets, packageworld and packagekernel, that tar up the results of distributeworld and distributekernel (also new), respectively. --- games/Makefile.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'games/Makefile.inc') diff --git a/games/Makefile.inc b/games/Makefile.inc index 6e4b6f1..2695d83 100644 --- a/games/Makefile.inc +++ b/games/Makefile.inc @@ -4,3 +4,4 @@ BINDIR?= /usr/games FILESDIR?= ${SHAREDIR}/games WARNS?= 6 +DISTRIBUTION?= games -- cgit v1.1