Mercurial > p > roundup > code
diff Makefile @ 3:97559f7bae2e
Bug fixes:
. Fixed bug in re generation in the filter (I hadn't finished the code ;)
. Added TODO as a priority (between bug and usability)
. Fixed handling of None String property in grouped list headings
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Thu, 19 Jul 2001 05:23:09 +0000 |
| parents | fddc8af9f541 |
| children | 4ced1524c63d |
line wrap: on
line diff
--- a/Makefile Thu Jul 19 03:12:56 2001 +0000 +++ b/Makefile Thu Jul 19 05:23:09 2001 +0000 @@ -11,8 +11,8 @@ mkdir /tmp/${PACKAGE} cp -r ${FILES} /tmp/${PACKAGE} cp dummy_config.py /tmp/${PACKAGE} - (cd /tmp; tar zcf ${PACKAGE}.tgz ${PACKAGE}) - mv /tmp/${PACKAGE}.tgz . + (cd /tmp; tar zcf ${PACKAGE}.tar.gz ${PACKAGE}) + mv /tmp/${PACKAGE}.tar.gz . clean: - rm -f *.pyc *.tgz + rm -f *.pyc *.tar.gz
