mc/doc/hints/Makefile.am
Slava Zanko 389b55ae6f Add the hint-files synchronization with Transifex.
For upload English hint-file to transifex, type:
cd doc/hints/po && make to-transifex

For download translation from Transifex type:
cd doc/hints/po && make from-transifex && \
    git add ../l10n/mc.hints.* && \
    git commit -s -m 'Update hints files from Transifex'

WARNING! For the functionality you should have installed 'tx' and 'po4a'
utilities. These utilities isn't required for compile and install mc
(you may install these utilities only if you want to interact with Transifex).

Signed-off-by: Slava Zanko <slavazanko@gmail.com>
2013-04-02 11:24:16 +03:00

15 lines
208 B
Makefile

if USE_NLS
SUBDIRS = l10n
endif
DIST_SUBDIRS = l10n
HINTFILE = mc.hint
hintdir = $(pkgdatadir)/hints
hint_DATA = $(HINTFILE)
# Files processed by configure don't need to be here
EXTRA_DIST = $(HINTFILE)