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

Vi skall kunna installera manualsidorna ocks}.

parent 51fae64e
No related branches found
No related tags found
No related merge requests found
TOPDIR = /usr/lyskom/src
SCRIPTDIR = $(TOPDIR)/scripts
include $(SCRIPTDIR)/import.make
SUBDIRS = man
all:; all:;
depend:; depend:;
clean: clean:
rm -vf *~ core $(RM) *~ core
for i in $(SUBDIRS); \
do \
echo making clean in directory $$i; \
(cd $$i; $(MAKE) $(EXPORTS) clean) \
done
install: install:
echo Install what where? for i in $(SUBDIRS); \
do \
echo installing directory in directory $$i; \
(cd $$i; $(MAKE) $(EXPORTS) install) \
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