summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2007-12-11 04:30:38 +0000
committergouldtj <gouldtj@users.sourceforge.net>2007-12-11 04:30:38 +0000
commit715f3189b7cbb059f9205307fc71cceb046ca923 (patch)
treeeaadd9bec86d52b30b61725a804ddf3e210cdc06
parentr17222@mini-emma: ted | 2007-12-10 19:23:29 -0800 (diff)
downloadinkscape-715f3189b7cbb059f9205307fc71cceb046ca923.tar.gz
inkscape-715f3189b7cbb059f9205307fc71cceb046ca923.zip
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. (bzr r4206)
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
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