From e50ccc1b36213de52ae78c2703d391ea8941a7b1 Mon Sep 17 00:00:00 2001 From: joeyh Date: Wed, 8 Mar 2006 02:59:27 +0000 Subject: * Added ifinfo, by Benjamin BAYART (originally called ifcfg). * Made ifinfo -Wall clean. * Made ifinfo support -h and print usage on unknown options. * Cleaned up ifinfo's behavior when asked to print info for nonexistant devices. Still needs improvement. --- Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index d950595..78d111c 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ -BINS=isutf8 sponge +BINS=isutf8 sponge ifdata PERLSCRIPTS=vidir vipe ts and not -MANS=sponge.1 vidir.1 vipe.1 isutf8.1 ts.1 and.1 not.1 +MANS=sponge.1 vidir.1 vipe.1 isutf8.1 ts.1 and.1 not.1 ifdata.1 CFLAGS=-O2 -g -Wall all: $(BINS) $(MANS) @@ -25,5 +25,8 @@ isutf8.1: isutf8.docbook sponge.1: sponge.docbook docbook2x-man sponge.docbook +ifdata.1: ifdata.docbook + docbook2x-man ifdata.docbook + %.1: % pod2man --center=" " --release="moreutils" $< > $@; -- cgit v1.2.3