Add docs target to Makefile
This commit is contained in:
parent
eed184a175
commit
d8f900f148
1 changed files with 5 additions and 0 deletions
5
Makefile
5
Makefile
|
@ -55,6 +55,11 @@ clean:
|
|||
|
||||
release: build/pugixml-$(VERSION).tar.gz build/pugixml-$(VERSION).zip
|
||||
|
||||
docs: docs/quickstart.html docs/manual.html
|
||||
|
||||
docs/%.html: docs/%.adoc
|
||||
asciidoctor -b html5 $< -o $@
|
||||
|
||||
build/pugixml-%: .FORCE | $(RELEASE)
|
||||
perl tests/archive.pl $@ $|
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue