chiark / gitweb /
Attempt at a good package
[userv-utils.git] / git-daemon / Makefile
index ef117fe675be87f889ef83bbcb50aa48c37b859f..ea76975c2936bc839c45c3e324f8d2d4d34455db 100644 (file)
@@ -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) *~