Check-in Number:
|
996 | |
Date: |
2001-Sep-13 20:51:40 (local)
2001-Sep-13 18:51:40 (UTC) |
User: | rse |
Branch: | |
Comment: |
Ops, lmtp2nntp's manual page should be in the Unix manual page section
8 (where system tools are located) instead of 1 (where user tools are
located). |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/lmtp2nntp/.cvsignore 1.12 -> 1.13
--- .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
|
|
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
|
|