From 528d1c7b536e43a8515a9c515ae87daf378e1b81 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Tue, 7 May 2019 10:47:23 +0100 Subject: po/Makevars: fix out of tree builds --- po/Makevars | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'po') diff --git a/po/Makevars b/po/Makevars index 170bb13..2424d14 100644 --- a/po/Makevars +++ b/po/Makevars @@ -8,7 +8,7 @@ subdir = po top_builddir = .. # These options get passed to xgettext. -XGETTEXT_OPTIONS = --keyword=_ --keyword=N_ --its=../rules/xkb.its +XGETTEXT_OPTIONS = --keyword=_ --keyword=N_ --its=$(top_srcdir)/rules/xkb.its # This is the copyright holder that gets inserted into the header of the # $(DOMAIN).pot file. Set this to the copyright holder of the surrounding -- cgit v1.2.1