Fix translation

merge-requests/14/head
Ordissimo 2025-01-27 20:45:09 +01:00
rodzic 81b08eec0f
commit 9ea9ab1d9e
1 zmienionych plików z 10 dodań i 12 usunięć

Wyświetl plik

@ -150,7 +150,15 @@ check:
fi; \
done;
.PHONY: all update-po install clean distclean maintainer-clean check
stamp-po: $(srcdir)/$(DOMAIN).pot
@$(CHECK_MACRO_VERSION)
test ! -f $(srcdir)/$(DOMAIN).pot || \
test -z "$(GMOFILES)" || $(MAKE) $(GMOFILES)
@test ! -f $(srcdir)/$(DOMAIN).pot || { \
echo "touch stamp-po" && \
echo timestamp > stamp-poT && \
mv stamp-poT stamp-po; \
}
distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
dist distdir:
@ -190,14 +198,4 @@ dist2: stamp-po $(DISTFILES)
fi; \
done
stamp-po: $(srcdir)/$(DOMAIN).pot
@$(CHECK_MACRO_VERSION)
test ! -f $(srcdir)/$(DOMAIN).pot || \
test -z "$(GMOFILES)" || $(MAKE) $(GMOFILES)
@test ! -f $(srcdir)/$(DOMAIN).pot || { \
echo "touch stamp-po" && \
echo timestamp > stamp-poT && \
mv stamp-poT stamp-po; \
}
.PHONY: all dist update-po install clean distclean maintainer-clean check