X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=Makefile;h=f79d67f6db43a6b9528bf35108cf101ab1f86b6d;hb=748ecab622060beac8dcebe22bd2e56ba4310b5c;hp=0c4a421ff5a7563f1dc456be7270a977a3dfc5d2;hpb=ee8dff327a6f2be43458d9b1d6b0a9a3c51f7947;p=feedingit diff --git a/Makefile b/Makefile index 0c4a421..f79d67f 100644 --- a/Makefile +++ b/Makefile @@ -8,17 +8,34 @@ install: install -d ${DESTDIR}/usr/bin install src/FeedingIt ${DESTDIR}/usr/bin install -d ${DESTDIR}/opt/FeedingIt + install -d ${DESTDIR}/opt/FeedingIt/qml/i18n + install -d ${DESTDIR}/opt/FeedingIt/qml/common + install -d ${DESTDIR}/opt/FeedingIt/qml/common/images + install -d ${DESTDIR}/opt/FeedingIt/qml + install src/qml/*.qml ${DESTDIR}/opt/FeedingIt/qml + install src/qml/i18n/*.qm ${DESTDIR}/opt/FeedingIt/qml/i18n + install src/qml/common/*.qml ${DESTDIR}/opt/FeedingIt/qml/common + install src/qml/common/images/*.{sci,png} ${DESTDIR}/opt/FeedingIt/qml/common/images install src/FeedingIt.py ${DESTDIR}/opt/FeedingIt install src/feedparser.py ${DESTDIR}/opt/FeedingIt install src/portrait.py ${DESTDIR}/opt/FeedingIt install src/rss.py ${DESTDIR}/opt/FeedingIt install src/opml.py ${DESTDIR}/opt/FeedingIt install src/config.py ${DESTDIR}/opt/FeedingIt + install src/FeedingIt-Web.py ${DESTDIR}/opt/FeedingIt #install src/feedingit_status.desktop ${DESTDIR}/opt/FeedingIt install src/update_feeds.py ${DESTDIR}/opt/FeedingIt install src/updatedbus.py ${DESTDIR}/opt/FeedingIt install src/BeautifulSoup.py ${DESTDIR}/opt/FeedingIt install src/feedingitdbus.py ${DESTDIR}/opt/FeedingIt + install src/aboutdialog.py ${DESTDIR}/opt/FeedingIt + install src/rss_sqlite.py ${DESTDIR}/opt/FeedingIt + install src/style.py ${DESTDIR}/opt/FeedingIt + install src/mainthread.py ${DESTDIR}/opt/FeedingIt + install src/jobmanager.py ${DESTDIR}/opt/FeedingIt + install src/httpprogresshandler.py ${DESTDIR}/opt/FeedingIt + install src/wc.py ${DESTDIR}/opt/FeedingIt + install src/debugging.py ${DESTDIR}/opt/FeedingIt install -d ${DESTDIR}/usr/share/applications/hildon install src/FeedingIt.desktop ${DESTDIR}/usr/share/applications/hildon install -d ${DESTDIR}/usr/share/icons/hicolor/48x48/apps/ @@ -41,6 +58,7 @@ install: clean: rm src/*pyo + rm src/*pyc sourcepkg: dpkg-buildpackage -rfakeroot -sa -S -i -I.git