2008-08-17 Felix Zielcke <fzielcke@z-51.de>

* gendistlist.sh: Add *.y, *.tex, *.texi, grub.cfg, README, *.sc,
        mdate-sh to the list `find' searches for.
        * DISTLIST: Regenerated.
This commit is contained in:
fzielcke 2008-08-17 09:12:59 +00:00
parent 48cdbfd409
commit 605f5bb64b
3 changed files with 30 additions and 16 deletions

View file

@ -32,8 +32,9 @@ cd $dir
for dir in $DISTDIRS; do
for d in `find $dir -type d | sort`; do
find $d -maxdepth 1 -name '*.[chS]' -o -name '*.mk' -o -name '*.rmk' \
-o -name '*.rb' -o -name '*.in' \
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' \
| sort
done
done