summary refs log tree commit diff
diff options
context:
space:
mode:
authorAlexander Barton <alex@barton.de>2006-12-25 16:13:26 +0000
committerAlexander Barton <alex@barton.de>2006-12-25 16:13:26 +0000
commitf6ce2d557a6f52ed71e458b1a375747d90ffca70 (patch)
tree842c6d2f21b405685512401acd1d26f792e5df7d
parent4243cae985578f0c5c961f9a6aca79d235e07467 (diff)
downloadngircd-f6ce2d557a6f52ed71e458b1a375747d90ffca70.tar.gz
ngircd-f6ce2d557a6f52ed71e458b1a375747d90ffca70.zip
Customize manual pages to reflect the actual installation location of files.
-rw-r--r--man/Makefile.am17
-rw-r--r--man/ngircd.8.tmpl (renamed from man/ngircd.8)6
-rw-r--r--man/ngircd.conf.5.tmpl (renamed from man/ngircd.conf.5)4
3 files changed, 20 insertions, 7 deletions
diff --git a/man/Makefile.am b/man/Makefile.am
index 0ec0e27f..ebe9fcef 100644
--- a/man/Makefile.am
+++ b/man/Makefile.am
@@ -9,12 +9,25 @@
 # Naehere Informationen entnehmen Sie bitter der Datei COPYING. Eine Liste
 # der an ngIRCd beteiligten Autoren finden Sie in der Datei AUTHORS.
 #
-# $Id: Makefile.am,v 1.5 2002/04/04 13:02:41 alex Exp $
+# $Id: Makefile.am,v 1.6 2006/12/25 16:13:26 alex Exp $
 #
 
+TEMPLATE_MANS = ngircd.conf.5.tmpl ngircd.8.tmpl
+
+SUFFIXES = .tmpl .
+
+.tmpl:
+	sed \
+	    -e s@:SBINDIR:@${sbindir}@ \
+	    -e s@:BINDIR:@${bindir}@ \
+	    -e s@:ETCDIR:@${sysconfdir}@ \
+	    <$< >$@
+
 man_MANS = ngircd.conf.5 ngircd.8
 
-EXTRA_DIST = $(man_MANS)
+CLEANFILES = $(man_MANS)
+
+EXTRA_DIST = $(TEMPLATE_MANS)
 
 maintainer-clean-local:
 	rm -f Makefile Makefile.in
diff --git a/man/ngircd.8 b/man/ngircd.8.tmpl
index 18b5f16f..f874aa0b 100644
--- a/man/ngircd.8
+++ b/man/ngircd.8.tmpl
@@ -1,5 +1,5 @@
 .\"
-.\" $Id: ngircd.8,v 1.11 2005/08/12 13:20:54 alex Exp $
+.\" $Id: ngircd.8.tmpl,v 1.1 2006/12/25 16:13:26 alex Exp $
 .\"
 .TH ngircd 8 "August 2005" ngircd "ngIRCd Manual"
 .SH NAME
@@ -55,11 +55,11 @@ Output version information and exit.
 \fB\-\-help\fR
 Display a brief help text and exit.
 .SH FILES
-.I /usr/local/etc/ngircd.conf
+.I :ETCDIR:/ngircd.conf
 .RS
 The system wide default configuration file.
 .RE
-.I /usr/local/etc/ngircd.motd
+.I :ETCDIR:/ngircd.motd
 .RS
 Default "message of the day" (MOTD).
 .RE
diff --git a/man/ngircd.conf.5 b/man/ngircd.conf.5.tmpl
index 84514e14..af32c411 100644
--- a/man/ngircd.conf.5
+++ b/man/ngircd.conf.5.tmpl
@@ -1,11 +1,11 @@
 .\"
-.\" $Id: ngircd.conf.5,v 1.21 2006/12/11 22:07:09 fw Exp $
+.\" $Id: ngircd.conf.5.tmpl,v 1.1 2006/12/25 16:13:26 alex Exp $
 .\"
 .TH ngircd.conf 5 "August 2005" ngircd "ngIRCd Manual"
 .SH NAME
 ngircd.conf \- configuration file of ngIRCd
 .SH SYNOPSIS
-.B /usr/local/etc/ngircd.conf
+.B :ETCDIR:/ngircd.conf
 .SH DESCRIPTION
 .BR ngircd.conf
 is the configuration file of the