Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
lyskom-server-ceder-1616-generations-topgit
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Per Cederqvist
lyskom-server-ceder-1616-generations-topgit
Commits
4fa1c9d9
Commit
4fa1c9d9
authored
Feb 24, 1994
by
Per Cederqvist
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Rewritten.
parent
d751a1fe
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
44 additions
and
54 deletions
+44
-54
doc/man/Makefile.in
doc/man/Makefile.in
+22
-27
doc/man/Makefile.src
doc/man/Makefile.src
+22
-27
No files found.
doc/man/Makefile.in
View file @
4fa1c9d9
#
# $Id: Makefile.in,v 1.
2 1993/10/10 11:38:40
ceder Exp $
# $Id: Makefile.in,v 1.
3 1994/02/24 10:38:51
ceder Exp $
# Copyright (C) 1991 Lysator Academic Computer Association.
#
# This file is part of the LysKOM server.
...
...
@@ -23,39 +23,34 @@
# Please mail bug reports to bug-lyskom@lysator.liu.se.
#
@STDLYSKOM@
# +++FIXME-denna fil {r ej klar!
MANDIR
=
/usr/local/man
MANEXTS
=
1 3 5 8
man5dir
=
\$
(
prefix
)
/man/man5
\\
man8dir
=
\$
(
prefix
)
/man/man8
\\
man5ext
=
.5
\\
man8ext
=
.8
\\
# List of man pages in the various sections to install
MAN5
=
lyskom
MAN8
=
dbck lyskomd updateLysKOM
all
:
;
depend
:
;
clean
:
@CLEAN@
dopure
:
dorealclean
dorealclean
:
dodistclean;
dodistclean
:
doclean
$(RM)
$
(
GENERIC-DISTCLEAN
)
doclean
:
domostlyclean
domostlyclean
:
$(RM)
$
(
GENERIC-MOSTLYCLEAN
)
for
i
in
$(MANEXTS)
;
\
do
\
if
[
-d
man
$$
i
]
;
then
echo
making clean
in
directory man
$$
i
;
\
(
cd
man
$$
i
;
$(RM)
*
~ core
)
;
fi
\
done
distclean
:
clean
$(RM)
$
(
GENERIC-DISTCLEAN
)
-
for
i
in
$(MANEXTS)
;
\
install
:
-
for
i
in
$(MAN5)
;
\
do
\
[
-d
man
$$
i
]
&&
{
echo
making clean
in
directory man
$$
i
;
\
(
cd
man
$$
i
;
$(RM)
*
.ps
*
.cat
*
.man
*
.txt
$
(
GENERIC-DIST-CLEAN
))
}
\
$(INSTALL_DATA)
$$
i.5
$(man5dir)
/
$$
i.
$(man5ext)
;
\
done
pure
:
;
realclean
:
;
mostlyclean
:
;
install
:
for
i
in
$(MANEXTS)
;
\
-
for
i
in
$(MAN8)
;
\
do
\
[
-d
man
$$
i
]
&&
{
for
page
in
man
$$
i/
*
.
$$
i
;
\
do
\
echo
installing
$$
page
;
\
install
$$
page
$(MANDIR)
/man
$$
i
;
\
done
}
\
$(INSTALL_DATA)
$$
i.8
$(man8dir)
/
$$
i.
$(man8ext)
;
\
done
doc/man/Makefile.src
View file @
4fa1c9d9
#
# $Id: Makefile.src,v 1.
2 1993/10/10 11:38:40
ceder Exp $
# $Id: Makefile.src,v 1.
3 1994/02/24 10:38:51
ceder Exp $
# Copyright (C) 1991 Lysator Academic Computer Association.
#
# This file is part of the LysKOM server.
...
...
@@ -23,39 +23,34 @@
# Please mail bug reports to bug-lyskom@lysator.liu.se.
#
@STDLYSKOM@
# +++FIXME-denna fil {r ej klar!
MANDIR
=
/usr/local/man
MANEXTS
=
1 3 5 8
man5dir
=
\$
(
prefix
)
/man/man5
\\
man8dir
=
\$
(
prefix
)
/man/man8
\\
man5ext
=
.5
\\
man8ext
=
.8
\\
# List of man pages in the various sections to install
MAN5
=
lyskom
MAN8
=
dbck lyskomd updateLysKOM
all
:
;
depend
:
;
clean
:
@CLEAN@
dopure
:
dorealclean
dorealclean
:
dodistclean;
dodistclean
:
doclean
$(RM)
$
(
GENERIC-DISTCLEAN
)
doclean
:
domostlyclean
domostlyclean
:
$(RM)
$
(
GENERIC-MOSTLYCLEAN
)
for
i
in
$(MANEXTS)
;
\
do
\
if
[
-d
man
$$
i
]
;
then
echo
making clean
in
directory man
$$
i
;
\
(
cd
man
$$
i
;
$(RM)
*
~ core
)
;
fi
\
done
distclean
:
clean
$(RM)
$
(
GENERIC-DISTCLEAN
)
-
for
i
in
$(MANEXTS)
;
\
install
:
-
for
i
in
$(MAN5)
;
\
do
\
[
-d
man
$$
i
]
&&
{
echo
making clean
in
directory man
$$
i
;
\
(
cd
man
$$
i
;
$(RM)
*
.ps
*
.cat
*
.man
*
.txt
$
(
GENERIC-DIST-CLEAN
))
}
\
$(INSTALL_DATA)
$$
i.5
$(man5dir)
/
$$
i.
$(man5ext)
;
\
done
pure
:
;
realclean
:
;
mostlyclean
:
;
install
:
for
i
in
$(MANEXTS)
;
\
-
for
i
in
$(MAN8)
;
\
do
\
[
-d
man
$$
i
]
&&
{
for
page
in
man
$$
i/
*
.
$$
i
;
\
do
\
echo
installing
$$
page
;
\
install
$$
page
$(MANDIR)
/man
$$
i
;
\
done
}
\
$(INSTALL_DATA)
$$
i.8
$(man8dir)
/
$$
i.
$(man8ext)
;
\
done
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