ossp-pkg/lmtp2nntp/Makefile.in 1.24 -> 1.25
--- Makefile.in 2001/09/13 13:59:51 1.24
+++ Makefile.in 2001/09/13 18:51:40 1.25
@@ -49,7 +49,7 @@
SUBDIRS = @SUBDIR_STR@ @SUBDIR_L2@
-all: _SUBDIRS_all lmtp2nntp lmtp2nntp.1
+all: _SUBDIRS_all lmtp2nntp lmtp2nntp.8
.c.o:
$(CC) $(CFLAGS) -c $<
@@ -75,17 +75,17 @@
$(PROG): Makefile $(OBJS) $(HDRS)
$(CC) $(LDFLAGS) -o $(PROG) $(OBJS) $(LIBS)
-lmtp2nntp.1: lmtp2nntp.pod
+lmtp2nntp.8: 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=8 --center="mail to news gateway" \
--release="$$VS" --date="$$VL" \
- lmtp2nntp.pod >lmtp2nntp.1
+ lmtp2nntp.pod >lmtp2nntp.8
install: all
- $(SHTOOL) mkdir -f -p -m 755 $(DESTDIR)$(bindir) $(DESTDIR)$(mandir)/man1
+ $(SHTOOL) mkdir -f -p -m 755 $(DESTDIR)$(bindir) $(DESTDIR)$(mandir)/man8
$(SHTOOL) install -c -s -m 755 lmtp2nntp $(DESTDIR)$(bindir)/
- $(SHTOOL) install -c -m 644 lmtp2nntp.1 $(DESTDIR)$(mandir)/man1/
+ $(SHTOOL) install -c -m 644 lmtp2nntp.8 $(DESTDIR)$(mandir)/man8/
clean:
@$(MAKE) $(MFLAGS) _SUBDIRS_clean
@@ -104,7 +104,7 @@
realclean: distclean
@$(MAKE) $(MFLAGS) _SUBDIRS_realclean
- -rm -f lmtp2nntp.1
+ -rm -f lmtp2nntp.8
-rm -f config.h.in
-rm -f configure
-rm -f shtool
|
|