Skip to content

Commit

Permalink
fix installation
Browse files Browse the repository at this point in the history
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 8e749aa commit 35012e9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 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

0 comments on commit 35012e9

Please sign in to comment.