File: debianization-documentation-adhoc.patch

package info (click to toggle)
graph-tool 2.97%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 29,244 kB
  • sloc: cpp: 86,942; python: 31,235; makefile: 941; xml: 101; sh: 42
file content (33 lines) | stat: -rw-r--r-- 986 bytes parent folder | download | duplicates (3)
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 \