Code

minor edit
[roundup.git] / Makefile
1 VERSION = 0.1.3
2 FILES = cgitb.py date.py roundup-mailgw.py roundup_cgi.py server.py \
3         config.py hyperdb.py roundup.py roundupdb.py template.py \
4         README CHANGES templates roundup.cgi style.css
5 PACKAGE = roundup-${VERSION}
6 PACKAGE_DIR = /tmp/roundup-${VERSION}
9 release:
10         rm -rf /tmp/${PACKAGE}
11         mkdir /tmp/${PACKAGE}
12         cp -r ${FILES} /tmp/${PACKAGE}
13         (cd /tmp; tar zcf ${PACKAGE}.tar.gz ${PACKAGE})
14         mv /tmp/${PACKAGE}.tar.gz .
16 clean:
17         rm -f *.pyc *.tar.gz