From 759f32fe7533d898c3c4b4b7f70a5fb96b3c48b1 Mon Sep 17 00:00:00 2001 From: Jean-Marc Lasgouttes Date: Sun, 13 Jul 2008 19:32:46 +0000 Subject: [PATCH] make sure that installation can be made with parallel make; remove unused directory git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25582 a592a061-630c-0410-9148-cb99ea01b6c8 --- .../spotlight/English.lproj/InfoPlist.strings | Bin 524 -> 0 bytes .../spotlight/English.lproj/schema.strings | Bin 1426 -> 0 bytes development/MacOSX/spotlight/Makefile.am | 6 ++++++ 3 files changed, 6 insertions(+) delete mode 100644 development/MacOSX/spotlight/English.lproj/InfoPlist.strings delete mode 100644 development/MacOSX/spotlight/English.lproj/schema.strings diff --git a/development/MacOSX/spotlight/English.lproj/InfoPlist.strings b/development/MacOSX/spotlight/English.lproj/InfoPlist.strings deleted file mode 100644 index 8643de78fb2ef91a533e462d67e393b37d7182e8..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 524 zcmb7=ISax-6ojYtR|G2+jYnZ4HVPh~76!ytO*~K&i3jM9SHDd>K$1e1&D+eIeKR}v zhsr9*(m;V0nrWwvZt~=UU8tdsAc1_UMP2gk^S9(|>k#peI)QFsUn5q5nHg4F9kq0Z z?ZWdkV*Z|LsmacwdDT=U4Z%+IT(+rMH4<(+TB8}ln85$~azH{n`dWP^SMgR&nbVEb z-fu{{o#yK|5ep5YQ$)9ow*&7nPF6TIiR4H$PpzrKs&i_g?X%2#4Wq|tM<({m>qrjR X8Ds`)OgBzt9_5#$5ht0{`CI)7VIfyK diff --git a/development/MacOSX/spotlight/English.lproj/schema.strings b/development/MacOSX/spotlight/English.lproj/schema.strings deleted file mode 100644 index 6e138ad550c70b0817cde3e38e5d1151eb4e8ad7..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1426 zcmcJP%}&EW41|4!r&u@vLgfzPfP|0`g$o?ugwixE6)COS@Dm;$_{Qn70Sbr%s+!H( zjy*db@5`&L*p6*ku&zxkx6Dc#*|Qba$9Bm3+@{zvtL=>E7|$Hffan=(&3f-|IqTdi z_G9ddtBCLO*BX4Sh#Xmu$ZC;ii|VWI7%uDvd(5sps=vz`Y@M97oqo!D!oJ2AY~N!} z*@Z7r!D8GV-sZQw@*OyZJ#daYp49?TiEY5HL6qz%zV8tuzG}GBTL69T8OG%8*b})+ ztbeO5&W2=3)gRf3*Mvjd7v6_QqD!wLi%!y1+kxqI@7mC=@zWXw&z~Ux~(eG#FN~gK&ZA#VAqMsAG7*!ka|EFeuQfvpNmLW_%5Lfr09niJC z)@gH2GNyA!tP|ENo|?b|;x%7!N~OJamwL`?QmNiF)z>% diff --git a/development/MacOSX/spotlight/Makefile.am b/development/MacOSX/spotlight/Makefile.am index 06aa3fd0ff..5ebae55de3 100644 --- a/development/MacOSX/spotlight/Makefile.am +++ b/development/MacOSX/spotlight/Makefile.am @@ -14,3 +14,9 @@ dist_spotlightdata_DATA = schema.xml spotlightenglishdir = $(spotlightdatadir)/English.lproj dist_spotlightenglish_DATA = InfoPlist.strings schema.strings +# Just in case we are doing a parallel install, make sure the +# dependencies between directories is correct. Is there a better way +# to do that? +install-dist_spotlightbinDATA: install-dist_spotlightDATA +install-dist_spotlightdataDATA: install-dist_spotlightDATA +install-dist_spotlightenglishDATA: install-dist_spotlightdataDATA -- 2.39.2