-rw-r--r-- | Makefile | 10 | ||||
-rw-r--r-- | Makefile.Embedded | 10 |
2 files changed, 20 insertions, 0 deletions
@@ -220,6 +220,10 @@ clean: rm -f obj/$(PLATFORM)/*; rm -f moc/$(PLATFORM)/*; rm Makefile$(PLATFORM); popd; \ done +pac: + make + make install + make dist install: cd bin/kdepim; make install @@ -233,7 +237,10 @@ install: dist: @echo Dont forget to do "make install" before "make dist" rm -f *arm.ipk + rm -f *ipk.zip + rm -f ../new_$(KDEPIM_VERSION)/* rm -f *~ + cd ..;mkdir -p new_$(KDEPIM_VERSION) cd ..; tar czf kdepimpi-$(KDEPIM_VERSION).tar.gz --exclude=obj --exclude=moc --exclude=CVS --exclude=Makefilezaurus --exclude=Makefileqtopia kdepim mkipks kmicrokdelibs.control mkipks korganizer.control @@ -253,6 +260,9 @@ dist: endif mkipks pimTABicon.control zip kdepim_$(KDEPIM_VERSION)_for_SharpRom.ipk.zip *.ipk ReleaseNotes.txt + mv *.ipk ../new_$(KDEPIM_VERSION)/ + mv *for_SharpRom.ipk.zip ../new_$(KDEPIM_VERSION)/ + mv ../kdepimpi-$(KDEPIM_VERSION).tar.gz ../new_$(KDEPIM_VERSION)/ tmake: objects \ qtcompat/Makefile$(PLATFORM) \ diff --git a/Makefile.Embedded b/Makefile.Embedded index 1f9507f..5a51127 100644 --- a/Makefile.Embedded +++ b/Makefile.Embedded @@ -220,6 +220,10 @@ clean: rm -f obj/$(PLATFORM)/*; rm -f moc/$(PLATFORM)/*; rm Makefile$(PLATFORM); popd; \ done +pac: + make + make install + make dist install: cd bin/kdepim; make install @@ -233,7 +237,10 @@ install: dist: @echo Dont forget to do "make install" before "make dist" rm -f *arm.ipk + rm -f *ipk.zip + rm -f ../new_$(KDEPIM_VERSION)/* rm -f *~ + cd ..;mkdir -p new_$(KDEPIM_VERSION) cd ..; tar czf kdepimpi-$(KDEPIM_VERSION).tar.gz --exclude=obj --exclude=moc --exclude=CVS --exclude=Makefilezaurus --exclude=Makefileqtopia kdepim mkipks kmicrokdelibs.control mkipks korganizer.control @@ -253,6 +260,9 @@ dist: endif mkipks pimTABicon.control zip kdepim_$(KDEPIM_VERSION)_for_SharpRom.ipk.zip *.ipk ReleaseNotes.txt + mv *.ipk ../new_$(KDEPIM_VERSION)/ + mv *for_SharpRom.ipk.zip ../new_$(KDEPIM_VERSION)/ + mv ../kdepimpi-$(KDEPIM_VERSION).tar.gz ../new_$(KDEPIM_VERSION)/ tmake: objects \ qtcompat/Makefile$(PLATFORM) \ |