From 1c772fea668219d915b28da2b33952da0019a118 Mon Sep 17 00:00:00 2001 From: herbelin Date: Fri, 18 Apr 2008 18:27:09 +0000 Subject: 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 --- Makefile.doc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.doc b/Makefile.doc index 6b783f8357..3f28adf461 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 -- cgit v1.2.3