distribute = $(ALL_LINGUAS:=.po) $(ALL_LINGUAS:=.mo)
-include ../Makerules
+include ../Rules
.SUFFIXES: .mo .po .pot
linguas: $(pofiles:$(podir)/%=%)
test ! -d CVS || cvs commit -m'Copied from $(podir)' $^
+linguas.mo: $(pofiles:$(podir)/%.po=%.mo)
+ test ! -d CVS || cvs commit -m'Compiled translations' $^
endif