diff options
author | raveit65 <[email protected]> | 2018-09-24 23:27:39 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-09-24 23:29:54 +0200 |
commit | f7d047aa8f433977cd10a5d16ca1c228008a20e3 (patch) | |
tree | a1c7964de96ef7189f3f423b36d8c8bba1a1471d /makepot | |
parent | 95b316d18daff13eeb442c41d21d8a2fde4bc300 (diff) | |
download | mate-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-x | makepot | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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 |