[DRE-commits] r2466 - packages-wip/libfacets-ruby/trunk/debian

terceiro-guest at alioth.debian.org terceiro-guest at alioth.debian.org
Thu Jan 24 21:37:26 UTC 2008


Author: terceiro-guest
Date: 2008-01-24 21:37:26 +0000 (Thu, 24 Jan 2008)
New Revision: 2466

Modified:
   packages-wip/libfacets-ruby/trunk/debian/rules
Log:
generating rdoc without dh_rdoc (without diagrams, actually) to avoid rdoc
crash (bug report on outgoing messages queue).



Modified: packages-wip/libfacets-ruby/trunk/debian/rules
===================================================================
--- packages-wip/libfacets-ruby/trunk/debian/rules	2008-01-21 10:27:59 UTC (rev 2465)
+++ packages-wip/libfacets-ruby/trunk/debian/rules	2008-01-24 21:37:26 UTC (rev 2466)
@@ -8,6 +8,5 @@
 	ruby1.8 task/install --sitedir $(CURDIR)/debian/$(cdbs_curpkg)/usr/lib/ruby/1.8
 
 install/libfacets-ruby::
-	# FIXME: this causes a crash in rdoc, need to check why
-	#dh_rdoc -p $(cdbs_curpkg) lib 
+	rdoc -o $(CURDIR)/debian/$(cdbs_curpkg)/usr/share/doc/$(cdbs_curpkg)/html lib
 




More information about the Pkg-ruby-extras-commits mailing list