diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index c00be99..f46c3d6 100644 --- a/configure.ac +++ b/configure.ac @@ -49,4 +49,7 @@ AM_CONDITIONAL(NEED_SETENV, [test x$have_setenv = xno]) PKG_CHECK_MODULES(FONTTOSFNT, xproto freetype2 fontenc) -AC_OUTPUT([Makefile]) +AC_CONFIG_FILES([ + Makefile + man/Makefile]) +AC_OUTPUT |