summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorjoeyh <joeyh>2006-03-08 02:59:27 +0000
committerjoeyh <joeyh>2006-03-08 02:59:27 +0000
commite50ccc1b36213de52ae78c2703d391ea8941a7b1 (patch)
treeb8c9f373f3c57c461ffac551a0926c23bf3757e7 /Makefile
parent6a7f34809e87a940cd30c7e9de160db4ee9e65ca (diff)
downloadmoreutils-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--Makefile7
1 files changed, 5 insertions, 2 deletions
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" $< > $@;