From: Yann E. MORIN Date: Tue, 23 Aug 2016 17:25:11 +0000 (+0200) Subject: buildsystem: don't use recursive make for docs X-Git-Tag: v4.8.0.0~4 X-Git-Url: https://git.sur5r.net/?p=kconfig-frontends;a=commitdiff_plain;h=326dfe87c385f79b83dfc337843680c3eeb5e894 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" --- 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