diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index b55051d..b363f58 100644 --- a/configure.ac +++ b/configure.ac @@ -516,7 +516,7 @@ AM_CONDITIONAL([LANGUAGES_SOME], [test "x$enable_languages" != xno]) # Substitution # AC_CONFIG_FILES([Makefile]) -AC_CONFIG_FILES([po/Makefile.in m4/Makefile]) +AC_CONFIG_FILES([doc/Makefile po/Makefile.in m4/Makefile]) AC_CONFIG_FILES([src/Makefile tests/Makefile]) AC_CONFIG_FILES([lang/Makefile lang/cl/Makefile lang/cl/gpg-error.asd]) AC_CONFIG_FILES([src/versioninfo.rc]) |