diff options
author | Arseny Kapoulkine <arseny.kapoulkine@gmail.com> | 2015-03-24 20:59:04 -0700 |
---|---|---|
committer | Arseny Kapoulkine <arseny.kapoulkine@gmail.com> | 2015-03-24 20:59:04 -0700 |
commit | 10ff488eb96544074c88ba1aae26025b425dba58 (patch) | |
tree | 1170b526e4b60171931aa2784f31b6bdd8491f22 /Makefile | |
parent | fc20b0afbbc06371a4239a9d520c16c5fabf9443 (diff) |
docs: Use automatically retrieved version for docs
This eliminates one more hardcoded version from the repo, yay!
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -71,6 +71,6 @@ $(BUILD)/%.o: % .SECONDEXPANSION: docs/%.html: docs/%.adoc $$(shell sed -n 's/include\:\:\(.*\)\[.*/docs\/\1/p' docs/%.adoc) - asciidoctor -b html5 $< -o $@ + asciidoctor -b html5 -a version=$(VERSION) $< -o $@ .PHONY: all test clean release .FORCE |