summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authornima <nima@abc39116-655e-4be6-ad55-d661dc543056>2008-12-20 16:45:39 +0000
committernima <nima@abc39116-655e-4be6-ad55-d661dc543056>2008-12-20 16:45:39 +0000
commit88614ec62615e420346a4fc4cc8a532ff14a5f08 (patch)
tree07f35723b97f5347b7707c78a26ba1960a7aa759 /Makefile
parent181dbf623e793005c0293a769ee669eec06a3fad (diff)
downloadpython-dmidecode-88614ec62615e420346a4fc4cc8a532ff14a5f08.tar.gz
python-dmidecode-88614ec62615e420346a4fc4cc8a532ff14a5f08.tar.xz
python-dmidecode-88614ec62615e420346a4fc4cc8a532ff14a5f08.zip
Added missing info to copyright file.
Source creation target. git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@138 abc39116-655e-4be6-ad55-d661dc543056
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 01f501e..d845ed4 100644
--- a/Makefile
+++ b/Makefile
@@ -38,6 +38,16 @@ build: dmidecode.so
dmidecode.so: $(SO)
cp $< $(PY)-$@
+.src:
+ cd .. && tar czvf python-dmidecode_2.10.orig.tar.gz \
+ --exclude .svn \
+ --exclude debian \
+ --exclude makefile \
+ --exclude BUILD.Linux \
+ --exclude private \
+ python-dmidecode;
+ touch $@
+
.dpkg: debian
dpkg-buildpackage -us -uc -rfakeroot -enima@it.net.au
touch $<