summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index af32519..f833d1e 100644
--- a/Makefile
+++ b/Makefile
@@ -23,4 +23,10 @@ nss-myhostname.tar.gz:
tar: nss-myhostname.tar.gz
+homepage: tar
+ test -d $$HOME/homepage/private
+ mkdir -p $$HOME/homepage/private/projects/nss-myhostname
+ cp nss-myhostname-$(VERSION).tar.gz README $$HOME/homepage/private/projects/nss-myhostname
+ ln -sf README $$HOME/homepage/private/projects/nss-myhostname/README.txt
+
.PHONY: clean install tar