2008-09-21 Felix Zielcke <fzielcke@z-51.de>

* autogen.sh: Add a call to `gendistlist.sh'.
This commit is contained in:
fzielcke 2008-09-21 16:39:28 +00:00
parent 9035dce47f
commit 5dc434106e
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2008-09-21 Felix Zielcke <fzielcke@z-51.de>
* autogen.sh: Add a call to `gendistlist.sh'.
2008-09-19 Christian Franke <franke@computer.org>
* aclocal.m4 (grub_CHECK_ENABLE_EXECUTE_STACK): New function.

View File

@ -8,5 +8,6 @@ echo timestamp > stamp-h.in
for rmk in conf/*.rmk; do
ruby genmk.rb < $rmk > `echo $rmk | sed 's/\.rmk$/.mk/'`
done
./gendistlist.sh > DISTLIST
exit 0