From: Bruno Haible Date: Sun, 28 Oct 2018 13:38:27 +0000 (+0100) Subject: Make it easier to build the code when the documentation tools don't work. X-Git-Tag: v0.20~279 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=01f194c3ca980f7fd7662f7db14a399b3c87c53f;p=thirdparty%2Fgettext.git Make it easier to build the code when the documentation tools don't work. * gettext-tools/Makefile.am (SUBDIRS): Move 'doc' to the end. Move 'its' to the middle. --- diff --git a/gettext-tools/Makefile.am b/gettext-tools/Makefile.am index 4f3e73f68..ab809add5 100644 --- a/gettext-tools/Makefile.am +++ b/gettext-tools/Makefile.am @@ -19,7 +19,7 @@ AUTOMAKE_OPTIONS = 1.5 gnu no-dependencies ACLOCAL_AMFLAGS = -I m4 -I ../gettext-runtime/m4 -I ../m4 -I gnulib-m4 -I libgrep/gnulib-m4 -I libgettextpo/gnulib-m4 -SUBDIRS = doc intl gnulib-lib libgrep src libgettextpo po projects styles misc man m4 tests system-tests gnulib-tests examples its +SUBDIRS = intl gnulib-lib libgrep src libgettextpo po its projects styles misc man m4 tests system-tests gnulib-tests examples doc EXTRA_DIST = misc/DISCLAIM MOSTLYCLEANFILES = core *.stackdump