diff options
author | Arseny Kapoulkine <arseny.kapoulkine@gmail.com> | 2015-03-21 21:06:48 -0700 |
---|---|---|
committer | Arseny Kapoulkine <arseny.kapoulkine@gmail.com> | 2015-03-21 21:06:48 -0700 |
commit | d8f900f148f9ef31f9ee214ba6dafad8d088503e (patch) | |
tree | 51c6761958ac88e9f193654b88312b612d5fbabc /Makefile | |
parent | eed184a175accd8be158b3b7951f8cd9eec7105f (diff) |
Add docs target to Makefile
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 $@ $| |