summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorjoeyh <joeyh>2006-03-23 07:18:36 +0000
committerjoeyh <joeyh>2006-03-23 07:18:36 +0000
commit5942eb1d3bd089b4f01daab04ca0ad8518e8b2ef (patch)
tree25fb0bcbbc34d2467f568b3ef40ec206945d1023 /Makefile
parent824b3e16d5f3962f7bdba0ff3159363afad3cc68 (diff)
downloadmoreutils-5942eb1d3bd089b4f01daab04ca0ad8518e8b2ef.tar.gz
* Back to Mithandir's C sponge, now fixed.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 7b96a92..ffed4b9 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
-BINS=isutf8 ifdata pee
-PERLSCRIPTS=vidir vipe ts combine sponge
+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
CFLAGS=-O2 -g -Wall
@@ -28,5 +28,8 @@ ifdata.1: ifdata.docbook
pee.1: pee.docbook
docbook2x-man $<
+sponge.1: sponge.docbook
+ docbook2x-man $<
+
%.1: %
pod2man --center=" " --release="moreutils" $< > $@;