summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--GNUmakefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile.in b/GNUmakefile.in
index 1f38136..51e5d60 100644
--- a/GNUmakefile.in
+++ b/GNUmakefile.in
@@ -105,7 +105,7 @@ docs/html/index.html: docs/html/index_tpl.html
VERSION:
printf '# generated dynamically do not edit; change VERSION in configure.in instead\n' >|$@
- printf '$$Id$$\n' $(VERSION) >|$@
+ printf '#Version: %s \n' $(VERSION) >|$@
# misc
docs/examples/env.sh: env_tpl.sh