Franck Pommereau

fixed Makefile

...@@ -13,6 +13,7 @@ ...@@ -13,6 +13,7 @@
13 .hgignore 13 .hgignore
14 .hgtags 14 .hgtags
15 BUGS 15 BUGS
16 +MANIFEST
16 MANIFEST.in 17 MANIFEST.in
17 Makefile 18 Makefile
18 NEWS 19 NEWS
...@@ -97,3 +98,4 @@ snakes/utils/abcd/transform.py ...@@ -97,3 +98,4 @@ snakes/utils/abcd/transform.py
97 snakes/utils/ctlstar/__init__.py 98 snakes/utils/ctlstar/__init__.py
98 snakes/utils/ctlstar/build.py 99 snakes/utils/ctlstar/build.py
99 utils/abcd-mode.el 100 utils/abcd-mode.el
101 +utils/abcd-mode.elc
......
...@@ -15,7 +15,7 @@ committed: ...@@ -15,7 +15,7 @@ committed:
15 hg summary|grep -q '^commit: (clean)$$' 15 hg summary|grep -q '^commit: (clean)$$'
16 16
17 pip: 17 pip:
18 - python setup.py upload 18 + python setup.py sdist bdist_wheel upload
19 19
20 next-deb: 20 next-deb:
21 echo 1 > debian/PPA 21 echo 1 > debian/PPA
......