* 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>
+
+ * 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.
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
--- /dev/null
+# 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