diff options
author | Stephen Hemminger <stephen@networkplumber.org> | 2017-09-29 10:50:13 -0700 |
---|---|---|
committer | Stephen Hemminger <stephen@networkplumber.org> | 2017-09-29 10:51:02 -0700 |
commit | b2fd7a0e6efa7b85a041b5cb9ea6fc1a6a798fd3 (patch) | |
tree | ef7df981db7bc7d5e40b3723f5429b16c77dbf40 /Makefile | |
parent | 429f314ef7b2405dde8168dd47e5ec410eb742d6 (diff) | |
download | iproute2-b2fd7a0e6efa7b85a041b5cb9ea6fc1a6a798fd3.tar.gz |
doc: drop old ip command documentation
The old IP cross reference manual was very out of date, barely updated
since 1999. The correct documentation is in the man pages.
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -73,7 +73,7 @@ install: all $(DESTDIR)$(DOCDIR)/examples install -m 0644 $(shell find examples/diffserv -maxdepth 1 -type f) \ $(DESTDIR)$(DOCDIR)/examples/diffserv - @for i in $(SUBDIRS) doc; do $(MAKE) -C $$i install; done + @for i in $(SUBDIRS); do $(MAKE) -C $$i install; done install -m 0644 $(shell find etc/iproute2 -maxdepth 1 -type f) $(DESTDIR)$(CONFDIR) install -m 0755 -d $(DESTDIR)$(BASH_COMPDIR) install -m 0644 bash-completion/tc $(DESTDIR)$(BASH_COMPDIR) @@ -84,7 +84,7 @@ snapshot: > include/SNAPSHOT.h clean: - @for i in $(SUBDIRS) doc; \ + @for i in $(SUBDIRS); \ do $(MAKE) $(MFLAGS) -C $$i clean; done clobber: |