aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authornotaz2011-03-22 01:04:51 +0200
committernotaz2011-03-22 01:07:58 +0200
commit3938f69aec45c859104d780df98b10c0977fb144 (patch)
tree5188c6310a5f714d95879359448bb0fb68b911bc /Makefile
parenta48f14785ecc79b1ffe9dc51131d9b9aca1c7f2f (diff)
downloadpcsx_rearmed-3938f69aec45c859104d780df98b10c0977fb144.tar.gz
pcsx_rearmed-3938f69aec45c859104d780df98b10c0977fb144.tar.bz2
pcsx_rearmed-3938f69aec45c859104d780df98b10c0977fb144.zip
release r8
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 4 insertions, 2 deletions
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