From d40adebe03b6b36dbd2f8d2b99d15eb8c6aa8de5 Mon Sep 17 00:00:00 2001 From: gouldtj Date: Tue, 11 Dec 2007 04:30:38 +0000 Subject: [PATCH] r17224@mini-emma: ted | 2007-12-10 20:21:14 -0800 Adjusting build rule for inkscape.pot so that it uses the files from the source directory and installs it in the distribution directory. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index bff16f1a5..77a3870ad 100644 --- a/Makefile.am +++ b/Makefile.am @@ -193,7 +193,7 @@ inkscape.1 inkscape.fr.1: fix-roff-punct Makefile.am AUTHORS utf8-to-roff # man 7 groff_char for further remarks on charset encoding for man pages. po/inkscape.pot: - (cd po ; intltool-update --pot) + (cd $(srcdir)/po ; intltool-update --pot --output-file=$(distdir)/po/inkscape.pot) install-data-local: inkscape.fr.1 $(mkinstalldirs) $(DESTDIR)$(mandir)/fr/man1 -- 2.30.2