mirror of
https://github.com/pfusik/xasm.git
synced 2024-12-22 00:29:15 +00:00
Rename the documentation so that GitHub formats it.
This commit is contained in:
parent
2dad630a75
commit
cc0eaf0e48
4
Makefile
4
Makefile
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user