summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2009-04-09 12:17:25 +0200
committerBruno Haible <bruno@clisp.org>2009-04-09 12:17:25 +0200
commit2f5ba37e26608fb39f701c2c674305798ef26125 (patch)
tree8cdf88aba13f34a86a09f3a9ee5f24d5eef1efd9 /Makefile.am
parent97e59cd448f5420f94050aa927ba0a3e0e010735 (diff)
downloadlibunistring-2f5ba37e26608fb39f701c2c674305798ef26125.tar.gz
Build and install the documentation.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index c4c9d13..f4b9de4 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -20,11 +20,11 @@ AUTOMAKE_OPTIONS = 1.5 gnu no-dependencies
ACLOCAL = build-aux/fixaclocal @ACLOCAL@
ACLOCAL_AMFLAGS = -I m4 -I gnulib-m4
-SUBDIRS = lib tests
+SUBDIRS = doc lib tests
EXTRA_DIST = \
version.sh BUGS DEPENDENCIES HACKING autogen.sh \
- build-aux/fixaclocal build-aux/run-test
+ build-aux/fixaclocal build-aux/texi2html build-aux/run-test
# Allow users to use "gnulib-tool --update".