0.9beta
[feedingit] / Makefile
index 1302b7d..51337b9 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -8,12 +8,21 @@ 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