From d8f900f148f9ef31f9ee214ba6dafad8d088503e Mon Sep 17 00:00:00 2001 From: Arseny Kapoulkine Date: Sat, 21 Mar 2015 21:06:48 -0700 Subject: Add docs target to Makefile --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 6857dcb..b43a641 100644 --- a/Makefile +++ b/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 $@ $| -- cgit v1.2.3