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