Ver código fonte

build: Add a top-level update-po target

This will ease maintainers and translators job when wanting to update
the po files.
Guillem Jover 16 anos atrás
pai
commit
1079ed11dc
1 arquivos alterados com 8 adições e 0 exclusões
  1. 8 0
      Makefile.am

+ 8 - 0
Makefile.am

@@ -75,6 +75,14 @@ doc: doc/Doxyfile
 clean-local:
 	rm -rf doc/html/
 
+.PHONY: update-po
+
+update-po:
+	$(MAKE) -C po update-po
+	$(MAKE) -C scripts/po update-po
+	$(MAKE) -C dselect/po update-po
+	$(MAKE) -C man update-po
+
 .PHONY: ChangeLog
 DISTCLEANFILES = ChangeLog