Unidiff1 files changed, 1 insertions, 1 deletions
|
diff --git a/Makefile b/Makefile index 8c6110c..da5feba 100644 --- a/ Makefile+++ b/ Makefile |
|
@@ -228,13 +228,13 @@ install: |
228 | cp pwmanager/pwmanager/pwmanager.desktop $(QPEDIR)/apps/Pim/pwmanager.desktop |
228 | cp pwmanager/pwmanager/pwmanager.desktop $(QPEDIR)/apps/Pim/pwmanager.desktop |
229 | |
229 | |
230 | dist: |
230 | dist: |
231 | @echo Dont forget to do "make install" before "make dist" |
231 | @echo Dont forget to do "make install" before "make dist" |
232 | rm -f *arm.ipk |
232 | rm -f *arm.ipk |
233 | rm -f *~ |
233 | rm -f *~ |
234 | cd ..; tar czf kdepim.src.tar.gz --exclude=obj --exclude=moc --exclude=CVS --exclude=Makefilezaurus --exclude=Makefileqtopia kdepim |
234 | cd ..; tar czf kdepimpi-$(KDEPIM_VERSION).tar.gz --exclude=obj --exclude=moc --exclude=CVS --exclude=Makefilezaurus --exclude=Makefileqtopia kdepim |
235 | mkipks kmicrokdelibs.control |
235 | mkipks kmicrokdelibs.control |
236 | mkipks korganizer.control |
236 | mkipks korganizer.control |
237 | mkipks kaddressbook.control |
237 | mkipks kaddressbook.control |
238 | ifndef BUILD_NO_MICROMAIL |
238 | ifndef BUILD_NO_MICROMAIL |
239 | mkipks kopiemail.control |
239 | mkipks kopiemail.control |
240 | endif |
240 | endif |
|