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
lyskom-elisp-client
lyskom-elisp-client
Commits
da0fddc9
Commit
da0fddc9
authored
Aug 07, 1996
by
David Kågedal
Browse files
Uppdaterade copyright.
Separerade install och release.
parent
46e16855
Changes
1
Hide whitespace changes
Inline
Side-by-side
doc/Makefile
View file @
da0fddc9
#
# $Id$
# Copyright (C) 1991 Lysator Academic Computer Association.
# Copyright (C) 1991
, 1996
Lysator Academic Computer Association.
#
# This file is part of the LysKOM server.
#
# LysKOM is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version
1
, or (at your option)
# the Free Software Foundation; either version
2
, or (at your option)
# any later version.
#
# LysKOM is distributed in the hope that it will be useful, but WITHOUT
...
...
@@ -23,6 +23,10 @@
# Please mail bug reports to bug-lyskom@lysator.liu.se.
#
# $Log$
# Revision 41.1 1996/08/07 16:22:53 davidk
# Uppdaterade copyright.
# Separerade install och release.
#
# Revision 41.0 1996/05/02 19:20:35 davidk
# Nytt revisionsnummer: 41.0
#
...
...
@@ -50,6 +54,9 @@
RM
=
rm
-f
INFODIR
=
/usr/gnu/info
FTPDIR
=
/usr/ftp/pub/lyskom/elisp-client
all
:
elisp-client elisp-client.txt elisp-client.dvi
.PHONY
:
all
...
...
@@ -86,14 +93,16 @@ elisp-client.dvi: $(INDEXES)
.PHONY
:
install
install
:
elisp-client elisp-client.txt
cp
elisp-client elisp-client-? /usr/gnu/info
cp
elisp-client elisp-client-?
$(INFODIR)
release
:
elisp-client elisp-client.txt
(
VER
=
`
grep
"^Dokumentationen uppdaterad till klient version "
elisp-client.texinfo |
\
sed
-n
's/^.* version \(.*\)$$/\1/p'
`
;
\
tar
cf elisp-client.info-
$
${VER}
.tar elisp-client elisp-client-?
;
\
gzip
elisp-client.info-
$
${VER}
.tar
;
\
gzip
< elisp-client.txt
>
elisp-client.txt-
$
${VER}
.gz
;
\
mv
elisp-client.info-
$
${VER}
.tar.gz elisp-client.txt-
$
${VER}
.gz
\
/usr/ftp/pub/lyskom/elisp-client
;
)
$(FTPDIR)
;
)
smallclean
:
...
...
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