summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNima Talebi <nima@autonomy.net.au>2009-08-11 19:19:30 +1000
committerNima Talebi <nima@autonomy.net.au>2009-08-11 19:19:30 +1000
commit3165a97a06f891622b913714bc4f8ca54565f9cc (patch)
treec50e19f2b873441672b20a7e339c176d9a4a7cbf
parenta1a6e2944d7fdbbeb94488f6f70fc6ec4b67b3eb (diff)
parent5045e99422d6b19d4ba13b00b3b45a96017ae906 (diff)
downloadpython-dmidecode-3165a97a06f891622b913714bc4f8ca54565f9cc.tar.gz
python-dmidecode-3165a97a06f891622b913714bc4f8ca54565f9cc.tar.xz
python-dmidecode-3165a97a06f891622b913714bc4f8ca54565f9cc.zip
Merge commit 'dazo/xml' into xml
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3b2e226..107dbdb 100644
--- a/Makefile
+++ b/Makefile
@@ -44,7 +44,7 @@ clean:
tarball:
rm -rf $(PACKAGE)-$(VERSION)
mkdir $(PACKAGE)-$(VERSION)
- cp -r contrib doc examples lib Makefile man README src dmidecode.py $(PACKAGE)-$(VERSION)
+ cp -r contrib doc examples Makefile man README src dmidecode.py $(PACKAGE)-$(VERSION)
tar -czvf $(PACKAGE)-$(VERSION).tar.gz $(PACKAGE)-$(VERSION)
rpm: tarball