debian: do not distribute _*.ipynb files

* tests/Makefile.am (nb-html): Only work on the subset of the notebooks
we want to show.
* debian/python3-spot.examples: Ignore _*.ipynb files.
This commit is contained in:
Alexandre Duret-Lutz 2016-02-17 08:41:34 +01:00
parent f7c495ad12
commit b56aec242a
2 changed files with 22 additions and 13 deletions

View file

@ -1,2 +1,2 @@
tests/python/*.ipynb
tests/python/[^_]*.ipynb
tests/python/*.html