monotone-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Monotone-devel] Uhmmm, why do we need more than one way?


From: Richard Levitte - VMS Whacker
Subject: Re: [Monotone-devel] Uhmmm, why do we need more than one way?
Date: Wed, 12 Apr 2006 23:01:15 +0200 (CEST)

In message <address@hidden> on Wed, 12 Apr 2006 21:48:17 +0200, Thomas Keller 
<address@hidden> said:

me> -----BEGIN PGP SIGNED MESSAGE-----
me> Hash: SHA1
me> 
me> I only considered this important off Richard Levitte - VMS Whacker's post:
me> > A small note: that statement was incorrect.  The correct one is like
me> > this:
me> > 
me> > (cd po; make monotone.pot-update && make ${lang}.mo ${lang}.gmo)
me> 
me> I tried to run this, but got the following error:
me> 
me> address@hidden net.venge.monotone]$ export lang=de
me> address@hidden net.venge.monotone]$ (cd po; make monotone.pot-update &&
me> make ${lang}.mo ${lang}.gmo)
me> make: *** No rule to make target `monotone.pot-update'.  Stop.
me> 
me> Sorry to bug you with this, but am I missing something?

That's weird.  I don't get it.  I did the exact thing you show me, and
here's what I get:

: address@hidden:~/monotonework/off.net/monotone/monotone
: ; export lang=de
: address@hidden:~/monotonework/off.net/monotone/monotone
: ; (cd po; LANG=C; make monotone.pot-update && make ${lang}.mo ${lang}.gmo)
/usr/bin/xgettext --default-domain=monotone --directory=.. \
          --add-comments=TRANSLATORS: --keyword=F --keyword=FP:1,2 --keyword=_ 
--keyword=N_ --flag=F:1:c-format --flag=FP:1:c-format --flag=FP:2:c-format \
          --files-from=./POTFILES.in \
          --copyright-holder='Graydon Hoare <address@hidden>'
/usr/bin/xgettext: warning: file `std_hooks.lua' extension `lua' is unknown; 
will try C
test ! -f monotone.po || { \
          if test -f ./monotone.pot; then \
            sed -f remove-potcdate.sed < ./monotone.pot > monotone.1po && \
            sed -f remove-potcdate.sed < monotone.po > monotone.2po && \
            if cmp monotone.1po monotone.2po >/dev/null 2>&1; then \
              rm -f monotone.1po monotone.2po monotone.po; \
            else \
              rm -f monotone.1po monotone.2po ./monotone.pot && \
              mv monotone.po ./monotone.pot; \
            fi; \
          else \
            mv monotone.po ./monotone.pot; \
          fi; \
        }
/usr/bin/msgfmt -c -o de.mo de.po
rm -f de.gmo && /usr/bin/msgfmt -c --statistics -o de.gmo de.po
631 translated messages, 3 fuzzy translations.

Cheers,
Richard

-----
Please consider sponsoring my work on free software.
See http://www.free.lp.se/sponsoring.html for details.

-- 
Richard Levitte                         address@hidden
                                        http://richard.levitte.org/

"When I became a man I put away childish things, including
 the fear of childishness and the desire to be very grown up."
                                                -- C.S. Lewis




reply via email to

[Prev in Thread] Current Thread [Next in Thread]