filename | Makefile.am |
changeset | 745:fd9785b15068 |
prev | 731:ee2e929cca3a |
next | 747:c2d22fd75c95 |
author | nkeynes |
date | Fri Jul 18 12:14:27 2008 +0000 (14 years ago) |
permissions | -rw-r--r-- |
last change | Apparently the .gmo files live in the src dir rather than the build dir. Fix bundle accordingly |
file | annotate | diff | log | raw |
1.1 --- a/Makefile.am Tue Jul 08 12:29:53 2008 +00001.2 +++ b/Makefile.am Fri Jul 18 12:14:27 2008 +00001.3 @@ -52,7 +52,7 @@1.4 catname=`basename "$$cat"`; \1.5 catname=`echo $$catname|sed -e 's/$(CATOBJEXT)$$//'`; \1.6 mkdir -p "$(BUNDLE)/Contents/Resources/$$catname/LC_MESSAGES"; \1.7 - cp "po/$$cat" "$(BUNDLE)/Contents/Resources/$$catname/LC_MESSAGES/lxdream$(CATOBJEXT)"; \1.8 + cp "$(top_srcdir)/po/$$cat" "$(BUNDLE)/Contents/Resources/$$catname/LC_MESSAGES/lxdream$(CATOBJEXT)"; \1.9 done1.10 @echo --- Done ---1.11 endif
.