Skip to content

Commit 59b8e08

Browse files
committed
installer: really include Git help files
D'oh. Signed-off-by: Johannes Schindelin <[email protected]>
1 parent e3cfa57 commit 59b8e08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

make-file-list.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ grep -v -e '\.[acho]$' -e '\.l[ao]$' -e '/aclocal/' \
4242
-e '^/mingw../share/doc/git-doc/.*\.txt$' \
4343
-e '^/mingw../lib/gettext/' -e '^/mingw../share/gettext/' \
4444
-e '^/usr/include/' -e '^/mingw../include/' \
45-
-e '^/usr/share/doc/' -e '^/mingw../share/doc/' \
45+
-e '^/usr/share/doc/' \
4646
-e '^/usr/share/info/' -e '^/mingw../share/info/' |
4747
sed 's/^\///'
4848

0 commit comments

Comments
 (0)