]> gitweb.fluxo.info Git - keyringer.git/commitdiff
Makefile: update files to the new .md markdown extension
authorSilvio Rhatto <rhatto@riseup.net>
Fri, 3 Nov 2017 12:55:07 +0000 (10:55 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Fri, 3 Nov 2017 12:55:07 +0000 (10:55 -0200)
Makefile

index b503b687615352bacd2eb016d149ba64c3d4aa7b..5d46fc6577f583bbcb71561bbf0a1f1fdccdc144 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -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: