[maemo-commits] [maemo-commits] r8874 - projects/haf/trunk/pybluez/doc

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Tue Dec 26 22:55:46 EET 2006
Author: osantana
Date: 2006-12-26 22:55:42 +0200 (Tue, 26 Dec 2006)
New Revision: 8874

Modified:
   projects/haf/trunk/pybluez/doc/gendoc
Log:
- added a optional dependency to the libbluetooth1 to make this package

Modified: projects/haf/trunk/pybluez/doc/gendoc
===================================================================
--- projects/haf/trunk/pybluez/doc/gendoc	2006-12-26 20:55:29 UTC (rev 8873)
+++ projects/haf/trunk/pybluez/doc/gendoc	2006-12-26 20:55:42 UTC (rev 8874)
@@ -8,8 +8,8 @@
 for d in $gendocdir/../build/lib*/ 
 do
     cd $d
-    pydoc -w bluetooth >> /dev/null
-    pydoc -w _bluetooth >> /dev/null
+    pydoc2.5 -w bluetooth >> /dev/null
+    pydoc2.5 -w _bluetooth >> /dev/null
     mv -f bluetooth.html ../../doc/bluetooth.html
     mv -f _bluetooth.html ../../doc/_bluetooth.html
     break


More information about the maemo-commits mailing list