Skip to content
Snippets Groups Projects
Commit f16c9719 authored by Linus Tolke's avatar Linus Tolke
Browse files

Initial revision

parent 2b7b990b
No related branches found
No related tags found
No related merge requests found
TOPDIR = /usr/lyskom/src
SCRIPTDIR = $(TOPDIR)/scripts
include $(SCRIPTDIR)/import.make
MANDIR = /usr/local/man
MANEXTS = 1 3 5 8
all:;
depend:;
clean:
$(RM) *~ core
-for i in $(MANEXTS); \
do \
echo making clean in directory man$$i; \
(cd man$$i; $(RM) *~ core) \
done
install:
for i in $(MANEXTS); \
do \
for page in man$$i/*.$$i \
do \
echo installing $$page \
install $$page $(MANDIR)/man$$i \
done \
done
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment