Make it easier to build the code when the documentation tools don't work.

* libtextstyle/Makefile.am (SUBDIRS): Move 'doc' to the end.
This commit is contained in:
Bruno Haible 2019-10-04 17:26:08 +02:00
parent ee95b6d6ce
commit fcd6b41597

View 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 \