[2292] 2009-06-10 Felix Zielcke <[email protected]>

Felix Zielcke <[email protected]>
Newsgroups gmane.comp.boot-loaders.grub.cvs
Message-ID <[email protected]>
Revision: 2292
          http://svn.sv.gnu.org/viewvc/?view=rev&root=grub&revision=2292
Author:   fzielcke
Date:     2009-06-10 21:01:29 +0000 (Wed, 10 Jun 2009)
Log Message:
-----------
2009-06-10  Felix Zielcke  <[email protected]>

	* gendistlist.sh (EXTRA_DISTFILES): Add `genhandlerlist.sh' and
	`genparttoollist.sh'.
	(DISTDIRS): Add `efiemu', `mmap', `parttool' and `script'.
	Add `*.sh' to the list find searches for and change `mdate.sh'
	to `mdate-sh'.

Modified Paths:
--------------
    trunk/grub2/ChangeLog
    trunk/grub2/gendistlist.sh

Modified: trunk/grub2/ChangeLog
===================================================================
--- trunk/grub2/ChangeLog	2009-06-10 20:11:12 UTC (rev 2291)
+++ trunk/grub2/ChangeLog	2009-06-10 21:01:29 UTC (rev 2292)
@@ -1,3 +1,11 @@
+2009-06-10  Felix Zielcke  <[email protected]>
+
+	* gendistlist.sh (EXTRA_DISTFILES): Add `genhandlerlist.sh' and
+	`genparttoollist.sh'.
+	(DISTDIRS): Add `efiemu', `mmap', `parttool' and `script'.
+	Add `*.sh' to the list find searches for and change `mdate.sh'
+	to `mdate-sh'.
+
 2009-06-10  Pavel Roskin  <[email protected]>
 
 	* include/grub/multiboot2.h: Provide compatibility defines for

Modified: trunk/grub2/gendistlist.sh
===================================================================
--- trunk/grub2/gendistlist.sh	2009-06-10 20:11:12 UTC (rev 2291)
+++ trunk/grub2/gendistlist.sh	2009-06-10 21:01:29 UTC (rev 2292)
@@ -16,12 +16,13 @@
 EXTRA_DISTFILES="AUTHORS COPYING ChangeLog DISTLIST INSTALL NEWS README \
 	THANKS TODO Makefile.in aclocal.m4 autogen.sh config.guess \
 	config.h.in config.sub configure configure.ac gencmdlist.sh \
-	gendistlist.sh genfslist.sh geninit.sh geninitheader.sh genkernsyms.sh.in \
-	genmk.rb genmoddep.awk genmodsrc.sh genpartmaplist.sh gensymlist.sh.in
-	install-sh mkinstalldirs stamp-h.in"
+	gendistlist.sh genfslist.sh genhandlerlist.sh geninit.sh \
+	geninitheader.sh genkernsyms.sh.in genmk.rb genmoddep.awk \
+	genmodsrc.sh genpartmaplist.sh genparttoollist.sh \
+	gensymlist.sh.in install-sh mkinstalldirs stamp-h.in"
 
-DISTDIRS="boot bus commands conf disk docs font fs hello hook include io kern lib \
-	loader normal partmap term util video"
+DISTDIRS="boot bus commands conf disk docs efiemu font fs hello hook include io \
+	kern lib loader mmap normal partmap parttool script term util video"
 
 LC_COLLATE=C
 export LC_COLLATE
@@ -37,7 +38,7 @@
   for d in `find $dir -type d | sed '/\/\.svn$/d;\/\.svn\//d' | sort`; 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' \
-      | sort
+      -o -name 'grub.cfg' -o -name 'README' -o -name '*.sc' -o -name 'mdate-sh' \
+      -o -name '*.sh' | sort
   done
 done
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.