From 830a7b56d7c03e6819e2ccdd65b5015a2606ebd1 Mon Sep 17 00:00:00 2001 From: joeyh Date: Sun, 2 Apr 2006 22:32:24 +0000 Subject: * 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"). --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') 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) -- cgit v1.2.3