Skip to content

Commit f7d047a

Browse files
author
raveit65
committed
fix installation
partial revert of 67e21ea Install to /usr/share/help/mate-user-guide-content is really a bad idea.
1 parent 95b316d commit f7d047a

File tree

4 files changed

+6
-7
lines changed

4 files changed

+6
-7
lines changed

‎.tx/config‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ minimum_perc = 2
1010

1111
[MATE.master--mate-user-guide-content]
1212
file_filter = mate-user-guide/<lang>/<lang>.po
13-
source_file = mate-user-guide-content.pot
13+
source_file = mate-user-guide/mate-user-guide.pot
1414
source_lang = en
1515
type = PO
1616
minimum_perc = 2

‎makepot‎

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
#! /bin/sh
22

33
PACKAGE=mate-user-guide;
4-
PACKAGE_CONTENT=mate-user-guide-content;
54

65
# normal translations for the package
76
make -C po $PACKAGE.pot && mv po/$PACKAGE.pot .
87

98
# translations for the quide itself
10-
make -C $PACKAGE $PACKAGE_CONTENT.pot && mv $PACKAGE/$PACKAGE_CONTENT.pot .
9+
make -C $PACKAGE $PACKAGE.pot

‎mate-user-guide/Makefile.am‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
@YELP_HELP_RULES@
22

3-
HELP_ID = mate-user-guide-content
3+
HELP_ID = mate-user-guide
44
HELP_FILES = index.docbook \
55
legal.xml \
66
gosbasic.xml \
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
msgid ""
22
msgstr ""
3-
"Project-Id-Version: MATE Desktop Environment\n"
4-
"POT-Creation-Date: 2018-09-23 20:43+0200\n"
3+
"Project-Id-Version: PACKAGE VERSION\n"
4+
"POT-Creation-Date: 2018-09-24 22:54+0200\n"
55
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
66
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
77
"Language-Team: LANGUAGE <[email protected]>\n"
@@ -13036,7 +13036,7 @@ msgstr ""
1303613036
#. whatever you like once you have updated your copy of the file.
1303713037
#: C/gospanel.xml:1570
1303813038
msgctxt "_"
13039-
msgid "external ref='figures/menu_bar_applet.png' md5='dd0eee59732d5d03d0f90299ef9fa1bd'"
13039+
msgid "external ref='figures/menu_bar_applet.png' md5='8f4bca946498664c1cddd238a5a23498'"
1304013040
msgstr ""
1304113041

1304213042
#. (itstool) path: screenshot/mediaobject

0 commit comments

Comments
 (0)