Add docs target to Makefile

This commit is contained in:
Arseny Kapoulkine 2015-03-21 21:06:48 -07:00
parent eed184a175
commit d8f900f148

View file

@ -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 $@ $|