summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorwlemb <wlemb>2002-05-26 09:32:24 +0000
committerwlemb <wlemb>2002-05-26 09:32:24 +0000
commitb817ae26d886ee414595f86cc439594157e5b02b (patch)
treebed9aa523cd30482250844d9939b82926be5b2cc /configure.ac
parent7ac4c9363b34ad60a5d86ff911f498211dbe1a61 (diff)
downloadgroff-b817ae26d886ee414595f86cc439594157e5b02b.tar.gz
Including the doc subdir into groff's Makefile system.
* aclocal.m4 (GROFF_INSTALL_INFO): New function. * configure.ac: Use it. Generate `doc/Makefile'. * configure: Regenerated. * Makefile.in (infodir, INSTALL_INFO): New variables. (MDEFINES, uninstall_dirs): Updated. (OTHERDIRS): Add `doc'. * Makefile.comm (CLEANDIRADD): New variable. (mostlyclean): Use it. * doc/Makefile.sub, doc/Makefile.in: New files. * doc/Makefile: Removed. * NEWS, INSTALL: Updated. * doc/homepage.ms: Renamed to ... * doc/webpage.ms: This. Use `.NHR'. * contrib/mom/Makefile.sub (momdocdir): Removed. (HTMLDOCFILES): Prepend `momdoc/'. (EXTRAEXAMPLEFILES): Removed. Added entries to... (EXAMPLEFILES): This. (.SUFFIXES, .mom.ps): New. (prepare_make_examples): Updated. (examples/*.ps): Removed; .mom.ps will handle this. (install_data): Updated.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index b71a1792..33c5255c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -15,6 +15,7 @@ AC_PATH_PROG(PERLPATH, perl, /usr/bin/perl)
GROFF_PROG_YACC
AC_PROG_RANLIB
GROFF_INSTALL_SH
+GROFF_INSTALL_INFO
AC_PROG_INSTALL
AC_PROG_LN_S
dnl use a dummy substitution if no csh hack is necessary to avoid errors
@@ -67,7 +68,7 @@ GROFF_PAGE
GROFF_G
GROFF_TMAC
AC_CONFIG_FILES(stamp-h, [echo timestamp > stamp-h])
-AC_CONFIG_FILES([Makefile src/xditview/Imakefile])
+AC_CONFIG_FILES([Makefile doc/Makefile src/xditview/Imakefile])
AC_OUTPUT
dnl
AC_MSG_NOTICE([