summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>2010-07-15 17:02:08 -0400
committerDaniel Kahn Gillmor <dkg@fifthhorseman.net>2010-07-15 17:57:06 -0400
commit9b594d761d60fad6444b26ff3d41708e1c138abf (patch)
tree20f64e73ba688de1a43f133ecc907bdd19a04ba4 /Makefile
parent37af72d965da6938e0236a5296892cd6b3f99092 (diff)
added some examples for system integration
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7662f7b..6644927 100755
--- a/Makefile
+++ b/Makefile
@@ -54,7 +54,9 @@ install: all installman
install -m 0644 src/share/m/* $(DESTDIR)$(PREFIX)/share/monkeysphere/m
install -m 0644 src/share/mh/* $(DESTDIR)$(PREFIX)/share/monkeysphere/mh
install -m 0644 src/share/ma/* $(DESTDIR)$(PREFIX)/share/monkeysphere/ma
- install Changelog $(DESTDIR)$(PREFIX)/share/doc/monkeysphere
+ install -m 0644 Changelog $(DESTDIR)$(PREFIX)/share/doc/monkeysphere
+ install -d $(DESTDIR)$(PREFIX)/share/doc/monkeysphere/examples
+ install -m 0644 examples/* $(DESTDIR)$(PREFIX)/share/doc/monkeysphere/examples
install -m 0644 etc/monkeysphere.conf $(DESTDIR)$(ETCPREFIX)/etc/monkeysphere/monkeysphere.conf$(ETCSUFFIX)
install -m 0644 etc/monkeysphere-host.conf $(DESTDIR)$(ETCPREFIX)/etc/monkeysphere/monkeysphere-host.conf$(ETCSUFFIX)
install -m 0644 etc/monkeysphere-authentication.conf $(DESTDIR)$(ETCPREFIX)/etc/monkeysphere/monkeysphere-authentication.conf$(ETCSUFFIX)