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
57d9493e
Commit
57d9493e
authored
Jun 16, 1992
by
Linus Tolke
Browse files
Alfa-version is replaced upon installation also.
parent
b61829bb
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/Makefile
View file @
57d9493e
...
...
@@ -24,7 +24,10 @@
#
# $Id$
# $Log$
# Revision 35.17 1992/05/11 01:55:38 linus
# Revision 35.18 1992/06/16 11:33:32 linus
# Alfa-version is replaced upon installation also.
#
# Revision 35.17 1992/05/11 01:55:38 linus
# support for distribution to nanny removed
#
# Revision 35.16 1992/03/28 19:54:10 linus
...
...
@@ -115,9 +118,11 @@ PARTS-ELC = $(SRC-ELC)
all
:
lyskom.elc
LEX
=
flex
-8
SWEDISH-ALFA-VERSION
=
/usr/local/src/2kom/lyskom.elc
ENGLISH-ALFA-VERSION
=
/usr/local/src/2kom/english-lyskom.elc
alfa
:
lyskom.elc makealfa english-lyskom.elc
./makealfa < lyskom.elc
>
/usr/local/src/2kom/lyskom.elc
./makealfa < english-lyskom.elc
>
/usr/local/src/2kom/english-lyskom.elc
./makealfa < lyskom.elc
>
$
(
SWEDISH-ALFA-VERSION
)
./makealfa < english-lyskom.elc
>
$
(
ENGLISH-ALFA-VERSION
)
lyskom.elc
:
$(HEADER-ELC) $(SWEDISH-ELC) $(PARTS-ELC)
cat
$
(
HEADER-ELC
)
$
(
SWEDISH-ELC
)
$
(
PARTS-ELC
)
>
lyskom.elc
...
...
@@ -159,6 +164,7 @@ install: installnodoc installdoc
installnodoc
:
lyskom.elc lyskom.el
cp
lyskom.elc /usr/local/lib/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'
`
;
\
...
...
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