summaryrefslogtreecommitdiff
path: root/makepot
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2018-09-24 23:27:39 +0200
committerraveit65 <[email protected]>2018-09-24 23:29:54 +0200
commitf7d047aa8f433977cd10a5d16ca1c228008a20e3 (patch)
treea1c7964de96ef7189f3f423b36d8c8bba1a1471d /makepot
parent95b316d18daff13eeb442c41d21d8a2fde4bc300 (diff)
downloadmate-user-guide-f7d047aa8f433977cd10a5d16ca1c228008a20e3.tar.bz2
mate-user-guide-f7d047aa8f433977cd10a5d16ca1c228008a20e3.tar.xz
fix installation
partial revert of 67e21ea Install to /usr/share/help/mate-user-guide-content is really a bad idea.
Diffstat (limited to 'makepot')
-rwxr-xr-xmakepot3
1 files changed, 1 insertions, 2 deletions
diff --git a/makepot b/makepot
index 63248d3..e3d58b8 100755
--- a/makepot
+++ b/makepot
@@ -1,10 +1,9 @@
#! /bin/sh
PACKAGE=mate-user-guide;
-PACKAGE_CONTENT=mate-user-guide-content;
# normal translations for the package
make -C po $PACKAGE.pot && mv po/$PACKAGE.pot .
# translations for the quide itself
-make -C $PACKAGE $PACKAGE_CONTENT.pot && mv $PACKAGE/$PACKAGE_CONTENT.pot .
+make -C $PACKAGE $PACKAGE.pot