]> rtime.felk.cvut.cz Git - lisovros/iproute2_canprio.git/blobdiff - Makefile
csum action, fix typo
[lisovros/iproute2_canprio.git] / Makefile
index d1ace1f7d56146c270870747fb5d75c078ca8a88..a2810e59ccd76728a7a05824882034eff157b9bf 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -60,6 +60,8 @@ install: all
        install -m 0644 $(shell find etc/iproute2 -maxdepth 1 -type f) $(DESTDIR)$(CONFDIR)
        install -m 0755 -d $(DESTDIR)$(MANDIR)/man8
        install -m 0644 $(shell find man/man8 -maxdepth 1 -type f) $(DESTDIR)$(MANDIR)/man8
+       install -m 0755 -d $(DESTDIR)$(MANDIR)/man7
+       install -m 0644 $(shell find man/man7 -maxdepth 1 -type f) $(DESTDIR)$(MANDIR)/man7
        ln -sf tc-bfifo.8  $(DESTDIR)$(MANDIR)/man8/tc-pfifo.8
        ln -sf lnstat.8  $(DESTDIR)$(MANDIR)/man8/rtstat.8
        ln -sf lnstat.8  $(DESTDIR)$(MANDIR)/man8/ctstat.8
@@ -73,14 +75,13 @@ snapshot:
                > include/SNAPSHOT.h
 
 clean:
-       rm -f cscope.*
        @for i in $(SUBDIRS) doc; \
        do $(MAKE) $(MFLAGS) -C $$i clean; done
 
 clobber:
        touch Config
        $(MAKE) $(MFLAGS) clean
-       rm -f Config
+       rm -f Config cscope.*
 
 distclean: clobber