Skip to content

Commit

Permalink
doc: drop old ip command documentation
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
shemminger committed Sep 29, 2017
1 parent 429f314 commit b2fd7a0
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 3,567 deletions.
4 changes: 2 additions & 2 deletions Makefile
Expand Up @@ -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)
Expand All @@ -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:
Expand Down
69 changes: 0 additions & 69 deletions doc/Makefile

This file was deleted.

1 change: 0 additions & 1 deletion doc/SNAPSHOT.tex

This file was deleted.

16 changes: 0 additions & 16 deletions doc/do-psnup

This file was deleted.

0 comments on commit b2fd7a0

Please sign in to comment.