From 88614ec62615e420346a4fc4cc8a532ff14a5f08 Mon Sep 17 00:00:00 2001 From: nima Date: Sat, 20 Dec 2008 16:45:39 +0000 Subject: 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 --- Makefile | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'Makefile') 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 $< -- cgit