diff options
author | joeyh <joeyh> | 2006-03-08 02:59:27 +0000 |
---|---|---|
committer | joeyh <joeyh> | 2006-03-08 02:59:27 +0000 |
commit | e50ccc1b36213de52ae78c2703d391ea8941a7b1 (patch) | |
tree | b8c9f373f3c57c461ffac551a0926c23bf3757e7 /Makefile | |
parent | 6a7f34809e87a940cd30c7e9de160db4ee9e65ca (diff) | |
download | moreutils-e50ccc1b36213de52ae78c2703d391ea8941a7b1.tar.gz |
* 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.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -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" $< > $@; |