From 41a2f19194e11830064583a7d7b5f86743b941ad Mon Sep 17 00:00:00 2001 From: Daiki Ueno Date: Fri, 25 Apr 2014 12:31:11 +0900 Subject: build: Turn update-po.sh into a Makefile rule Suggested by Andreas Stricker in: . * configure.ac (maintainer-update-po): New recursive rule. * update-po.sh: Remove. * autogen.sh: Don't mention update-po.sh. * Makefile.am (maintainer-update-po-local): New rule. * gettext-runtime/Makefile.am (maintainer-update-po): New rule. * gettext-runtime/man/Makefile.am (update-man1): Remove; add explicit dependency on the executable to each .1 rule. * gettext-tools/man/Makefile.am (update-man1): Remove; add explicit dependency on the executable to each .1 rule. --- gnulib-local/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gnulib-local') diff --git a/gnulib-local/Makefile.am b/gnulib-local/Makefile.am index ffe16f5..2ffa65e 100644 --- a/gnulib-local/Makefile.am +++ b/gnulib-local/Makefile.am @@ -325,3 +325,5 @@ tests/test-term-ostream-xterm-mingw.out \ tests/test-term-ostream-xterm-16color.out \ tests/test-term-ostream-xterm-88color.out \ tests/test-term-ostream-xterm-256color.out + +maintainer-update-po: -- cgit v1.1