File: 10_doc_relocation

package info (click to toggle)
python-networkx 1.9%2Bdfsg1-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 5,052 kB
  • ctags: 3,986
  • sloc: python: 52,132; makefile: 176
file content (16 lines) | stat: -rw-r--r-- 490 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: install doc in the right place for Debian
Author: Thomas Goirand <zigo@debian.org>
Forwarded: no
Last-Update: 2014-06-22

--- a/setup.py	2014-06-22 07:52:32.000000000 +0000
+++ b/setup.py	2014-06-22 07:52:50.000000000 +0000
@@ -58,7 +58,7 @@
           "networkx.testing",
           "networkx.utils"]
 
-docdirbase  = 'share/doc/networkx-%s' % version
+docdirbase  = 'share/doc/python-networkx'
 # add basic documentation
 data = [(docdirbase, glob("*.txt"))]
 # add examples