diff options
| author | herbelin | 2008-04-18 18:27:09 +0000 |
|---|---|---|
| committer | herbelin | 2008-04-18 18:27:09 +0000 |
| commit | 1c772fea668219d915b28da2b33952da0019a118 (patch) | |
| tree | 0617dc636ccd5787f260c562af2be746bace45af | |
| parent | d4fdeab05edd710bc0ae72a53f65e33d0b1f4ac2 (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
| -rw-r--r-- | Makefile.doc | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
