From e3f6c1d3cddecb0308c6c6d4482eac7a736d15aa Mon Sep 17 00:00:00 2001
From: Lars Kanis <kanis@comcard.de>
Date: Thu, 8 Mar 2012 17:13:34 +0100
Subject: [PATCH] Explicitly set README file and documentation title

---
 .yardopts  | 4 ++++
 README.git | 3 ---
 2 files changed, 4 insertions(+), 3 deletions(-)
 delete mode 100644 README.git

diff --git a/.yardopts b/.yardopts
index 84fefce..98f38c4 100644
--- a/.yardopts
+++ b/.yardopts
@@ -1,8 +1,12 @@
+--readme          README.rdoc
+--title           "FXRuby API Documentation"
 --exclude '/aliases|kwargs|missingdep|responder/'
 --protected
 --no-private
+--charset utf-8
 rdoc-sources/*.rb
 lib/fox16/*.rb
 -
 History.txt
 rdoc-sources/*.rdoc
+README.rdoc
diff --git a/README.git b/README.git
deleted file mode 100644
index e5bff25..0000000
--- a/README.git
+++ /dev/null
@@ -1,3 +0,0 @@
-To push changes on local topic/1.6 branch back to remote 1.6 branch:
-
-    git push origin topic/1.6:1.6
-- 
GitLab