From 54e2f56a3bb27916c6fbfd37064e76b24cfb5dc6 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Thu, 1 Jan 1970 00:00:00 +0000 Subject: [PATCH] locales -> message catalogs --- README | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README b/README index ce48e4e..9e188cb 100644 --- a/README +++ b/README @@ -43,7 +43,7 @@ Run ./configure and look at the output for any missing packages. Then: make - make -C po # if you want to rebuild the locales + make -C po # if you want to rebuild the message catalogs The binaries are called things like 'virt-dmesg.opt' and located in the respective directories, so you could run them by doing: @@ -54,7 +54,8 @@ All the binaries understand the --help option to provide a summary of options. All require virtual machines to run against, but most also offer a test mode (-t option). -To install the binaries, man pages and locales, do this as root: +To install the binaries, man pages and message catalogs, do this as +root: make install make -C po install \ No newline at end of file -- 1.8.3.1