Skip to content

Commit e3cfa57

Browse files
committed
installer: include HTML pages again
It has been (kind of) pointed out in a Pull Request that the exclusions when generating a list of files to include into the installer went too far, excluding even the Git help pages. This was of course unintended. To fix this, and to avoid further confusion let's be more explicit about *what* share/doc/ subdirectories are to be excluded. Signed-off-by: Johannes Schindelin <[email protected]>
1 parent 288c5a7 commit e3cfa57

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

make-file-list.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,9 @@ grep -v -e '\.[acho]$' -e '\.l[ao]$' -e '/aclocal/' \
3636
-e '^/usr/lib/python' -e '^/usr/lib/ruby' \
3737
-e '^/usr/share/awk' -e '^/usr/share/subversion' \
3838
-e '^/usr/bin/svn' \
39-
-e '^/mingw../share/doc/[glp]' \
39+
-e '^/mingw../share/doc/gettext/' \
40+
-e '^/mingw../share/doc/lib' \
41+
-e '^/mingw../share/doc/pcre/' \
4042
-e '^/mingw../share/doc/git-doc/.*\.txt$' \
4143
-e '^/mingw../lib/gettext/' -e '^/mingw../share/gettext/' \
4244
-e '^/usr/include/' -e '^/mingw../include/' \

0 commit comments

Comments
 (0)