change AsciiDoc file extension to .adoc for better github support

dev-reedit-form
Hartmut Holzgraefe 2019-09-23 11:38:33 +00:00
rodzic 9f921955f9
commit 860c6cd806
3 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -18,10 +18,10 @@ all: html pdf
html: api-docs.html user-guide.html README.html INSTALL.html
pdf: api-docs.pdf user-guide.pdf README.pdf INSTALL.pdf
%.html: %.txt
%.html: %.adoc
asciidoctor $<
%.pdf: %.txt
%.pdf: %.adoc
asciidoctor-pdf $<
%.html: ../%.md