- nun wird groff oder nroff verwendet. Pfade angepasst.

This commit is contained in:
Alexander Barton 2002-03-31 20:55:07 +00:00
parent 69b05aca38
commit 2ebc35e18b
2 changed files with 6 additions and 4 deletions

View File

@ -9,7 +9,7 @@
# Naehere Informationen entnehmen Sie bitter der Datei COPYING. Eine Liste
# der an ngIRCd beteiligten Autoren finden Sie in der Datei AUTHORS.
#
# $Id: configure.in,v 1.41 2002/03/31 20:23:06 alex Exp $
# $Id: configure.in,v 1.42 2002/03/31 20:55:07 alex Exp $
#
# -- Initialisierung --
@ -45,6 +45,8 @@ AC_PROG_LN_S
AC_PROG_MAKE_SET
AC_PROG_RANLIB
AC_CHECK_PROGS([NROFF], [groff nroff])
# -- Header --
AC_HEADER_STDC

View File

@ -9,7 +9,7 @@
# 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.1 2002/03/31 20:23:06 alex Exp $
# $Id: Makefile.am,v 1.2 2002/03/31 20:55:07 alex Exp $
#
man_MANS = ngircd.conf.5 ngircd.8
@ -17,10 +17,10 @@ man_MANS = ngircd.conf.5 ngircd.8
EXTRA_DIST = ngircd.conf.5.nroff ngircd.8.nroff
ngircd.conf.5: ngircd.conf.5.nroff
nroff -man -Tascii ngircd.conf.5.nroff > ngircd.conf.5
$(NROFF) -man -Tascii $(srcdir)/ngircd.conf.5.nroff > $(srcdir)/ngircd.conf.5
ngircd.8: ngircd.8.nroff
nroff -man -Tascii ngircd.8.nroff > ngircd.8
$(NROFF) -man -Tascii $(srcdir)/ngircd.8.nroff > $(srcdir)/ngircd.8
clean-local:
rm -f *.[0-9]