2009-09-05 Felix Zielcke <fzielcke@z-51.de>

* gendistlist.sh: Add `grub-dumpdevtree' and `*.lua' to the list
	find searches for.
This commit is contained in:
fzielcke 2009-09-05 19:26:11 +00:00
parent 975146895c
commit 3a613259b5
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2009-09-05 Felix Zielcke <fzielcke@z-51.de>
* gendistlist.sh: Add `grub-dumpdevtree' and `*.lua' to the list
find searches for.
2009-09-04 Vladimir Serbinenko <phcoder@gmail.com>
* loader/i386/xnu.c (grub_cpu_xnu_fill_devicetree): Remove

View file

@ -39,6 +39,6 @@ for dir in $DISTDIRS; do
find $d -maxdepth 1 -name '*.[chSy]' -o -name '*.mk' -o -name '*.rmk' \
-o -name '*.rb' -o -name '*.in' -o -name '*.tex' -o -name '*.texi' \
-o -name 'grub.cfg' -o -name 'README' -o -name '*.sc' -o -name 'mdate-sh' \
-o -name '*.sh' | sort
-o -name '*.sh' -o -name 'grub-dumpdevtree' -o -name '*.lua' | sort
done
done