Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
ceders-lyskom-elisp-client
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
Per Cederqvist
ceders-lyskom-elisp-client
Commits
da0fddc9
Commit
da0fddc9
authored
Aug 7, 1996
by
David Kågedal
Browse files
Options
Downloads
Patches
Plain Diff
Uppdaterade copyright.
Separerade install och release.
parent
46e16855
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
doc/Makefile
+13
-4
13 additions, 4 deletions
doc/Makefile
with
13 additions
and
4 deletions
doc/Makefile
+
13
−
4
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
:
...
...
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