File: 10_doc_relocation

package info (click to toggle)
python-networkx 1.11-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 5,864 kB
  • ctags: 4,810
  • sloc: python: 59,461; makefile: 160
file content (26 lines) | stat: -rw-r--r-- 705 bytes parent folder | download | duplicates (2)
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
From c3bfa0e212648be87a879443b3a974f63eeb9413 Mon Sep 17 00:00:00 2001
From: Thomas Goirand <zigo@debian.org>
Date: Thu, 8 Oct 2015 12:34:57 -0700
Subject: install doc in the right place for Debian

Forwarded: no
Last-Update: 2014-06-22

Patch-Name: 10_doc_relocation
---
 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index 07d752b..56b393f 100644
--- a/setup.py
+++ b/setup.py
@@ -59,7 +59,7 @@ packages=["networkx",
           "networkx.testing",
           "networkx.utils"]
 
-docdirbase  = 'share/doc/networkx-%s' % version
+docdirbase  = 'share/doc/python-networkx'
 # add basic documentation
 data = [(docdirbase, glob("*.txt"))]
 # add examples