Skip to content

Commit

Permalink
properly symlink firstboot.xml file
Browse files Browse the repository at this point in the history
(for collecting translatable strings by "make pot")
  • Loading branch information
lslezak committed Sep 13, 2013
1 parent ae77b53 commit 0cba7f6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configure.in.in
Original file line number Diff line number Diff line change
Expand Up @@ -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@
6 changes: 6 additions & 0 deletions package/yast2-firstboot.changes
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 0cba7f6

Please sign in to comment.