diff --git a/configure.in.in b/configure.in.in index 07350bd..a4b0794 100644 --- a/configure.in.in +++ b/configure.in.in @@ -11,9 +11,9 @@ AX_CHECK_DOCBOOK ## Nasty hack: xgettext doesn't work for XML files, so let's symlink it -( cd src/control; ln -sf firstboot.xml firstboot.glade ) +( cd control; ln -sf firstboot.xml firstboot.glade ) -find src/control -name \*.glade | LC_ALL=C sort > POTFILES +find control -name \*.glade | LC_ALL=C sort > POTFILES ## and generate the output... @YAST2-OUTPUT@ diff --git a/package/yast2-firstboot.changes b/package/yast2-firstboot.changes index 0b9f362..f9fb9c2 100644 --- a/package/yast2-firstboot.changes +++ b/package/yast2-firstboot.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Sep 13 11:57:58 UTC 2013 - lslezak@suse.cz + +- properly symlink firstboot.xml file (for collecting translatable + strings by "make pot") + ------------------------------------------------------------------- Wed Jul 31 08:29:10 UTC 2013 - yast-devel@opensuse.org