diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-10-12 23:37:34 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-10-29 21:58:42 +0900 |
| commit | 9a047e99f2223a4fb7400b949b81fd061e56aa8d (patch) | |
| tree | a89042cb708919e928033bb59c8e051d11662df2 /configure.in | |
| parent | 0681055b683f1057dfbdab002673f2956d17ece5 (diff) | |
| download | krecipes-9a047e99.tar.gz krecipes-9a047e99.zip | |
Adjust structure of 'doc' folder to prepare for cmake conversion
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 197e116ee0a3284de3fdf1494504b2f1acb1ff47)
Diffstat (limited to 'configure.in')
| -rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 66860d0..3664419 100644 --- a/configure.in +++ b/configure.in @@ -181,9 +181,9 @@ AM_CONDITIONAL(po_SUBDIR_included, test "x$po_SUBDIR_included" = xyes) AC_CONFIG_FILES([ Makefile ]) AC_CONFIG_FILES([ doc/Makefile ]) AC_CONFIG_FILES([ doc/da/Makefile ]) +AC_CONFIG_FILES([ doc/en/Makefile ]) AC_CONFIG_FILES([ doc/es/Makefile ]) AC_CONFIG_FILES([ doc/et/Makefile ]) -AC_CONFIG_FILES([ doc/krecipes/Makefile ]) AC_CONFIG_FILES([ doc/pt/Makefile ]) AC_CONFIG_FILES([ doc/sv/Makefile ]) AC_CONFIG_FILES([ krecipes/Makefile ]) |
