752
768
$(_DOC_MOFILES): %.mo: %.po
759
772
# FIXME: fix the dependancy
761
774
$(_DOC_LC_DOCS) : $(_DOC_MOFILES)
762
775
$(_DOC_LC_DOCS) : $(_DOC_C_DOCS)
765
778
mo="$(dir $@)$(patsubst %/$(notdir $@),%,$@).mo"; \
766
779
if [ -f "$${mo}" ]; then mo="../$${mo}"; else mo="$(_DOC_ABS_SRCDIR)/$${mo}"; fi; \