summaryrefslogtreecommitdiff
path: root/makepot
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2018-09-25 00:06:44 +0200
committerraveit65 <[email protected]>2018-09-25 00:06:44 +0200
commit35012e90d21645db80c4dd6d5eef486635cd6ced (patch)
tree7c127326a66b5a071c5f276946d11df21f1a8a38 /makepot
parent8e749aa82804b0a5264e674ad68166c9b7bc523a (diff)
downloadmate-user-guide-35012e90d21645db80c4dd6d5eef486635cd6ced.tar.bz2
mate-user-guide-35012e90d21645db80c4dd6d5eef486635cd6ced.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