summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorAndreas Gruenbacher <agruenba@redhat.com>2021-03-02 11:29:00 +0100
committerAndreas Gruenbacher <agruenba@redhat.com>2021-03-02 11:29:00 +0100
commitcddea1519c34cf36f1dc2d117ec52fac4b091f25 (patch)
tree5009ac861b28af9691cd54493375e5a7ae5e42d3 /Makefile.am
parentef73941e42b69c54da8ac45b3e52e26c13075490 (diff)
downloadacl-cddea1519c34cf36f1dc2d117ec52fac4b091f25.tar.gz
Update po files and German translation
Add a convenience rule for updating the po files to the main Makefile. Use that for updating the po files. Update the German translation.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 47d2a4e..e19a80d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -23,6 +23,9 @@ noinst_LTLIBRARIES =
dist_doc_DATA =
dist_man_MANS =
+update-po:
+ $(MAKE) -C po $@
+
include doc/Makemodule.am
include examples/Makemodule.am
include include/Makemodule.am