diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2017-11-03 10:55:07 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2017-11-03 10:55:07 -0200 |
commit | d3ca92a6b7ef5ae3cf97bd988c14dac5852343b7 (patch) | |
tree | e992ffd92156f051056e68f156dabb0be159fa37 /Makefile | |
parent | 20d8b1f626207d9731586ff11975a142befb399c (diff) | |
download | keyringer-d3ca92a6b7ef5ae3cf97bd988c14dac5852343b7.tar.gz keyringer-d3ca92a6b7ef5ae3cf97bd988c14dac5852343b7.tar.bz2 |
Makefile: update files to the new .md markdown extension
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -34,7 +34,7 @@ install_bin: $(INSTALL) -D --mode=0755 keyringer $(DESTDIR)/$(PREFIX)/bin/keyringer install_doc: - $(INSTALL) -D --mode=0644 index.mdwn $(DESTDIR)/$(PREFIX)/share/doc/$(PACKAGE)/README.md + $(INSTALL) -D --mode=0644 index.md $(DESTDIR)/$(PREFIX)/share/doc/$(PACKAGE)/README.md $(INSTALL) -D --mode=0644 LICENSE $(DESTDIR)/$(PREFIX)/share/doc/$(PACKAGE)/LICENSE install_man: @@ -50,7 +50,7 @@ install: clean build_man: # Pipe output to sed to avoid http://lintian.debian.org/tags/hyphen-used-as-minus-sign.html # Fixed in http://johnmacfarlane.net/pandoc/releases.html#pandoc-1.10-2013-01-19 - pandoc -s -w man share/man/keyringer.1.mdwn -o share/man/keyringer.1 + pandoc -s -w man share/man/keyringer.1.md -o share/man/keyringer.1 sed -i -e 's/--/\\-\\-/g' share/man/keyringer.1 tarball: |