From: Yann E. MORIN" Date: Wed, 4 Apr 2012 17:05:13 +0000 (+0200) Subject: docs: package and install the doc X-Git-Tag: v3.4.0-0~22 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=64898c2efe2d360b25aa2c01e6bd9f077d3becd0;p=kconfig-frontends docs: package and install the doc Add the documentation to the distribution, and install it. Signed-off-by: "Yann E. MORIN" --- 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