From: Silvio Rhatto Date: Fri, 27 Sep 2013 22:03:21 +0000 (-0300) Subject: Makefile: copying index.mdwn as README X-Git-Tag: 0.2.6~24 X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=3cb5e902e45d297ee2386c8a76c99f12fed99d15;p=keyringer.git Makefile: copying index.mdwn as README --- 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: