From fcd6b41597efa653dbe04ef8a9b93ff05060c732 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Fri, 4 Oct 2019 17:26:08 +0200 Subject: [PATCH] Make it easier to build the code when the documentation tools don't work. * libtextstyle/Makefile.am (SUBDIRS): Move 'doc' to the end. --- libtextstyle/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \ -- 2.47.2