diff options
| author | Ted Gould <ted@gould.cx> | 2007-12-11 04:30:38 +0000 |
|---|---|---|
| committer | gouldtj <gouldtj@users.sourceforge.net> | 2007-12-11 04:30:38 +0000 |
| commit | 715f3189b7cbb059f9205307fc71cceb046ca923 (patch) | |
| tree | eaadd9bec86d52b30b61725a804ddf3e210cdc06 | |
| parent | r17222@mini-emma: ted | 2007-12-10 19:23:29 -0800 (diff) | |
| download | inkscape-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.am | 2 |
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 |
