Franck Pommereau

fixed installation without emacs

1 dist/* 1 dist/*
2 -utils/abcd-mode.elc
3 dput.sh 2 dput.sh
4 *.pyc 3 *.pyc
5 *~ 4 *~
......
...@@ -14,7 +14,7 @@ all: ...@@ -14,7 +14,7 @@ all:
14 committed: 14 committed:
15 hg summary|grep -q '^commit: (clean)$$' 15 hg summary|grep -q '^commit: (clean)$$'
16 16
17 -pip: 17 +pip: emacs
18 python setup.py sdist bdist_wheel upload 18 python setup.py sdist bdist_wheel upload
19 19
20 next-deb: 20 next-deb:
......
...@@ -34,15 +34,8 @@ particular, plugins are provided to implement the operations ...@@ -34,15 +34,8 @@ particular, plugins are provided to implement the operations
34 usually found in the PBC and M-nets family.""" 34 usually found in the PBC and M-nets family."""
35 35
36 if __name__ == "__main__" : 36 if __name__ == "__main__" :
37 - try : 37 + emacs = [("share/emacs/site-lisp", ["utils/abcd-mode.el",
38 - subprocess.check_output(["emacs", "-batch", "-f", 38 + "utils/abcd-mode.elc"])]
39 - "batch-byte-compile", "utils/abcd-mode.el"],
40 - stderr=subprocess.STDOUT)
41 - emacs = [("share/emacs/site-lisp", ["utils/abcd-mode.el",
42 - "utils/abcd-mode.elc"])]
43 - except :
44 - emacs = [("share/emacs/site-lisp", ["utils/abcd-mode.el"])]
45 - #
46 setup(name="SNAKES", 39 setup(name="SNAKES",
47 version=open("VERSION").read().strip(), 40 version=open("VERSION").read().strip(),
48 description="SNAKES is the Net Algebra Kit for Editors and Simulators", 41 description="SNAKES is the Net Algebra Kit for Editors and Simulators",
......
No preview for this file type