scripts/gettd.pl
changeset 8 86e7e89c8543
parent 7 896da38e2b20
child 22 d2ecfdaf0f31
--- a/scripts/gettd.pl	Thu Nov 05 13:30:20 2009 +0000
+++ b/scripts/gettd.pl	Wed Nov 11 12:59:31 2009 +0000
@@ -18,7 +18,7 @@
 my $summaryheader="ID\tPackage\tFeatures\tFormat\tHttp\n" ;
 my $newtdformat = 0;
 my @blist = ("Tracking_Package_features","Kernel_EPLization_Backlog",
-    "Package_Backlog_Q","Wishlist","Test_Package");
+    "Package_Backlog_Q","Wishlist","Test_Package","Backlog_Details");
 
 
 sub blacklist
@@ -307,10 +307,12 @@
 			
 		}
 
-	print soutputfile "$id\t$pagename\t$i\t$headerformat\thttp://developer.symbian.org/wiki/index.php/$pagename\n";
+	
 	if ($splitbklogs) { 
     print soutputfile "$id\t$pagename\t$i\t$headerformat\t$whichtd\thttp://developer.symbian.org/wiki/index.php/$pagename\n";
-	}
+	} else {
+    print soutputfile "$id\t$pagename\t$i\t$headerformat\thttp://developer.symbian.org/wiki/index.php/$pagename\n";
+  }
 
 	}