Include doc/ in dist tarball.

master
Ville Skyttä 2011-11-07 00:07:00 +02:00
parent 88b897e224
commit 4e0c3ea683
3 changed files with 10 additions and 2 deletions

View File

@ -1,4 +1,4 @@
SUBDIRS = completions helpers test
SUBDIRS = completions doc helpers test
pkgdata_DATA = bash_completion

View File

@ -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

8
doc/Makefile.am Normal file
View File

@ -0,0 +1,8 @@
EXTRA_DIST = \
bash_completion.txt \
bashrc \
inputrc \
main.txt \
makeHtml.sh \
styleguide.txt \
testing.txt