Moved man page to section 8

This commit is contained in:
Thomas Bernard 2012-08-24 19:49:41 +02:00
parent dfb5a303e1
commit d8d416f409
4 changed files with 9 additions and 6 deletions

View File

@ -1,4 +1,7 @@
$Id: Changelog.txt,v 1.296 2012/08/10 12:00:08 nanard Exp $
$Id: Changelog.txt,v 1.297 2012/08/24 17:48:15 nanard Exp $
2012/08/24:
Moved man page to section 8. miniupnpd.1 => miniupnpd.8
2012/08/10:
improved SubmitServicesToMiniSSDPD() function fiability

View File

@ -1,4 +1,4 @@
# $Id: Makefile,v 1.69 2012/05/31 09:32:39 nanard Exp $
# $Id: Makefile,v 1.70 2012/08/24 18:01:43 nanard Exp $
# MiniUPnP project
# http://miniupnp.free.fr/ or http://miniupnp.tuxfamily.org/
# Author: Thomas Bernard
@ -150,7 +150,7 @@ install: miniupnpd genuuid
$(INSTALL) -b miniupnpd.conf $(DESTDIR)$(INSTALLETCDIR)
# TODO : install man page correctly
# $(INSTALL) -d $(INSTALLMANDIR)
# $(INSTALL) miniupnpd.1 $(INSTALLMANDIR)/cat1/miniupnpd.0
# $(INSTALL) miniupnpd.8 $(INSTALLMANDIR)/cat8/miniupnpd.0
# genuuid is using the uuid cli tool available under OpenBSD 4.0 in
# the uuid-1.5.0 package

View File

@ -47,7 +47,7 @@ LIBS =
INSTALL_BINDIR = $(PREFIX)/sbin
INSTALL_ETCDIR = $(PREFIX)/etc/miniupnpd
INSTALL_MANDIR = $(PREFIX)/share/man/man1
INSTALL_MANDIR = $(PREFIX)/share/man/man8
all: $(EXECUTABLES)
@ -64,7 +64,7 @@ install: miniupnpd genuuid genlaunchd
$(INSTALL) -d $(INSTALL_ETCDIR)
$(INSTALL) -m 0644 -b miniupnpd.conf $(INSTALL_ETCDIR)
$(INSTALL) -d $(INSTALL_MANDIR)
$(INSTALL) miniupnpd.1 $(INSTALL_MANDIR)
$(INSTALL) miniupnpd.8 $(INSTALL_MANDIR)
$(INSTALL) -d $(PREFIX)/Library/LaunchDaemons
$(INSTALL) mac/org.tuxfamily.miniupnpd.plist $(PREFIX)/Library/LaunchDaemons
#$(INSTALL) ipfw/ipfw_init.sh $(INSTALL_ETCDIR)

View File

@ -1,4 +1,4 @@
.TH miniupnpd 1
.TH miniupnpd 8
.SH NAME
miniupnpd \- UPnP Internet Gateway Device Daemon
.SH SYNOPSIS