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
2e8da691
Commit
2e8da691
authored
Aug 31, 1993
by
Linus Tolke
Browse files
Corrected ftp-site. compress => gzip
parent
56b6cb04
Changes
1
Show whitespace changes
Inline
Side-by-side
src/Makefile
View file @
2e8da691
...
...
@@ -24,6 +24,9 @@
#
# $Id$
# $Log$
# Revision 36.5 1993/08/31 11:22:12 linus
# Corrected ftp-site. compress => gzip
#
# Revision 36.4 1993/07/26 19:07:12 linus
# Buggfixes, bug-report, quit-ding
#
...
...
@@ -194,22 +197,21 @@ install: installnodoc installdoc
installnodoc
:
lyskom.elc lyskom.el
cp
lyskom.elc /usr/local/var/elisp/lyskom.elc
cp
lyskom.elc
$
(
SWEDISH-ALFA-VERSION
)
# rcp lyskom.elc nanny:/usr/local/lib/elisp/lyskom.elc
(
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/elisp-client
;
\
gzip
lyskom-
$
${VER}
.elc
;
\
mv
lyskom-
$
${VER}
.elc.Z /usr/ftp/pub/lyskom/elisp-client
;
\
cp
lyskom.el lyskom-
$
${VER}
.el
;
\
compress
lyskom-
$
${VER}
.el
;
\
cp
lyskom-
$
${VER}
.el.Z /usr/
local/
ftp/pub/lyskom/elisp-client
;
)
gzip
lyskom-
$
${VER}
.el
;
\
cp
lyskom-
$
${VER}
.el.Z /usr/ftp/pub/lyskom/elisp-client
;
)
installdoc
:
doc
(
VER
=
`
grep
"lyskom-clientversion "
vars.el |
\
sed
-n
's/^.*defconst.*lyskom-clientversion[^"]*"\([^"]*\)".*$$/\1/p'
`
;
\
cp
../doc/elisp-client ../doc/elisp-client.txt .
;
\
compress
elisp-client elisp-client.txt
;
\
gzip
elisp-client elisp-client.txt
;
\
mv
elisp-client.Z
\
/usr/local/ftp/pub/lyskom/elisp-client/elisp-client-
$
${VER}
.info.Z
;
\
mv
elisp-client.txt.Z
\
...
...
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