bug-gettext
[Top][All Lists]
Advanced

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

[bug #64490] xgettext-0.22 makes --join-existing less useful


From: Arsen Arsenović
Subject: [bug #64490] xgettext-0.22 makes --join-existing less useful
Date: Sat, 16 Sep 2023 19:03:33 -0400 (EDT)

Follow-up Comment #3, bug #64490 (project gettext):

Thanks for the fix.  Perhaps it'd be good to use -o to suppress this warning
anyway, the rule currently does:


$(srcdir)/$(PACKAGE).pot: $(SRC-POTFILES) $(BLD-POTFILES)
        $(XGETTEXT) --default-domain=$(PACKAGE) \
          --directory=$(top_srcdir) \
          --add-comments --keyword=_ --keyword=N_ \
          --msgid-bugs-address=https://sourceware.org/bugzilla/ \
          --files-from=$(srcdir)/SRC-POTFILES.in 
        $(XGETTEXT) --default-domain=$(PACKAGE) \
          --directory=.. \
          --directory=. \
          --add-comments --keyword=_ --keyword=N_ \
          --join-existing \
          --msgid-bugs-address=https://sourceware.org/bugzilla/ \
          --files-from=$(srcdir)/BLD-POTFILES.in
        sed -e '/^#:/s,$(top_srcdir)/,,g' < $(PACKAGE).po > $@-t
        mv -f $@-t $@


... so this seems to be a roundabout way to achieve the same.  I'll see if I
can clean it up soon.


    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?64490>

_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/




reply via email to

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