debian: ship the ipython notebooks as examples
Fixes #73. * debian/python3-spot.examples: New file. * Makefile.am: Distribute it.
This commit is contained in:
parent
57b0586400
commit
a637e23d84
2 changed files with 6 additions and 5 deletions
10
Makefile.am
10
Makefile.am
|
|
@ -33,11 +33,11 @@ SUBDIRS = buddy lib src wrap ltdl iface doc $(NEVER_BENCH)
|
||||||
UTF8 = utf8/doc/ReleaseNotes utf8/doc/utf8cpp.html utf8/utf8.h \
|
UTF8 = utf8/doc/ReleaseNotes utf8/doc/utf8cpp.html utf8/utf8.h \
|
||||||
utf8/utf8/checked.h utf8/utf8/core.h utf8/utf8/unchecked.h
|
utf8/utf8/checked.h utf8/utf8/core.h utf8/utf8/unchecked.h
|
||||||
|
|
||||||
DEBIAN = debian/changelog debian/changelog.in debian/compat \
|
DEBIAN = debian/changelog debian/changelog.in debian/compat \
|
||||||
debian/control debian/copyright debian/docs debian/rules \
|
debian/control debian/copyright debian/docs debian/rules \
|
||||||
debian/python3-spot.install debian/source/format \
|
debian/python3-spot.examples debian/python3-spot.install \
|
||||||
debian/spot-doc.docs debian/spot-doc.install \
|
debian/source/format debian/spot-doc.docs debian/spot-doc.install \
|
||||||
debian/spot-doc.doc-base debian/spot.install \
|
debian/spot-doc.doc-base debian/spot.install \
|
||||||
debian/libspot-dev.install
|
debian/libspot-dev.install
|
||||||
|
|
||||||
debian/changelog: configure.ac
|
debian/changelog: configure.ac
|
||||||
|
|
|
||||||
1
debian/python3-spot.examples
vendored
Normal file
1
debian/python3-spot.examples
vendored
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
wrap/python/tests/*.ipynb
|
||||||
Loading…
Add table
Add a link
Reference in a new issue