Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
lyskom-elisp-client
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
lyskom-elisp-client
lyskom-elisp-client
Commits
f13191cc
Commit
f13191cc
authored
Sep 16, 1991
by
Linus Tolke
Browse files
Options
Downloads
Patches
Plain Diff
Makefile now works with clientversion-long.
parent
e2450f7e
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/Makefile
+8
-7
8 additions, 7 deletions
src/Makefile
with
8 additions
and
7 deletions
src/Makefile
+
8
−
7
View file @
f13191cc
...
@@ -24,6 +24,9 @@
...
@@ -24,6 +24,9 @@
#
#
# $Id$
# $Id$
# $Log$
# $Log$
# 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
# Revision 35.6 1991/09/16 19:31:37 linus
# Makefile now works with new doc-file names.
# Makefile now works with new doc-file names.
#
#
...
@@ -105,22 +108,20 @@ elc-files: $(HEADER-ELC) $(PARTS-ELC)
...
@@ -105,22 +108,20 @@ elc-files: $(HEADER-ELC) $(PARTS-ELC)
wc
:
wc
:
wc
$(
HEADER-EL
)
$(
PARTS-EL
)
wc
$(
HEADER-EL
)
$(
PARTS-EL
)
wc
../doc/elisp-client-
`
grep
lyskom-clientversion vars.el |
\
wc
../doc/elisp-client.latexinfo ChangeLog ../misc/To-do
sed
-n
's/^.*defconst.*lyskom-clientversion.*"\(.*\)".*$$/\1/p'
`
.
*
\
ChangeLog ../misc/To-do
tags
:
tags
:
etags
$(
HEADER-EL
)
$(
PARTS-EL
)
etags
$(
HEADER-EL
)
$(
PARTS-EL
)
doc
:
doc
:
(
cd
../doc
;
make elisp-client elisp-client.txt
)
;
)
(
cd
../doc
;
make elisp-client elisp-client.txt
;
)
install
:
lyskom.elc lyskom.el doc
install
:
lyskom.elc lyskom.el doc
cp
lyskom.elc /usr/local/lib/elisp/lyskom.elc
cp
lyskom.elc /usr/local/lib/elisp/lyskom.elc
rcp lyskom.elc nanny:/usr/local/lib/elisp/lyskom.elc
rcp lyskom.elc nanny:/usr/local/lib/elisp/lyskom.elc
(
VER
=
`
grep
lyskom-clientversion
lyskom
.el |
\
(
VER
=
`
grep
"
lyskom-clientversion
"
vars
.el |
\
sed
-n
's/^.*defconst.*lyskom-clientversion
.*"\(.
*\)".*$$/\1/p'
`
;
\
sed
-n
's/^.*defconst.*lyskom-clientversion
[^"]*"\([^"]
*\)".*$$/\1/p'
`
;
\
cp
lyskom.elc lyskom-
$${
VER
}
.elc
;
\
cp
lyskom.elc lyskom-
$${
VER
}
.elc
;
\
compress lyskom-
$${
VER
}
.elc
;
\
compress lyskom-
$${
VER
}
.elc
;
\
mv
lyskom-
$${
VER
}
.elc.Z /usr/local/ftp/pub/lyskom/
;
\
mv
lyskom-
$${
VER
}
.elc.Z /usr/local/ftp/pub/lyskom/
;
\
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment