-rw-r--r-- | Makefile.Embedded | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.Embedded b/Makefile.Embedded index 7cc6952..ab9e17c 100644 --- a/Makefile.Embedded +++ b/Makefile.Embedded | |||
@@ -178,12 +178,13 @@ clean: | |||
178 | rm -rf libical/lib/$(PLATFORM)/*; | 178 | rm -rf libical/lib/$(PLATFORM)/*; |
179 | for i in $(SUBDIRS); do pushd $$i; make clean; rm -f *~;\ | 179 | for i in $(SUBDIRS); do pushd $$i; make clean; rm -f *~;\ |
180 | rm -f obj/$(PLATFORM)/*; rm -f moc/$(PLATFORM)/*; rm Makefile$(PLATFORM); popd; \ | 180 | rm -f obj/$(PLATFORM)/*; rm -f moc/$(PLATFORM)/*; rm Makefile$(PLATFORM); popd; \ |
181 | done | 181 | done |
182 | install: | 182 | install: |
183 | cd bin/kdepim; make install | 183 | cd bin/kdepim; make install |
184 | cp -r Pim $(QPEDIR)/apps | ||
184 | cp db2file/db2file $(QPEDIR)/bin/db2file | 185 | cp db2file/db2file $(QPEDIR)/bin/db2file |
185 | cp korganizer/korganizer.desktop $(QPEDIR)/apps/Pim/korganizer.desktop | 186 | cp korganizer/korganizer.desktop $(QPEDIR)/apps/Pim/korganizer.desktop |
186 | cp kaddressbook/kaddressbook.desktop $(QPEDIR)/apps/Pim/kaddressbook.desktop | 187 | cp kaddressbook/kaddressbook.desktop $(QPEDIR)/apps/Pim/kaddressbook.desktop |
187 | cp kmicromail/kmicromail.desktop $(QPEDIR)/apps/Pim/kmicromail.desktop | 188 | cp kmicromail/kmicromail.desktop $(QPEDIR)/apps/Pim/kmicromail.desktop |
188 | 189 | ||
189 | dist: | 190 | dist: |
@@ -198,12 +199,13 @@ dist: | |||
198 | ./mkipks kopiemail.control | 199 | ./mkipks kopiemail.control |
199 | endif | 200 | endif |
200 | ./mkipks korganizer-alarm.control | 201 | ./mkipks korganizer-alarm.control |
201 | ifndef BUILD_NO_GAMMU | 202 | ifndef BUILD_NO_GAMMU |
202 | ./mkipks kammu.control | 203 | ./mkipks kammu.control |
203 | endif | 204 | endif |
205 | ./mkipks pim_TAB_icon.control | ||
204 | 206 | ||
205 | tmake: objects \ | 207 | tmake: objects \ |
206 | qtcompat/Makefile$(PLATFORM) \ | 208 | qtcompat/Makefile$(PLATFORM) \ |
207 | microkde/Makefile$(PLATFORM) \ | 209 | microkde/Makefile$(PLATFORM) \ |
208 | libkcal/Makefile$(PLATFORM) \ | 210 | libkcal/Makefile$(PLATFORM) \ |
209 | libkdepim/Makefile$(PLATFORM) \ | 211 | libkdepim/Makefile$(PLATFORM) \ |