summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorlennart <lennart@bf9bc1cc-28ce-0310-abfb-9041aa761afb>2005-11-19 19:09:25 +0000
committerlennart <lennart@bf9bc1cc-28ce-0310-abfb-9041aa761afb>2005-11-19 19:09:25 +0000
commit4e714a2b1a65876c258d88863fd49b39a7f24d8e (patch)
treee68eb0ca2bce7c68ff3c701032d36a47293b8d7a /Makefile
parentdf2ce9dbb6e0d55aa375f57293a7b2bf31f44be7 (diff)
add LICENSE
git-svn-id: svn+ssh://rootserver/home/lennart/svn/private/projects/nss-myhostname@86 bf9bc1cc-28ce-0310-abfb-9041aa761afb
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9a528a1..af32519 100644
--- a/Makefile
+++ b/Makefile
@@ -16,7 +16,8 @@ clean:
nss-myhostname.tar.gz:
rm -rf "nss-myhostname-$(VERSION)"
mkdir "nss-myhostname-$(VERSION)"
- cp Makefile README *.c "nss-myhostname-$(VERSION)"/
+ cp Makefile LICENSE README *.c "nss-myhostname-$(VERSION)"/
+ rm -f "nss-myhostname-$(VERSION).tar.gz"
tar czf "nss-myhostname-$(VERSION).tar.gz" "nss-myhostname-$(VERSION)"/
rm -rf "nss-myhostname-$(VERSION)"