Index: ossp-pkg/lmtp2nntp/.cvsignore RCS File: /v/ossp/cvs/ossp-pkg/lmtp2nntp/.cvsignore,v rcsdiff -q -kk '-r1.12' '-r1.13' -u '/v/ossp/cvs/ossp-pkg/lmtp2nntp/.cvsignore,v' 2>/dev/null --- .cvsignore 2001/09/13 07:40:19 1.12 +++ .cvsignore 2001/09/13 18:51:40 1.13 @@ -7,7 +7,7 @@ config.h config.h.in lmtp2nntp -lmtp2nntp.1 +lmtp2nntp.8 lmtp2nntp-*.tar.gz dmalloc.log logfile Index: ossp-pkg/lmtp2nntp/Makefile.in RCS File: /v/ossp/cvs/ossp-pkg/lmtp2nntp/Makefile.in,v rcsdiff -q -kk '-r1.24' '-r1.25' -u '/v/ossp/cvs/ossp-pkg/lmtp2nntp/Makefile.in,v' 2>/dev/null --- 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