From 326dfe87c385f79b83dfc337843680c3eeb5e894 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN" Date: Tue, 23 Aug 2016 19:25:11 +0200 Subject: [PATCH] buildsystem: don't use recursive make for docs Third step at getting rid of recursive make: docs. Pretty easy as well. Signed-off-by: "Yann E. MORIN" --- Makefile.am | 8 +++++++- configure.ac | 1 - docs/Makefile.am | 1 - 3 files changed, 7 insertions(+), 3 deletions(-) delete mode 100644 docs/Makefile.am diff --git a/Makefile.am b/Makefile.am index 8b0f57a..cdb3f00 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,9 +1,15 @@ ACLOCAL_AMFLAGS = -I scripts/.autostuff/m4 MAKEFLAGS = $(SILENT_MAKEFLAGS) -SUBDIRS = docs libs frontends +SUBDIRS = libs frontends EXTRA_DIST = .version +#=============================================================================== +# Docs +dist_doc_DATA = \ + docs/kconfig-language.txt \ + docs/kconfig.txt + #=============================================================================== # Utilities if COND_utils diff --git a/configure.ac b/configure.ac index 43fa06f..bcd5ed2 100644 --- a/configure.ac +++ b/configure.ac @@ -500,7 +500,6 @@ AS_IF( # Finalise AC_CONFIG_FILES([ Makefile - docs/Makefile libs/Makefile libs/images/Makefile libs/lxdialog/Makefile diff --git a/docs/Makefile.am b/docs/Makefile.am deleted file mode 100644 index 58e08b5..0000000 --- a/docs/Makefile.am +++ /dev/null @@ -1 +0,0 @@ -dist_doc_DATA = kconfig-language.txt kconfig.txt -- 2.39.5