author | zautrix <zautrix> | 2004-08-30 22:23:06 (UTC) |
---|---|---|
committer | zautrix <zautrix> | 2004-08-30 22:23:06 (UTC) |
commit | cec54f6e21264341191e4f94f9dd7bd19b2eea8d (patch) (side-by-side diff) | |
tree | cabca2a5ac21ca14b659eca9a234d4c6e4c7b03c /Makefile | |
parent | 19efdda974eaa0def3c681656b63850f2df2ec77 (diff) | |
download | kdepimpi-cec54f6e21264341191e4f94f9dd7bd19b2eea8d.zip kdepimpi-cec54f6e21264341191e4f94f9dd7bd19b2eea8d.tar.gz kdepimpi-cec54f6e21264341191e4f94f9dd7bd19b2eea8d.tar.bz2 |
better tar in Makefile
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -182,25 +182,25 @@ clean: install: cd bin/kdepim; make install cp -r Pim $(QPEDIR)/apps cp db2file/db2file $(QPEDIR)/bin/db2file cp korganizer/korganizer.desktop $(QPEDIR)/apps/Pim/korganizer.desktop cp kaddressbook/kaddressbook.desktop $(QPEDIR)/apps/Pim/kaddressbook.desktop cp kmicromail/kmicromail.desktop $(QPEDIR)/apps/Pim/kmicromail.desktop dist: @echo Dont forget to do "make install" before "make dist" rm -f *arm.ipk rm -f *~ - cd ..; tar czf kdepim.src.tar.gz --exclude=obj --exclude=moc kdepim + cd ..; tar czf kdepim.src.tar.gz --exclude=obj --exclude=moc --exclude=CVS --exclude=Makefilezaurus --exclude=Makefileqtopia kdepim ./mkipks kmicrokdelibs.control ./mkipks korganizer.control ./mkipks kaddressbook.control ifndef BUILD_NO_MICROMAIL ./mkipks kopiemail.control endif ./mkipks korganizer-alarm.control ifndef BUILD_NO_GAMMU ./mkipks kammu.control endif ./mkipks pim_TAB_icon.control |