Include doc/ in dist tarball.
This commit is contained in:
parent
88b897e224
commit
4e0c3ea683
@ -1,4 +1,4 @@
|
||||
SUBDIRS = completions helpers test
|
||||
SUBDIRS = completions doc helpers test
|
||||
|
||||
pkgdata_DATA = bash_completion
|
||||
|
||||
|
@ -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
8
doc/Makefile.am
Normal file
@ -0,0 +1,8 @@
|
||||
EXTRA_DIST = \
|
||||
bash_completion.txt \
|
||||
bashrc \
|
||||
inputrc \
|
||||
main.txt \
|
||||
makeHtml.sh \
|
||||
styleguide.txt \
|
||||
testing.txt
|
Loading…
x
Reference in New Issue
Block a user