Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix installation
partial revert of 67e21ea

Install to /usr/share/help/mate-user-guide-content
is really a bad idea.
  • Loading branch information
raveit65 committed Sep 24, 2018
1 parent 95b316d commit f7d047a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .tx/config
Expand Up @@ -10,7 +10,7 @@ minimum_perc = 2

[MATE.master--mate-user-guide-content]
file_filter = mate-user-guide/<lang>/<lang>.po
source_file = mate-user-guide-content.pot
source_file = mate-user-guide/mate-user-guide.pot
source_lang = en
type = PO
minimum_perc = 2
Expand Down
3 changes: 1 addition & 2 deletions 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
2 changes: 1 addition & 1 deletion mate-user-guide/Makefile.am
@@ -1,6 +1,6 @@
@YELP_HELP_RULES@

HELP_ID = mate-user-guide-content
HELP_ID = mate-user-guide
HELP_FILES = index.docbook \
legal.xml \
gosbasic.xml \
Expand Down
@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: MATE Desktop Environment\n"
"POT-Creation-Date: 2018-09-23 20:43+0200\n"
"Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2018-09-24 22:54+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
Expand Down Expand Up @@ -13036,7 +13036,7 @@ msgstr ""
#. whatever you like once you have updated your copy of the file.
#: C/gospanel.xml:1570
msgctxt "_"
msgid "external ref='figures/menu_bar_applet.png' md5='dd0eee59732d5d03d0f90299ef9fa1bd'"
msgid "external ref='figures/menu_bar_applet.png' md5='8f4bca946498664c1cddd238a5a23498'"
msgstr ""

#. (itstool) path: screenshot/mediaobject
Expand Down

0 comments on commit f7d047a

Please sign in to comment.