aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile.doc
diff options
context:
space:
mode:
authorGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2008-04-18 18:27:09 +0000
committerGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2008-04-18 18:27:09 +0000
commit1c772fea668219d915b28da2b33952da0019a118 (patch)
tree0617dc636ccd5787f260c562af2be746bace45af /Makefile.doc
parentd4fdeab05edd710bc0ae72a53f65e33d0b1f4ac2 (diff)
Pour engendrer version.tex, adoption de printf qui, au contraire de
echo, devrait marcher pareil sous Ubuntu comme sous les autres systèmes. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@10817 85f007b7-540e-0410-9357-904b9bb8a0f7
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 6b783f835..3f28adf46 100644
--- a/Makefile.doc
+++ b/Makefile.doc
@@ -63,7 +63,7 @@ rectutorial:\
### Version
doc/common/version.tex: config/Makefile
- echo '\\newcommand{\\coqversion}'"{$(VERSION)}" > doc/common/version.tex
+ printf '\\newcommand{\\coqversion}{$(VERSION)}' > doc/common/version.tex
######################################################################
# Reference Manual