<html><head><metahttp-equiv="Content-Type"content="text/html; charset=UTF-8"><title>AppendixA.Contributing to this document</title><linkrel="stylesheet"href="geany.css"type="text/css"><metaname="generator"content="DocBook XSL Stylesheets V1.72.0"><linkrel="start"href="index.html"title="Geany 0.11"><linkrel="up"href="index.html"title="Geany 0.11"><linkrel="prev"href="ch04s03.html"title="Templates"><linkrel="next"href="apb.html"title="AppendixB.Scintilla keyboard commands"></head><bodybgcolor="white"text="black"link="#0000FF"vlink="#840084"alink="#0000FF"><divclass="navheader"><tablewidth="100%"summary="Navigation header"><tr><thcolspan="3"align="center">AppendixA.Contributing to this document</th></tr><tr><tdwidth="20%"align="left"><aaccesskey="p"href="ch04s03.html">Prev</a></td><thwidth="60%"align="center"></th><tdwidth="20%"align="right"><aaccesskey="n"href="apb.html">Next</a></td></tr></table><hr></div><divclass="appendix"lang="en"><divclass="titlepage"><div><div><h2class="title"><aname="contrib"></a>AppendixA.Contributing to this document</h2></div></div></div><p>This document is written in Docbook XML. The source file for it is located in the
subdirectory "doc" of the source directory of <spanclass="application">Geany</span>.
If you intend on making changes, you should grab the source right from SVN to make
sure you have got the newest version. After editing that file, to build the docs and
see how your changes look, run "make doc" in the subdirectory "doc" of the source
directory of <spanclass="application">Geany</span> to build HTML pages and a text file.
Your updated HTML docs will end up in the <codeclass="filename">./html</code> directory.
To generate a PDF file, use the command "make pdf" which should generate a
file called <codeclass="filename">geany-0.11.pdf</code>.
</p><p>After you are happy with your changes, create a patch: