]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Make it easier to build the code when the documentation tools don't work.
authorBruno Haible <bruno@clisp.org>
Fri, 4 Oct 2019 15:26:08 +0000 (17:26 +0200)
committerBruno Haible <bruno@clisp.org>
Mon, 13 Apr 2020 11:22:49 +0000 (13:22 +0200)
* libtextstyle/Makefile.am (SUBDIRS): Move 'doc' to the end.

libtextstyle/Makefile.am

index fc90e550acaf160ca136dcf52ed34999c902b302..0f4576cf1bc56d36caee6a25e4c6b974e33fd83b 100644 (file)
@@ -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 \