From 8725dce2948f9e1eb9c6f9d66cdb5ef985e6de6c Mon Sep 17 00:00:00 2001 From: Chantry Xavier Date: Mon, 3 Mar 2008 21:32:54 +0100 Subject: Disable the line number in .po files. Add the --no-location xgettext option to disable the line numbers. They are not very useful, and generate a huge number of pointless line changes on every update. Ref: http://www.archlinux.org/pipermail/pacman-dev/2008-March/011332.html Signed-off-by: Chantry Xavier --- po/Makevars | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'po') diff --git a/po/Makevars b/po/Makevars index 38a4692e..5dc31a4a 100644 --- a/po/Makevars +++ b/po/Makevars @@ -8,7 +8,7 @@ subdir = po top_builddir = ../ # These options get passed to xgettext. -XGETTEXT_OPTIONS = \ +XGETTEXT_OPTIONS = --no-location \ --keyword=_ --flag=_:1:c-format \ --keyword=N_ --flag=N_:1:c-format -- cgit v1.2.3-24-g4f1b