ossp-pkg/lmtp2nntp/Makefile.in 1.9 -> 1.10
--- Makefile.in 2001/08/23 09:12:30 1.9
+++ Makefile.in 2001/08/28 13:12:58 1.10
@@ -32,7 +32,7 @@
lmtp2nntp.1: lmtp2nntp.pod
VS=`$(SHTOOL) version -lc -dshort version.c`; \
VL=`$(SHTOOL) version -lc -dlong version.c`; \
- $(POD2MAN) --section=1 --center="Mail to News Gateway" \
+ $(POD2MAN) --section=1 --center="mail to news gateway" \
--release="$$VS" --date="$$VL" \
lmtp2nntp.pod >lmtp2nntp.1
@@ -43,6 +43,7 @@
clean:
-rm -f *.core
+ -rm -f dmalloc.log test/dmalloc.log
-rm -f $(PROG)
-rm -f $(OBJS)
|
|