diff options
author | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2010-07-15 17:02:08 -0400 |
---|---|---|
committer | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2010-07-15 17:57:06 -0400 |
commit | 9b594d761d60fad6444b26ff3d41708e1c138abf (patch) | |
tree | 20f64e73ba688de1a43f133ecc907bdd19a04ba4 /Makefile | |
parent | 37af72d965da6938e0236a5296892cd6b3f99092 (diff) |
added some examples for system integration
Diffstat (limited to 'Makefile')
-rwxr-xr-x | Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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) |