~ubuntu-branches/ubuntu/maverick/lire/maverick

« back to all changes in this revision

Viewing changes to all/po/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Joost van Baal
  • Date: 2006-11-02 15:30:00 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20061102153000-ln3b4oxkq0xws8c1
Tags: 2:2.0.2-3
debian/po/cs.po: Updated Czech translation. Thanks Martin Šín
(Closes: #391544).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# $Id: Makefile.am,v 1.19 2006/05/29 21:17:02 vanbaal Exp $
 
2
# $Source: /cvsroot/logreport/service/all/po/Makefile.am,v $
 
3
 
1
4
# Makefile for various po files.
2
5
 
3
6
# See
82
85
                echo "Installing $$cat as $$dest"; \
83
86
                cp -f $$cat $$dest && chmod 644 $$dest || exit 1; \
84
87
        done
 
88
 
 
89
uninstall-local:
 
90
        @cd $(srcdir); \
 
91
        targetdir='$(DESTDIR)$(LR_PERL5LIBDIR)/LocaleData'; \
 
92
        languages='$(LINGUAS)'; \
 
93
        for lang in $$languages; do \
 
94
                rm -f $$targetdir/$$lang/LC_MESSAGES/$(TEXTDOMAIN).mo; \
 
95
        done
 
96
 
 
97