summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVille Skyttä <ville.skytta@iki.fi>2011-11-07 00:07:00 +0200
committerVille Skyttä <ville.skytta@iki.fi>2011-11-07 00:07:00 +0200
commit4e0c3ea6833e399bf8e4a635a37423c1833ff4ba (patch)
tree54ba94094f65b048eace885fe1fdea774c930dad
parent88b897e2241a728ca9d37fdcfa005930f8c59870 (diff)
downloadbash-completion-4e0c3ea6833e399bf8e4a635a37423c1833ff4ba.tar.gz
Include doc/ in dist tarball.
-rw-r--r--Makefile.am2
-rw-r--r--configure.ac2
-rw-r--r--doc/Makefile.am8
3 files changed, 10 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 2b7deaa2..dbbba0c2 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,4 +1,4 @@
-SUBDIRS = completions helpers test
+SUBDIRS = completions doc helpers test
pkgdata_DATA = bash_completion
diff --git a/configure.ac b/configure.ac
index 7d77e582..34b0fddf 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,5 +3,5 @@ AC_INIT([bash-completion], [1.90])
AM_INIT_AUTOMAKE([foreign dist-bzip2 no-dist-gzip -Wall -Werror])
AC_PROG_LN_S
AC_SUBST(compatdir, $sysconfdir/bash_completion.d)
-AC_CONFIG_FILES([Makefile completions/Makefile helpers/Makefile test/Makefile bash-completion.pc])
+AC_CONFIG_FILES([Makefile completions/Makefile doc/Makefile helpers/Makefile test/Makefile bash-completion.pc])
AC_OUTPUT
diff --git a/doc/Makefile.am b/doc/Makefile.am
new file mode 100644
index 00000000..6930b9cb
--- /dev/null
+++ b/doc/Makefile.am
@@ -0,0 +1,8 @@
+EXTRA_DIST = \
+ bash_completion.txt \
+ bashrc \
+ inputrc \
+ main.txt \
+ makeHtml.sh \
+ styleguide.txt \
+ testing.txt