[DRE-commits] [SCM] webgen0.5.git branch, master, updated. debian/0.5.17+dfsg1-1-3-gb6019da

=?UTF-8?Q?Marc=20Dequ=C3=A8nes=20?=(Duck) Duck at DuckCorp.org
Wed Jul 31 22:44:39 UTC 2013


The following commit has been merged in the master branch:
commit 3a57940705d0a250f7f87c26339ad9b4c70cad77
Author: Marc Dequènes (Duck) <Duck at DuckCorp.org>
Date:   Wed Jul 31 19:44:25 2013 +0200

    [evol] rdoc rules update

diff --git a/debian/changelog b/debian/changelog
index c843452..b849c79 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ webgen0.5 (0.5.17+dfsg1-2) UNRELEASED; urgency=low
 
   * Fixed '1.9_yaml' patch to avoid patch comment from leaking into the
     generated documentation (Closes: #714927).
+  * Updated documention build rules to recent rdoc.
 
  -- Marc Dequènes (Duck) <Duck at DuckCorp.org>  Wed, 31 Jul 2013 19:31:40 +0200
 
diff --git a/debian/rules b/debian/rules
index 7a1bf08..a52a75d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,8 +16,7 @@
 
 override_dh_auto_build:
 	dh_auto_build
-	rdoc --all --inline-source --diagram --fileboxes --line-numbers --fmt=html --main lib/webgen/website.rb \
-		-o build-doc/rdoc lib
+	rdoc -a -t 'Webgen API' -f darkfish -m lib/webgen/website.rb -o build-doc/rdoc lib
 
 override_dh_auto_install:
 	dh_auto_install

-- 
webgen0.5.git



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