Rename the documentation so that GitHub formats it.

This commit is contained in:
Piotr Fusik 2019-03-26 23:48:10 +01:00
parent 2dad630a75
commit cc0eaf0e48
2 changed files with 2 additions and 2 deletions

View File

@ -11,10 +11,10 @@ all: xasm xasm.html
xasm: xasm.d
dmd -of$@ -O -release $<
xasm.html: xasm.1.txt
xasm.html: xasm.1.asciidoc
asciidoc -o - $< | sed -e "s/527bbd;/20a0a0;/" >$@
xasm.1: xasm.1.txt
xasm.1: xasm.1.asciidoc
a2x -f manpage $<
install: xasm xasm.1