Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
lyskom-elisp-client
lyskom-elisp-client
Commits
b7c7e1b9
Commit
b7c7e1b9
authored
Jun 14, 2002
by
Per Cederqvist
Browse files
(vars.el): Shorten the version string for the CVS versions.
parent
803419fe
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/ChangeLog
View file @
b7c7e1b9
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>
* distribution-Makefile.in (LANGUAGE-EL): Include the compiled
...
...
src/Makefile
View file @
b7c7e1b9
...
...
@@ -144,7 +144,7 @@ all: $(TARGET)
vars.el
:
vars.el.in Makefile
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
$@
vars.el-release
:
vars.el.in Makefile
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment