diff rogue4/configure.ac @ 223:0e99eade579c

Generate text documentation from the troff source files. This is done by make, in the 'docs' target, which is now part of the normal build process. Unfortunately, not all the games include troff sources. Getting decent HTML output from groff is still a difficult process which will not be attempted at this time. There are a few bugs in the 'install' and 'uninstall' rules. Not to mention that the documentation is sometimes inaccurate.
author John "Elwin" Edwards
date Sun, 21 Feb 2016 20:47:12 -0500
parents 5238b835d661
children c222f9d56776
line wrap: on
line diff
--- a/rogue4/configure.ac	Fri Feb 12 15:12:37 2016 -0500
+++ b/rogue4/configure.ac	Sun Feb 21 20:47:12 2016 -0500
@@ -5,7 +5,6 @@
 AC_INIT([Rogue],[5.2.2], [yendor@rogueforge.net])
 AC_CONFIG_SRCDIR([armor.c])
 AC_CONFIG_HEADERS([config.h])
-# May not be needed for the documentation
 AC_CONFIG_FILES([Makefile rogue.6 rogue.me])
 
 # Checks for programs.
@@ -36,7 +35,6 @@
 AC_CHECK_PROG([GROFF], [groff], [groff],)
 AC_CHECK_PROG([COLCRT], [colcrt], [colcrt],)
 AC_CHECK_PROG([TBL], [tbl], [tbl],)
-AC_CHECK_PROG([SED], [sed], [sed],)
 
 AC_ARG_WITH(program-name, AC_HELP_STRING([--with-program-name=NAME],[alternate executable name]),[progname="$withval" ], [progname="rogue4"] )
 PROGRAM=$progname