[Bash-completion-commits] [SCM] bash-completion branch, master, updated. 1.3-518-g4e0c3ea
Ville Skyttä
ville.skytta at iki.fi
Sun Nov 6 22:07:18 UTC 2011
The following commit has been merged in the master branch:
commit 4e0c3ea6833e399bf8e4a635a37423c1833ff4ba
Author: Ville Skyttä <ville.skytta at iki.fi>
Date: Mon Nov 7 00:07:00 2011 +0200
Include doc/ in dist tarball.
diff --git a/Makefile.am b/Makefile.am
index 2b7deaa..dbbba0c 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 7d77e58..34b0fdd 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 0000000..6930b9c
--- /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
--
bash-completion
More information about the Bash-completion-commits
mailing list