From d8e27a6d4d287995a554f27605e912be38d0a75b Mon Sep 17 00:00:00 2001 From: joeyh Date: Fri, 3 Mar 2006 22:26:20 +0000 Subject: * Switch sponge to a C implementation by mithandir. * Build dep on docbook-xml. --- Makefile | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index cf5c6b1..dddb950 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ -BINS=isutf8 -PERLSCRIPTS=sponge vidir vipe ts -MANS=sponge.1 vidir.1 vipe.1 isutf8.1 ts.1 +BINS=isutf8 sponge +PERLSCRIPTS=vidir vipe ts +MANS=sponge.1 vidir.1 vipe.1 isutf8.1 ts.1 sponge.1 CFLAGS=-O2 -g -Wall all: $(BINS) $(MANS) @@ -22,5 +22,8 @@ check: isutf8 isutf8.1: isutf8.docbook docbook2x-man isutf8.docbook +sponge.1: sponge.docbook + docbook2x-man sponge.docbook + %.1: % pod2man --center=" " --release="moreutils" $< > $@; -- cgit v1.2.3