From 64898c2efe2d360b25aa2c01e6bd9f077d3becd0 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Wed, 4 Apr 2012 19:05:13 +0200 Subject: [PATCH] docs: package and install the doc Add the documentation to the distribution, and install it. Signed-off-by: "Yann E. MORIN" --- Makefile.am | 2 +- configure.ac | 1 + docs/Makefile.am | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 docs/Makefile.am diff --git a/Makefile.am b/Makefile.am index e21bc18..6fc54dc 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,2 +1,2 @@ ACLOCAL_AMFLAGS = -I scripts/.autostuff/m4 -SUBDIRS = libs frontends +SUBDIRS = docs libs frontends diff --git a/configure.ac b/configure.ac index b6874ba..b342ff1 100644 --- a/configure.ac +++ b/configure.ac @@ -386,6 +386,7 @@ AC_SUBST( # 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 new file mode 100644 index 0000000..58e08b5 --- /dev/null +++ b/docs/Makefile.am @@ -0,0 +1 @@ +dist_doc_DATA = kconfig-language.txt kconfig.txt -- 2.39.5