From a4a7006a138f05c1b774414a55ffb5499d7b289f Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Thu, 23 Jun 2011 21:21:51 -0500 Subject: po/: split into scripts/po/ and src/pacman/po/ This is the first step at separating the pacman message catalog and the scripts message catalog. Makefiles, configure.ac, and other such files are adjusted accordingly, as well as renaming files. The TEXTDOMAIN of scripts is also adjusted. Note that no actual pot or po files get changed here; these will get pruned in a future commit so each catalog contains only the necessary messages. Signed-off-by: Dan McGee --- scripts/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'scripts/Makefile.am') diff --git a/scripts/Makefile.am b/scripts/Makefile.am index 1a9840d7..3b96c110 100644 --- a/scripts/Makefile.am +++ b/scripts/Makefile.am @@ -1,6 +1,8 @@ # enforce that all scripts have a --help and --version option AUTOMAKE_OPTIONS = std-options +SUBDIRS = po + bin_SCRIPTS = \ $(OURSCRIPTS) \ repo-remove -- cgit v1.2.3-24-g4f1b