$(AM_V_GEN)$(XGETTEXT) --directory=$(top_srcdir) $(XGETTEXT_OPTIONS) $(TRANSLATABLE_FILES) --language=C --keyword=_ --keyword=N_ -o $@,tmp
$(AM_V_at)$(XGETTEXT) --directory=$(top_srcdir) $(XGETTEXT_OPTIONS) -j $(UI_FILES) --language=glade -o $@,tmp
$(AM_V_at)$(XGETTEXT) --directory=$(top_srcdir) $(XGETTEXT_OPTIONS) -j src/ui/gui/gen-dot-desktop.sh --language=shell --keyword=TRANSLATE -o $@,tmp
- $(SED) -e '/^"POT-Creation-Date: .*/d' $@,tmp > $@
+ $(AM_V_at)$(SED) -e '/^"POT-Creation-Date: .*/d' $@,tmp > $@
$(POFILES): $(POTFILE)
$(AM_V_GEN)$(MSGMERGE) --quiet $(top_srcdir)/$@ $? -o $@,tmp
touch $@,tmp ; \
msgcat --use-first $(top_srcdir)/$@,aux $@,tmp -o $@,tmp; \
fi ;
- $(SED) -e '/^"POT-Creation-Date: /d' $@,tmp > $@
+ $(AM_V_at)$(SED) -e '/^"POT-Creation-Date: /d' $@,tmp > $@
SUFFIXES += .po .gmo
.po.gmo:
$(AM_V_at)echo "const char *const authors[] = {" >> $@,tmp
$(AM_V_at)$(SED) -e 's/^/ \"/' -e 's/$$/\",/' $(top_srcdir)/AUTHORS >> $@,tmp
$(AM_V_at)echo "0 };" >> $@,tmp
- mv $@,tmp $@
+ $(AM_V_at)mv $@,tmp $@
$(top_srcdir)/doc/help-pages-list: $(UI_FILES)
- cat $^ | grep '"help[-_]page"' | \
+ $(AM_V_GEN)cat $^ | grep '"help[-_]page"' | \
$(SED) -e 's% *<property name="help[-_]page">\([^<]*\)</property>%//*[@id='"'"'\1'"'"']%' \
-e 's%#%'"'"']/*[@id='"'"'%g' > $@