File: 10_doc_relocation

package info (click to toggle)
python-networkx 1.7~rc1-3
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 4,128 kB
  • sloc: python: 44,557; makefile: 135
file content (15 lines) | stat: -rw-r--r-- 569 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Description: install doc in the right place for Debian

Index: python-networkx-1.7~rc1/setup.py
===================================================================
--- python-networkx-1.7~rc1.orig/setup.py	2012-06-12 23:49:40.000000000 +0200
+++ python-networkx-1.7~rc1/setup.py	2012-06-14 22:47:19.908016772 +0200
@@ -56,7 +56,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