rename wrap/python/ to python/
* wrap/python/: Rename to... * python/: ... this. * wrap/: Delete. * Makefile.am, README, configure.ac, debian/python3-spot.examples, debian/rules, doc/org/.dir-locals.el.in, doc/org/init.el.in, spot/sanity/ipynb.test: Adjust.
This commit is contained in:
parent
74ec9c54c4
commit
34c3c1cedc
62 changed files with 24 additions and 48 deletions
4
debian/python3-spot.examples
vendored
4
debian/python3-spot.examples
vendored
|
|
@ -1,2 +1,2 @@
|
|||
wrap/python/tests/*.ipynb
|
||||
wrap/python/tests/*.html
|
||||
python/tests/*.ipynb
|
||||
python/tests/*.html
|
||||
|
|
|
|||
10
debian/rules
vendored
10
debian/rules
vendored
|
|
@ -75,17 +75,17 @@ override_dh_auto_install: fix-mathjax
|
|||
dh_auto_configure -- $(LTOSETUP) \
|
||||
--disable-devel --enable-optimizations \
|
||||
--disable-static PYTHON=/usr/bin/$$pyv; \
|
||||
dh_auto_build -- -C wrap/python clean; \
|
||||
dh_auto_build -- -C wrap/python all; \
|
||||
dh_auto_install -- -C wrap/python; \
|
||||
dh_auto_build -- -C python clean; \
|
||||
dh_auto_build -- -C python all; \
|
||||
dh_auto_install -- -C python; \
|
||||
done
|
||||
find debian/tmp -name '*.la' -exec rm -rv {} ';'
|
||||
override_dh_python3:
|
||||
dh_python3 -p python3-spot
|
||||
override_dh_auto_build:
|
||||
dh_auto_build
|
||||
$(MAKE) -C wrap/python/tests nb-html
|
||||
$(MAKE) -C python/tests nb-html
|
||||
|
||||
fix-mathjax:
|
||||
perl -pi -e 's|http://orgmode.org/mathjax/MathJax.js|file:///usr/share/javascript/mathjax/MathJax.js|' doc/userdoc/*.html
|
||||
perl -pi -e 's|https://cdn.mathjax.org/mathjax/latest/MathJax.js|file:///usr/share/javascript/mathjax/MathJax.js|' wrap/python/tests/*.html
|
||||
perl -pi -e 's|https://cdn.mathjax.org/mathjax/latest/MathJax.js|file:///usr/share/javascript/mathjax/MathJax.js|' python/tests/*.html
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue