- nun wird groff oder nroff verwendet. Pfade angepasst.
This commit is contained in:
parent
69b05aca38
commit
2ebc35e18b
|
@ -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
|
||||
|
|
|
@ -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]
|
||||
|
|
Loading…
Reference in New Issue