From 3938f69aec45c859104d780df98b10c0977fb144 Mon Sep 17 00:00:00 2001 From: notaz Date: Tue, 22 Mar 2011 01:04:51 +0200 Subject: release r8 --- Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 2c2767a..d6e968f 100644 --- a/Makefile +++ b/Makefile @@ -147,10 +147,12 @@ PND_MAKE ?= $(HOME)/dev/pnd/src/pandora-libraries/testdata/scripts/pnd_make.sh VER ?= $(shell git describe master) rel: pcsx $(PLUGINS) \ - pandora/pcsx.sh pandora/pcsx.pxml pandora/pcsx.png \ + pandora/pcsx.sh pandora/pcsx.pxml.templ pandora/pcsx.png \ pandora/picorestore pandora/readme.txt pandora/skin COPYING rm -rf out mkdir -p out/plugins cp -r $^ out/ + sed -e 's/%PR%/$(VER)/g' out/pcsx.pxml.templ > out/pcsx.pxml + rm out/pcsx.pxml.templ mv out/*.so out/plugins/ - $(PND_MAKE) -p pcsx_rearmed_$(VER).pnd -d out -x pandora/pcsx.pxml -i pandora/pcsx.png -c + $(PND_MAKE) -p pcsx_rearmed_$(VER).pnd -d out -x out/pcsx.pxml -i pandora/pcsx.png -c -- cgit v1.2.3