From: Bruno Haible Date: Fri, 4 Oct 2019 15:26:08 +0000 (+0200) Subject: Make it easier to build the code when the documentation tools don't work. X-Git-Tag: v0.20.2~30 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fcd6b41597efa653dbe04ef8a9b93ff05060c732;p=thirdparty%2Fgettext.git Make it easier to build the code when the documentation tools don't work. * libtextstyle/Makefile.am (SUBDIRS): Move 'doc' to the end. --- diff --git a/libtextstyle/Makefile.am b/libtextstyle/Makefile.am index fc90e550a..0f4576cf1 100644 --- a/libtextstyle/Makefile.am +++ b/libtextstyle/Makefile.am @@ -20,7 +20,7 @@ AUTOMAKE_OPTIONS = 1.13 gnu no-dependencies ACLOCAL_AMFLAGS = -I m4 -I gnulib-m4 # The list of subdirectories containing Makefiles. -SUBDIRS = doc lib tests adhoc-tests +SUBDIRS = lib tests adhoc-tests doc EXTRA_DIST = \ version.sh \