Skip to content
Snippets Groups Projects
Commit b7c7e1b9 authored by Per Cederqvist's avatar Per Cederqvist
Browse files

(vars.el): Shorten the version string for the CVS versions.

parent 803419fe
No related branches found
No related tags found
No related merge requests found
2002-06-14 Per Cederqvist <ceder@ingate.com>
* Makefile (vars.el): Shorten the version string for the CVS
versions.
2002-06-14 Ulrik Haugen <qha@lysator.liu.se> 2002-06-14 Ulrik Haugen <qha@lysator.liu.se>
* distribution-Makefile.in (LANGUAGE-EL): Include the compiled * distribution-Makefile.in (LANGUAGE-EL): Include the compiled
......
...@@ -144,7 +144,7 @@ all: $(TARGET) ...@@ -144,7 +144,7 @@ all: $(TARGET)
vars.el: vars.el.in Makefile vars.el: vars.el.in Makefile
rm -f $@ rm -f $@
sed "s/@@CLIENTVERSION@@/$(CLIENTVERSION) (from CVS; built `date +%Y-%m-%d`)/g" <$< >$@ sed "s/@@CLIENTVERSION@@/$(CLIENTVERSION) (`date +%Y-%m-%d`; CVS)/g" <$< >$@
chmod 444 $@ chmod 444 $@
vars.el-release: vars.el.in Makefile vars.el-release: vars.el.in Makefile
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment