diff options
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 1dacb175..4f71a3a6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -21,7 +21,7 @@ ACLOCAL_AMFLAGS = ${ACLOCAL_FLAGS} -I m4 -SUBDIRS = docs lib man tools scripts benchmarks demos overlay +SUBDIRS = lib man tools scripts benchmarks demos overlay if BUILD_ASSEMBLER SUBDIRS += assembler @@ -35,6 +35,8 @@ if BUILD_TESTS SUBDIRS += tests endif +SUBDIRS += docs + MAINTAINERCLEANFILES = ChangeLog INSTALL .PHONY: ChangeLog INSTALL |