10ae70f216ac1f1328bc600f78c1a53f30729b2e
[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 -d ${DESTDIR}/usr/share/applications/hildon
14         install src/FeedingIt.desktop ${DESTDIR}/usr/share/applications/hildon