-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | Makefile.Embedded | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -182,25 +182,25 @@ clean: | |||
182 | install: | 182 | install: |
183 | cd bin/kdepim; make install | 183 | cd bin/kdepim; make install |
184 | cp -r Pim $(QPEDIR)/apps | 184 | cp -r Pim $(QPEDIR)/apps |
185 | cp db2file/db2file $(QPEDIR)/bin/db2file | 185 | cp db2file/db2file $(QPEDIR)/bin/db2file |
186 | cp korganizer/korganizer.desktop $(QPEDIR)/apps/Pim/korganizer.desktop | 186 | cp korganizer/korganizer.desktop $(QPEDIR)/apps/Pim/korganizer.desktop |
187 | cp kaddressbook/kaddressbook.desktop $(QPEDIR)/apps/Pim/kaddressbook.desktop | 187 | cp kaddressbook/kaddressbook.desktop $(QPEDIR)/apps/Pim/kaddressbook.desktop |
188 | cp kmicromail/kmicromail.desktop $(QPEDIR)/apps/Pim/kmicromail.desktop | 188 | cp kmicromail/kmicromail.desktop $(QPEDIR)/apps/Pim/kmicromail.desktop |
189 | 189 | ||
190 | dist: | 190 | dist: |
191 | @echo Dont forget to do "make install" before "make dist" | 191 | @echo Dont forget to do "make install" before "make dist" |
192 | rm -f *arm.ipk | 192 | rm -f *arm.ipk |
193 | rm -f *~ | 193 | rm -f *~ |
194 | cd ..; tar czf kdepim.src.tar.gz --exclude=obj --exclude=moc kdepim | 194 | cd ..; tar czf kdepim.src.tar.gz --exclude=obj --exclude=moc --exclude=CVS --exclude=Makefilezaurus --exclude=Makefileqtopia kdepim |
195 | ./mkipks kmicrokdelibs.control | 195 | ./mkipks kmicrokdelibs.control |
196 | ./mkipks korganizer.control | 196 | ./mkipks korganizer.control |
197 | ./mkipks kaddressbook.control | 197 | ./mkipks kaddressbook.control |
198 | ifndef BUILD_NO_MICROMAIL | 198 | ifndef BUILD_NO_MICROMAIL |
199 | ./mkipks kopiemail.control | 199 | ./mkipks kopiemail.control |
200 | endif | 200 | endif |
201 | ./mkipks korganizer-alarm.control | 201 | ./mkipks korganizer-alarm.control |
202 | ifndef BUILD_NO_GAMMU | 202 | ifndef BUILD_NO_GAMMU |
203 | ./mkipks kammu.control | 203 | ./mkipks kammu.control |
204 | endif | 204 | endif |
205 | ./mkipks pim_TAB_icon.control | 205 | ./mkipks pim_TAB_icon.control |
206 | 206 | ||
diff --git a/Makefile.Embedded b/Makefile.Embedded index ab9e17c..41976f3 100644 --- a/Makefile.Embedded +++ b/Makefile.Embedded | |||
@@ -182,25 +182,25 @@ clean: | |||
182 | install: | 182 | install: |
183 | cd bin/kdepim; make install | 183 | cd bin/kdepim; make install |
184 | cp -r Pim $(QPEDIR)/apps | 184 | cp -r Pim $(QPEDIR)/apps |
185 | cp db2file/db2file $(QPEDIR)/bin/db2file | 185 | cp db2file/db2file $(QPEDIR)/bin/db2file |
186 | cp korganizer/korganizer.desktop $(QPEDIR)/apps/Pim/korganizer.desktop | 186 | cp korganizer/korganizer.desktop $(QPEDIR)/apps/Pim/korganizer.desktop |
187 | cp kaddressbook/kaddressbook.desktop $(QPEDIR)/apps/Pim/kaddressbook.desktop | 187 | cp kaddressbook/kaddressbook.desktop $(QPEDIR)/apps/Pim/kaddressbook.desktop |
188 | cp kmicromail/kmicromail.desktop $(QPEDIR)/apps/Pim/kmicromail.desktop | 188 | cp kmicromail/kmicromail.desktop $(QPEDIR)/apps/Pim/kmicromail.desktop |
189 | 189 | ||
190 | dist: | 190 | dist: |
191 | @echo Dont forget to do "make install" before "make dist" | 191 | @echo Dont forget to do "make install" before "make dist" |
192 | rm -f *arm.ipk | 192 | rm -f *arm.ipk |
193 | rm -f *~ | 193 | rm -f *~ |
194 | cd ..; tar czf kdepim.src.tar.gz --exclude=obj --exclude=moc kdepim | 194 | cd ..; tar czf kdepim.src.tar.gz --exclude=obj --exclude=moc --exclude=CVS --exclude=Makefilezaurus --exclude=Makefileqtopia kdepim |
195 | ./mkipks kmicrokdelibs.control | 195 | ./mkipks kmicrokdelibs.control |
196 | ./mkipks korganizer.control | 196 | ./mkipks korganizer.control |
197 | ./mkipks kaddressbook.control | 197 | ./mkipks kaddressbook.control |
198 | ifndef BUILD_NO_MICROMAIL | 198 | ifndef BUILD_NO_MICROMAIL |
199 | ./mkipks kopiemail.control | 199 | ./mkipks kopiemail.control |
200 | endif | 200 | endif |
201 | ./mkipks korganizer-alarm.control | 201 | ./mkipks korganizer-alarm.control |
202 | ifndef BUILD_NO_GAMMU | 202 | ifndef BUILD_NO_GAMMU |
203 | ./mkipks kammu.control | 203 | ./mkipks kammu.control |
204 | endif | 204 | endif |
205 | ./mkipks pim_TAB_icon.control | 205 | ./mkipks pim_TAB_icon.control |
206 | 206 | ||