From 81c84e553dc43bd9bf0589a07d41d2da5a929d2d Mon Sep 17 00:00:00 2001 From: Frank Lanitz Date: Sun, 29 Apr 2012 17:36:45 +0200 Subject: [PATCH] Removing reference to svn from sending a patch for this document --- doc/geany.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/doc/geany.txt b/doc/geany.txt index 63b7802873..fbc83ae983 100644 --- a/doc/geany.txt +++ b/doc/geany.txt @@ -4994,12 +4994,14 @@ geany-|(version)|.pdf. __ http://docutils.sourceforge.net/rst.html -After you are happy with your changes, create a patch:: +After you are happy with your changes, create a patch e.g. by using:: - % svn diff geany.txt > foo.patch + % git diff geany.txt > foo.patch and then submit that file to the mailing list for review. +Also you can clone the Geany at github and send a pullrequest. + Note, you will need the Python docutils software package installed to build the docs. The package is named ``python-docutils`` on Debian and Fedora systems.