mirror of
https://github.com/pfusik/xasm.git
synced 2025-08-15 15:27:23 +00:00
Rename the documentation so that GitHub formats it.
This commit is contained in:
4
Makefile
4
Makefile
@@ -11,10 +11,10 @@ all: xasm xasm.html
|
|||||||
xasm: xasm.d
|
xasm: xasm.d
|
||||||
dmd -of$@ -O -release $<
|
dmd -of$@ -O -release $<
|
||||||
|
|
||||||
xasm.html: xasm.1.txt
|
xasm.html: xasm.1.asciidoc
|
||||||
asciidoc -o - $< | sed -e "s/527bbd;/20a0a0;/" >$@
|
asciidoc -o - $< | sed -e "s/527bbd;/20a0a0;/" >$@
|
||||||
|
|
||||||
xasm.1: xasm.1.txt
|
xasm.1: xasm.1.asciidoc
|
||||||
a2x -f manpage $<
|
a2x -f manpage $<
|
||||||
|
|
||||||
install: xasm xasm.1
|
install: xasm xasm.1
|
||||||
|
Reference in New Issue
Block a user