summaryrefslogtreecommitdiff
path: root/git-daemon
diff options
context:
space:
mode:
authorIan Jackson <ian@liberator.relativity.greenend.org.uk>2010-05-22 19:52:02 +0100
committerIan Jackson <ian@liberator.relativity.greenend.org.uk>2010-05-22 19:52:02 +0100
commit4063cda31f0713f3baacbcee47ff1b4e760145aa (patch)
tree60f81aada25dc43e6968e7fee123ad67093ebafd /git-daemon
parent13e54a37b28afffd6938a357f72c7953d5103ec4 (diff)
downloaduserv-utils-4063cda31f0713f3baacbcee47ff1b4e760145aa.tar.gz
Attempt at a good package
Diffstat (limited to 'git-daemon')
-rw-r--r--git-daemon/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/git-daemon/Makefile b/git-daemon/Makefile
index ef117fe..ea76975 100644
--- a/git-daemon/Makefile
+++ b/git-daemon/Makefile
@@ -45,6 +45,15 @@ install: all
mv $$f:new $$f; \
done
+mkdocdir:
+ mkdir -p $(docdir)/userv-git-daemon
+
+install-docs: mkdocdir
+ cp README $(docdir)/userv-git-daemon/README
+
+install-examples: all mkdocdir
+ cp inetd.conf $(docdir)/userv-git-daemon/inetd.conf
+
distclean clean:
rm -f $(TARGETS) *~