aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-09-27 19:03:21 -0300
committerSilvio Rhatto <rhatto@riseup.net>2013-09-27 19:03:21 -0300
commit3cb5e902e45d297ee2386c8a76c99f12fed99d15 (patch)
tree46699db55f38f084152f1434500715953f33f973 /Makefile
parent52a69a949db2740a43a3f19e609066fc822a42ac (diff)
downloadkeyringer-3cb5e902e45d297ee2386c8a76c99f12fed99d15.tar.gz
keyringer-3cb5e902e45d297ee2386c8a76c99f12fed99d15.tar.bz2
Makefile: copying index.mdwn as README
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index bc7175d..e80d04b 100644
--- a/Makefile
+++ b/Makefile
@@ -33,7 +33,7 @@ install_bin:
$(INSTALL) -D --mode=0755 keyringer $(DESTDIR)/$(PREFIX)/bin/keyringer
install_doc:
- $(INSTALL) -D --mode=0644 README $(DESTDIR)/$(PREFIX)/share/doc/$(PACKAGE)/README
+ $(INSTALL) -D --mode=0644 index.mdwn $(DESTDIR)/$(PREFIX)/share/doc/$(PACKAGE)/README
$(INSTALL) -D --mode=0644 LICENSE $(DESTDIR)/$(PREFIX)/share/doc/$(PACKAGE)/LICENSE
install_man: