]> git.donarmstrong.com Git - lilypond.git/blobdiff - stepmake/stepmake/po-targets.make
* make/lilypond-vars.make (PYTHONPATH): Add python's outdir to
[lilypond.git] / stepmake / stepmake / po-targets.make
index 6e2b52317c774e25d57e3bf35a7db14fe9fbfa9c..8e1d5658291b2e1589881026e1043dc3ac5cfc1a 100644 (file)
@@ -17,11 +17,11 @@ localpo:
 else
 po: localpo
        $(LOOP)
-ALL_PO_SOURCES = $(ALL_C_SOURCES) $(ALL_CC_SOURCES) $(PYTHON_SCRIPTS_IN) $(wildcard $(outdir)/*.hh) $(wildcard $(outdir)/*.cc)
+ALL_PO_SOURCES = $(ALL_C_SOURCES) $(ALL_CC_SOURCES) $(PYTHON_SCRIPTS_IN) $(PY_MODULES_IN) $(wildcard $(outdir)/*.hh) $(wildcard $(outdir)/*.cc)
 localpo:
 ifneq ($(strip $(ALL_PO_SOURCES)),)
        @echo $(ALL_PO_SOURCES)
-       xgettext --c++ --default-domain=$(package) --join \
+       xgettext --default-domain=$(package) --join \
         --output-dir=$(po-dir)/$(outdir) --add-comments \
         --keyword=_ --keyword=_f --keyword=_i $(ALL_PO_SOURCES)
 endif