Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
lyskom-elisp-client
lyskom-elisp-client
Commits
9e7ddbf3
Commit
9e7ddbf3
authored
May 04, 2013
by
Per Cederqvist
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use "Git" instead of "CVS" in version string.
parent
a22f9aec
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
src/ChangeLog
src/ChangeLog
+2
-0
src/Makefile
src/Makefile
+1
-1
No files found.
src/ChangeLog
View file @
9e7ddbf3
2013-05-04 Per Cederqvist <ceder@lysator.liu.se>
Some basic Git adjustments.
* Makefile (vars.el): Use "Git" instead of "CVS" in CLIENTVERSION.
* .gitignore: Ignore files created by running "make".
* Repository converted from CVS to Git.
...
...
src/Makefile
View file @
9e7ddbf3
...
...
@@ -146,7 +146,7 @@ all: $(TARGET)
vars.el
:
vars.el.in Makefile
rm
-f
$@
sed
"s/@@CLIENTVERSION@@/
$(CLIENTVERSION)
(
`
date
+%Y-%m-%d
`
;
CVS
)/g"
<
$<
>
$@
sed
"s/@@CLIENTVERSION@@/
$(CLIENTVERSION)
(
`
date
+%Y-%m-%d
`
;
Git
)/g"
<
$<
>
$@
chmod
444
$@
vars.el-release
:
vars.el.in Makefile
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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