diff options
author | sabetts <sabetts> | 2001-02-26 01:47:38 +0000 |
---|---|---|
committer | sabetts <sabetts> | 2001-02-26 01:47:38 +0000 |
commit | bbe389ca02b1e48ba082150c57c5ceee9ce6b0e1 (patch) | |
tree | d61ca29ea99a213d5987e5bf9873e77ca9f4e998 /configure.in | |
parent | ca8d87a00c097cf1fa5a1c9c12333831f34e32ab (diff) | |
download | ratpoison-bbe389ca02b1e48ba082150c57c5ceee9ce6b0e1.zip |
* configure.in (AC_OUTPUT): added man/Makefile
* Makefile.am (SUBDIRS): added man dir
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in index be75cf0..7e43134 100644 --- a/configure.in +++ b/configure.in @@ -17,7 +17,7 @@ dnl You should have received a copy of the GNU General Public License dnl along with this program; if not, write to the Free Software dnl Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA dnl -dnl $Id: configure.in,v 1.13 2001/02/22 04:14:15 rcyeske Exp $ +dnl $Id: configure.in,v 1.14 2001/02/26 01:47:38 sabetts Exp $ AC_INIT(src/main.c) AM_INIT_AUTOMAKE(ratpoison, 0.0.6-cvs) @@ -87,4 +87,4 @@ dnl Checks for typedefs, structures, and compiler characteristics. dnl Checks for library functions. AC_TYPE_SIGNAL -AC_OUTPUT(Makefile doc/Makefile src/Makefile) +AC_OUTPUT(Makefile doc/Makefile src/Makefile man/Makefile) |