summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2012-03-16 08:13:41 -0700
committerisaacs <i@izs.me>2012-03-22 17:31:15 -0700
commit76f31faa3b80c554842e6865bceae18e4f258268 (patch)
treed5175c0573f72751c51f98802ba5b8db4fe299e4 /Makefile
parent0dcc43316fa2b90572affb1091f8e6246340fd9e (diff)
downloadandroid-node-v8-76f31faa3b80c554842e6865bceae18e4f258268.tar.gz
android-node-v8-76f31faa3b80c554842e6865bceae18e4f258268.tar.bz2
android-node-v8-76f31faa3b80c554842e6865bceae18e4f258268.zip
Remove hard-coded version number from docs
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index a13f08a141..77f4ce2ac5 100644
--- a/Makefile
+++ b/Makefile
@@ -110,6 +110,9 @@ $(apidoc_dirs):
out/doc/api/assets/%: doc/api_assets/% out/doc/api/assets/
cp $< $@
+out/doc/%.html: doc/%.html
+ cat $< | sed -e 's|__VERSION__|'$(VERSION)'|g' > $@
+
out/doc/%: doc/%
cp -r $< $@