[DRE-commits] [SCM] ruby-facets.git branch, master, updated. debian/2.9.2-1-15-gb739946

=?UTF-8?Q?Marc=20Dequ=C3=A8nes=20?=(Duck) Duck at DuckCorp.org
Fri Jun 21 12:42:04 UTC 2013


The following commit has been merged in the master branch:
commit e691356d2a4e784feabde5367a75d51a2cb8613c
Author: Marc Dequènes (Duck) <Duck at DuckCorp.org>
Date:   Fri Jun 21 14:31:53 2013 +0200

    [fix] updated rdoc parameters which have evolved

diff --git a/debian/rules b/debian/rules
index e3e1486..e075557 100755
--- a/debian/rules
+++ b/debian/rules
@@ -24,10 +24,10 @@ override_dh_auto_build:
 	dh_auto_build
 	mkdir -p $(DOC_DIR)
 	ln -s ./core/facets lib/facets # workaround
-	rdoc -a -S -t'Facets Core API' -T html -m README.rdoc --op '$(DOC_DIR)/core' README.rdoc lib/facets
+	rdoc -a -t 'Facets Core API' -f darkfish -m README.rdoc -o '$(DOC_DIR)/core' README.rdoc lib/facets
 	rm lib/facets
 	ln -s ./standard/facets lib/facets # workaround
-	rdoc -a -S -t'Facets Standard API' -T html -m README.rdoc --op '$(DOC_DIR)/standard' README.rdoc lib/facets
+	rdoc -a -t 'Facets Standard API' -f darkfish -m README.rdoc -o '$(DOC_DIR)/standard' README.rdoc lib/facets
 	rm lib/facets
 
 LIB_INSTALL_PATH=debian/ruby-facets/usr/lib/ruby/vendor_ruby

-- 
ruby-facets.git



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