]> gitweb.fluxo.info Git - keyringer.git/commitdiff
Makefile: copying index.mdwn as README
authorSilvio Rhatto <rhatto@riseup.net>
Fri, 27 Sep 2013 22:03:21 +0000 (19:03 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Fri, 27 Sep 2013 22:03:21 +0000 (19:03 -0300)
Makefile

index bc7175d0991766e1218056785859db01a0a2f0e4..e80d04bd9caa980067e69e001c921d7ce8768406 100644 (file)
--- 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: