Franck Pommereau

fixed previous fix (Yolo commit message)

1 # file GENERATED by distutils, do NOT edit 1 # file GENERATED by distutils, do NOT edit
2 -,let.png 2 +.gitignore
3 -,let.py
4 -,net-with-colors.png
5 -,railroad.png
6 -,railroad.pnml
7 -,test-gv-circo.png
8 -,test-gv-dot.png
9 -,test-gv-fdp.png
10 -,test-gv-graph.png
11 -,test-gv-neato.png
12 -,test-gv-twopi.png
13 -.hgignore
14 -.hgtags
15 BUGS 3 BUGS
16 MANIFEST 4 MANIFEST
17 MANIFEST.in 5 MANIFEST.in
18 Makefile 6 Makefile
19 -NEWS 7 +README.md
20 -README
21 -TODO
22 VERSION 8 VERSION
23 -dput.sh
24 mkdeb.py 9 mkdeb.py
25 mklang.py 10 mklang.py
26 setup.py 11 setup.py
...@@ -92,9 +77,21 @@ snakes/utils/apidoc.py ...@@ -92,9 +77,21 @@ snakes/utils/apidoc.py
92 snakes/utils/abcd/__init__.py 77 snakes/utils/abcd/__init__.py
93 snakes/utils/abcd/build.py 78 snakes/utils/abcd/build.py
94 snakes/utils/abcd/checker.py 79 snakes/utils/abcd/checker.py
80 +snakes/utils/abcd/html.py
95 snakes/utils/abcd/main.py 81 snakes/utils/abcd/main.py
96 snakes/utils/abcd/simul.py 82 snakes/utils/abcd/simul.py
97 snakes/utils/abcd/transform.py 83 snakes/utils/abcd/transform.py
84 +snakes/utils/abcd/resources/about.html
85 +snakes/utils/abcd/resources/alive.txt
86 +snakes/utils/abcd/resources/d3.min.js
87 +snakes/utils/abcd/resources/index.html
88 +snakes/utils/abcd/resources/jquery.min.js
89 +snakes/utils/abcd/resources/jquery.periodic.js
90 +snakes/utils/abcd/resources/model.css
91 +snakes/utils/abcd/resources/model.html
92 +snakes/utils/abcd/resources/model.js
93 +snakes/utils/abcd/resources/simulator.css
94 +snakes/utils/abcd/resources/simulator.js
98 snakes/utils/ctlstar/__init__.py 95 snakes/utils/ctlstar/__init__.py
99 snakes/utils/ctlstar/build.py 96 snakes/utils/ctlstar/build.py
100 utils/abcd-mode.el 97 utils/abcd-mode.el
......
1 recursive-include doc * 1 recursive-include doc *
2 include * 2 include *
3 +exclude dist/* dput.sh *.pyc *~ ,* *.class *.bak __pycache__
......
...@@ -14,14 +14,14 @@ all: ...@@ -14,14 +14,14 @@ all:
14 committed: 14 committed:
15 hg summary|grep -q '^commit: (clean)$$' 15 hg summary|grep -q '^commit: (clean)$$'
16 16
17 -pip: emacs 17 +pip: utils/abcd-mode.el
18 - python setup.py sdist bdist_wheel upload 18 + python setup.py sdist upload
19 19
20 next-deb: 20 next-deb:
21 echo 1 > debian/PPA 21 echo 1 > debian/PPA
22 echo $$((1+$$(cat debian/VERSION))) > debian/VERSION 22 echo $$((1+$$(cat debian/VERSION))) > debian/VERSION
23 23
24 -emacs: 24 +utils/abcd-mode.elc: utils/abcd-mode.el
25 emacs -batch -f batch-byte-compile utils/abcd-mode.el 25 emacs -batch -f batch-byte-compile utils/abcd-mode.el
26 26
27 next-ppa: 27 next-ppa:
......
No preview for this file type