Add docs target to Makefile
This commit is contained in:
parent
eed184a175
commit
d8f900f148
5
Makefile
5
Makefile
@ -55,6 +55,11 @@ clean:
|
|||||||
|
|
||||||
release: build/pugixml-$(VERSION).tar.gz build/pugixml-$(VERSION).zip
|
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)
|
build/pugixml-%: .FORCE | $(RELEASE)
|
||||||
perl tests/archive.pl $@ $|
|
perl tests/archive.pl $@ $|
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user