1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33
|
Description: debianization -- documentation -- ad hoc
Take into account the material in `debian/adhoc'.
This is a Debian centric patch and must be removed
as soon as upstream provides a fully working doc
machinery.
Origin: vendor, Debian
Forwarded: not-needed
Author: Jerome Benoit <calculus@rezozer.net>
Last-Update: 2025-02-02
--- a/Makefile.am
+++ b/Makefile.am
@@ -5,6 +5,20 @@
graphtooldocdir = ${PACKAGE_DOC_DIR}
nobase_dist_graphtooldoc_DATA = \
+ \
+ doc/extlinks_fancy.py \
+ doc/mincut-example.xml.gz \
+ doc/mincut-st-example.xml.gz \
+ doc/demos/animation/animation_dancing.py \
+ doc/demos/animation/animation_sirs.py \
+ doc/demos/animation/animation_zombies.py \
+ doc/demos/animation/interactive_bst.py \
+ doc/demos/animation/face-grin.png \
+ doc/demos/animation/face-surprise.png \
+ doc/demos/animation/zombie.png \
+ doc/demos/inference/blockmodel-example.gt.gz \
+ doc/demos/inference/nested-diagram.svg \
+ \
README.md \
COPYING \
COPYING.LESSER \
|