summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorjoeyh <joeyh>2006-04-02 22:32:24 +0000
committerjoeyh <joeyh>2006-04-02 22:32:24 +0000
commit830a7b56d7c03e6819e2ccdd65b5015a2606ebd1 (patch)
treebc3f9289a4a439c666b99d34ef2dd98259b64958 /Makefile
parent64f0d162b040d66fd21c4ec8c7b5e9792866febc (diff)
downloadmoreutils-830a7b56d7c03e6819e2ccdd65b5015a2606ebd1.tar.gz
* ifdata: patch from Adam Lackorzynski to translate French error messages
to English and to convert some #defines to enums. * ifdata: patch from Adam Lackorzynski to avoid printing info for bogus interface. Closes: #360433 * Add zrun, contributed by Chung-chieh Shan (you might prefer to alias it to "z").
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index ffed4b9..e8d92ee 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
BINS=isutf8 ifdata pee sponge
-PERLSCRIPTS=vidir vipe ts combine
-MANS=sponge.1 vidir.1 vipe.1 isutf8.1 ts.1 combine.1 ifdata.1 pee.1
+PERLSCRIPTS=vidir vipe ts combine zrun
+MANS=sponge.1 vidir.1 vipe.1 isutf8.1 ts.1 combine.1 ifdata.1 pee.1 zrun.1
CFLAGS=-O2 -g -Wall
all: $(BINS) $(MANS)