aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile.doc
diff options
context:
space:
mode:
authorGravatar Pierre Letouzey <pierre.letouzey@inria.fr>2014-11-07 18:39:55 +0100
committerGravatar Pierre Letouzey <pierre.letouzey@inria.fr>2014-11-07 19:04:53 +0100
commit044a44f1a877764b13418b8865adff76cf0c6f93 (patch)
treebd496fab794f9272e6433f9974ff8bc29b151939 /Makefile.doc
parentc32728e7bf0ba0449b60ea49df7f92fb6b70923d (diff)
doc: version number in cover.html + updates in coq.inria.fr style
Diffstat (limited to 'Makefile.doc')
-rw-r--r--Makefile.doc2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.doc b/Makefile.doc
index 59382b9de..7b8ade09e 100644
--- a/Makefile.doc
+++ b/Makefile.doc
@@ -116,7 +116,7 @@ doc/refman/Reference-Manual.html: doc/refman/styles.hva doc/refman/headers.hva d
(cd doc/refman; BIBINPUTS=.: $(HEVEA) $(HEVEAOPTS) ./styles.hva ./Reference-Manual.tex)
doc/refman/cover.html: doc/common/styles/html/$(HTMLSTYLE)/cover.html
- $(INSTALLLIB) $< doc/refman
+ sed -e "s/COQVERSION/$(VERSION)/g" $< > $@
doc/refman/styles.hva: doc/common/styles/html/$(HTMLSTYLE)/styles.hva
$(INSTALLLIB) $< doc/refman