-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | Makefile.Embedded | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -191,7 +191,7 @@ 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 |
diff --git a/Makefile.Embedded b/Makefile.Embedded index ab9e17c..41976f3 100644 --- a/Makefile.Embedded +++ b/Makefile.Embedded | |||
@@ -191,7 +191,7 @@ 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 |