mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Add documentation Makefile
Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
This commit is contained in:
parent
a8552f5444
commit
a99c0fe5d3
1 changed files with 9 additions and 0 deletions
9
doc/Makefile
Normal file
9
doc/Makefile
Normal file
|
@ -0,0 +1,9 @@
|
|||
all: rpc.html
|
||||
|
||||
clean:
|
||||
rm -rf *.html
|
||||
|
||||
%.html: %.txt
|
||||
asciidoc $<
|
||||
|
||||
.PHONY: all clean
|
Loading…
Add table
Reference in a new issue