Skip to content

Commit 26a3f68

Browse files
author
Moser Peter
committed
Fixing linuxmint#22: Moving po/makepot and po/xreader.pot to the root directory
Fixes linuxmint#22 makepot: Enters directory po/ now, calls intltool-extract and moves xreader.pot back into the root directory.
1 parent e4f77e5 commit 26a3f68

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

po/makepot makepot

+4-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
1-
INTLTOOL_EXTRACT="/usr/bin/intltool-extract" XGETTEXT="/usr/bin/xgettext" srcdir=. /usr/bin/intltool-update --gettext-package xreader --pot
1+
cd po
2+
INTLTOOL_EXTRACT="/usr/bin/intltool-extract" XGETTEXT="/usr/bin/xgettext" srcdir=. /usr/bin/intltool-update --gettext-package xreader --pot
3+
mv xreader.pot ..
4+

po/xreader.pot xreader.pot

File renamed without changes.

0 commit comments

Comments
 (0)