diff options
author | joeyh <joeyh> | 2006-03-23 07:18:36 +0000 |
---|---|---|
committer | joeyh <joeyh> | 2006-03-23 07:18:36 +0000 |
commit | 5942eb1d3bd089b4f01daab04ca0ad8518e8b2ef (patch) | |
tree | 25fb0bcbbc34d2467f568b3ef40ec206945d1023 /Makefile | |
parent | 824b3e16d5f3962f7bdba0ff3159363afad3cc68 (diff) | |
download | moreutils-5942eb1d3bd089b4f01daab04ca0ad8518e8b2ef.tar.gz |
* Back to Mithandir's C sponge, now fixed.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -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" $< > $@; |