Skip to content
GitLab
Menu
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
f13191cc
Commit
f13191cc
authored
Sep 16, 1991
by
Linus Tolke
Browse files
Makefile now works with clientversion-long.
parent
e2450f7e
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/Makefile
View file @
f13191cc
...
...
@@ -24,7 +24,10 @@
#
# $Id$
# $Log$
# Revision 35.6 1991/09/16 19:31:37 linus
# Revision 35.7 1991/09/16 19:59:28 linus
# Makefile now works with clientversion-long.
#
# Revision 35.6 1991/09/16 19:31:37 linus
# Makefile now works with new doc-file names.
#
# Revision 35.5 1991/09/16 18:02:02 linus
...
...
@@ -105,22 +108,20 @@ elc-files: $(HEADER-ELC) $(PARTS-ELC)
wc
:
wc
$
(
HEADER-EL
)
$
(
PARTS-EL
)
wc
../doc/elisp-client-
`
grep
lyskom-clientversion vars.el |
\
sed
-n
's/^.*defconst.*lyskom-clientversion.*"\(.*\)".*$$/\1/p'
`
.
*
\
ChangeLog ../misc/To-do
wc
../doc/elisp-client.latexinfo ChangeLog ../misc/To-do
tags
:
etags
$
(
HEADER-EL
)
$
(
PARTS-EL
)
doc
:
(
cd
../doc
;
make elisp-client elisp-client.txt
)
;
)
(
cd
../doc
;
make elisp-client elisp-client.txt
;
)
install
:
lyskom.elc lyskom.el doc
cp
lyskom.elc /usr/local/lib/elisp/lyskom.elc
rcp lyskom.elc nanny:/usr/local/lib/elisp/lyskom.elc
(
VER
=
`
grep
lyskom-clientversion
lyskom
.el |
\
sed
-n
's/^.*defconst.*lyskom-clientversion
.*"\(.
*\)".*$$/\1/p'
`
;
\
(
VER
=
`
grep
"
lyskom-clientversion
"
vars
.el |
\
sed
-n
's/^.*defconst.*lyskom-clientversion
[^"]*"\([^"]
*\)".*$$/\1/p'
`
;
\
cp
lyskom.elc lyskom-
$
${VER}
.elc
;
\
compress lyskom-
$
${VER}
.elc
;
\
mv
lyskom-
$
${VER}
.elc.Z /usr/local/ftp/pub/lyskom/
;
\
...
...
Write
Preview
Supports
Markdown
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