Unidiff1 files changed, 8 insertions, 8 deletions
|
diff --git a/Makefile b/Makefile index 6a8521f..84f909e 100644 --- a/ Makefile+++ b/ Makefile |
|
@@ -226,20 +226,20 @@ dist: |
226 | rm -f *arm.ipk |
226 | rm -f *arm.ipk |
227 | rm -f *~ |
227 | rm -f *~ |
228 | cd ..; tar czf kdepim.src.tar.gz --exclude=obj --exclude=moc --exclude=CVS --exclude=Makefilezaurus --exclude=Makefileqtopia kdepim |
228 | cd ..; tar czf kdepim.src.tar.gz --exclude=obj --exclude=moc --exclude=CVS --exclude=Makefilezaurus --exclude=Makefileqtopia kdepim |
229 | ./mkipks kmicrokdelibs.control |
229 | mkipks kmicrokdelibs.control |
230 | ./mkipks korganizer.control |
230 | mkipks korganizer.control |
231 | ./mkipks kaddressbook.control |
231 | mkipks kaddressbook.control |
232 | ifndef BUILD_NO_MICROMAIL |
232 | ifndef BUILD_NO_MICROMAIL |
233 | ./mkipks kopiemail.control |
233 | mkipks kopiemail.control |
234 | endif |
234 | endif |
235 | ./mkipks korganizer-alarm.control |
235 | mkipks korganizer-alarm.control |
236 | ifndef BUILD_NO_GAMMU |
236 | ifndef BUILD_NO_GAMMU |
237 | ./mkipks phoneaccess.control |
237 | mkipks phoneaccess.control |
238 | endif |
238 | endif |
239 | ifndef BUILD_NO_PWMANAGER |
239 | ifndef BUILD_NO_PWMANAGER |
240 | ./mkipks pwmanager.control |
240 | mkipks pwmanager.control |
241 | endif |
241 | endif |
242 | ./mkipks pim_TAB_icon.control |
242 | mkipks pim_TAB_icon.control |
243 | |
243 | |
244 | tmake: objects \ |
244 | tmake: objects \ |
245 | qtcompat/Makefile$(PLATFORM) \ |
245 | qtcompat/Makefile$(PLATFORM) \ |
|