summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorJoe Orton <notroj@users.noreply.github.com>2007-02-26 17:04:19 +0000
committerJoe Orton <notroj@users.noreply.github.com>2007-02-26 17:04:19 +0000
commit3c6a995c79e1863ca0ff458c77557164f5328a0f (patch)
treee71d8bb1420d64dd0b403c04a262870235a9c917 /Makefile.in
parent967cfe444979b6a15be386df87479838c987c5b6 (diff)
downloadneon-git-3c6a995c79e1863ca0ff458c77557164f5328a0f.tar.gz
* Makefile.in (install-nls-yes): Fix for VPATH builds, patch from Hans
Meine.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index d37698c..8a03223 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -182,7 +182,7 @@ install-nls-no:
install-nls-yes:
@for f in $(LINGUAS); do \
$(INSTALL) -d $(DESTDIR)$(localedir)/$$f/LC_MESSAGES; \
- $(INSTALL_DATA) po/$$f.gmo $(DESTDIR)$(localedir)/$$f/LC_MESSAGES/neon.mo; \
+ $(INSTALL_DATA) $(srcdir)/po/$$f.gmo $(DESTDIR)$(localedir)/$$f/LC_MESSAGES/neon.mo; \
done
ChangeLog: