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
Peter Liljenberg
lyskom-elisp-client
Commits
d871d834
Commit
d871d834
authored
Apr 21, 2001
by
Joel Rosdahl
Browse files
Always update build date in vars.el.
parent
8787a1d8
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/ChangeLog
View file @
d871d834
2001-04-21 Joel Rosdahl <joel@rosdahl.net>
* ($(TARGET-EL)): Always update build date in vars.el.
2001-04-01 Joel Rosdahl <joel@rosdahl.net>
* swedish-strings.el (lyskom-message): Added hint about a second
...
...
src/Makefile
View file @
d871d834
...
...
@@ -144,6 +144,10 @@ fast: $(HEADER-ELC) $(SOURCES-ELC)
cat
$
(
HEADER-ELC
)
$
(
SOURCES-ELC
)
>
$(TARGET)
$(TARGET-EL)
:
$(HEADER) $(SOURCES)
if
test
-d
CVS
-a
x
$(DO_RELEASE)
=
x
;
then
\
rm
-f
vars.el
;
\
$(MAKE)
vars.el
;
\
fi
cat
$(HEADER)
$(SOURCES)
>
$
(
TARGET-EL
)
$(TARGET)
:
$(TARGET-EL)
...
...
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