Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
lyskom-elisp-client
lyskom-elisp-client
Commits
185395d6
Commit
185395d6
authored
Jan 06, 1994
by
Linus Tolke Y
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed installation of doc.
parent
ba09c928
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
11 deletions
+6
-11
src/Makefile
src/Makefile
+6
-11
No files found.
src/Makefile
View file @
185395d6
...
...
@@ -24,7 +24,10 @@
#
# $Id$
# $Log$
# Revision 36.8 1993/12/14 02:21:29 linus
# Revision 36.9 1994/01/06 00:55:12 linus
# Removed installation of doc.
#
# Revision 36.8 1993/12/14 02:21:29 linus
# Small fixes for emacs 18.55, jump.
#
# Revision 36.7 1993/11/21 04:37:06 linus
...
...
@@ -216,17 +219,9 @@ installnodoc: lyskom.elc lyskom.el
cp
lyskom-
$
${VER}
.el.gz /usr/ftp/pub/lyskom/elisp-client
;
)
# This is now the responsability of the Makefile in the doc-dir.
installdoc
:
doc
(
VER
=
`
grep
"lyskom-clientversion "
vars.el |
\
sed
-n
's/^.*defconst.*lyskom-clientversion[^"]*"\([^"]*\)".*$$/\1/p'
`
;
\
cp
../doc/elisp-client ../doc/elisp-client.txt .
;
\
gzip
elisp-client elisp-client.txt
;
\
mv
elisp-client.gz
\
/usr/ftp/pub/lyskom/elisp-client/elisp-client-
$
${VER}
.info.gz
;
\
mv
elisp-client.txt.gz
\
/usr/ftp/pub/lyskom/elisp-client/elisp-client-
$
${VER}
.txt.gz
;
\
cp
../doc/elisp-client /usr/gnu/info
;
\
)
(
cd
../doc
;
make
install
)
clean
:
$(RM)
*
~
*
.elc
$
(
GENERIC-CLEAN
)
makealfa.c
...
...
Write
Preview
Markdown
is supported
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