In message <[EMAIL PROTECTED]> on Wed, 12 Apr 2006 21:48:17 +0200, Thomas 
Keller <[EMAIL PROTECTED]> 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> [EMAIL PROTECTED] net.venge.monotone]$ export lang=de
me> [EMAIL PROTECTED] 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:

: [EMAIL PROTECTED]:~/monotonework/off.net/monotone/monotone
: ; export lang=de
: [EMAIL PROTECTED]:~/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 <[EMAIL PROTECTED]>'
/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                         [EMAIL PROTECTED]
                                        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


_______________________________________________
Monotone-devel mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/monotone-devel

Reply via email to