]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
2009-11-18 Robert Millan <rmh.grub@aybabtu.com>
authorRobert Millan <rmh@aybabtu.com>
Wed, 18 Nov 2009 21:03:09 +0000 (21:03 +0000)
committerRobert Millan <rmh@aybabtu.com>
Wed, 18 Nov 2009 21:03:09 +0000 (21:03 +0000)
        * po/POTFILES-shell: New file.  List `util/grub.d/10_kfreebsd.in'
        and `util/grub.d/10_linux.in'.
        * Makefile.in (po/$(PACKAGE).pot): Process `po/POTFILES-shell' for
        translatable Shell files.

ChangeLog
Makefile.in
po/POTFILES-shell [new file with mode: 0644]

index 7e82eee9d4727d81113763a2b2aeee59b94444e2..84779479aba639456307223f383f80181b3e02a5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2009-11-18  Robert Millan  <rmh.grub@aybabtu.com>
+
+       * po/POTFILES-shell: New file.  List `util/grub.d/10_kfreebsd.in'
+       and `util/grub.d/10_linux.in'.
+       * Makefile.in (po/$(PACKAGE).pot): Process `po/POTFILES-shell' for
+       translatable Shell files.
+
 2009-11-18  Robert Millan  <rmh.grub@aybabtu.com>
 
        * Makefile.in ($(srcdir)/aclocal.m4): New target.
index d96354e491a4f2a151c6778b0cd49d2a3d16bb61..d08aa203a677540d030153f0c67c16c32a2fd37e 100644 (file)
@@ -472,8 +472,9 @@ gensymlist.sh: gensymlist.sh.in config.status
 genkernsyms.sh: genkernsyms.sh.in config.status
        $(SHELL) ./config.status
 
-po/$(PACKAGE).pot: po/POTFILES
-       $(XGETTEXT) --from-code=utf-8 --keyword=_ -f $< -o $@
+po/$(PACKAGE).pot: po/POTFILES po/POTFILES-shell
+       $(XGETTEXT) --from-code=utf-8 -o $@ -f $< --keyword=_
+       $(XGETTEXT) --from-code=utf-8 -o $@ -f po/POTFILES-shell -j --language=Shell
 
 po/*.po: po/$(PACKAGE).pot
        $(MSGMERGE) -U $@ po/$(PACKAGE).pot
diff --git a/po/POTFILES-shell b/po/POTFILES-shell
new file mode 100644 (file)
index 0000000..cb28d33
--- /dev/null
@@ -0,0 +1,4 @@
+# List of files which contain translatable strings.  Only files written in
+# Shell language are included here.
+util/grub.d/10_kfreebsd.in
+util/grub.d/10_linux.in