Added auto-rotation, and line-wrap buttons
[feedingit] / Makefile
1 # This Makefile is only used when building Debian packages
2
3 DESTDIR=/
4
5 all:
6
7 install:
8         install -d ${DESTDIR}/usr/bin
9         install src/FeedingIt ${DESTDIR}/usr/bin
10         install -d ${DESTDIR}/opt/FeedingIt
11         install src/FeedingIt.py ${DESTDIR}/opt/FeedingIt
12         install src/feedparser.py ${DESTDIR}/opt/FeedingIt
13         install src/portrait.py ${DESTDIR}/opt/FeedingIt
14         install src/rss.py ${DESTDIR}/opt/FeedingIt
15         install -d ${DESTDIR}/usr/share/applications/hildon
16         install src/FeedingIt.desktop ${DESTDIR}/usr/share/applications/hildon
17         install -d ${DESTDIR}/usr/share/icons/hicolor/40x40/apps/
18         install data/40x40/feedingit.png ${DESTDIR}/usr/share/icons/hicolor/40x40/apps/
19         install -d ${DESTDIR}/usr/share/icons/hicolor/26x26/apps/
20         install data/26x26/feedingit.png ${DESTDIR}/usr/share/icons/hicolor/26x26/apps/