geany/doc/html/apa.html
Enrico Tröger 011fcde8ea Updated for Geany 0.11.
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@1551 ea778897-0a13-0410-b9d1-a72fbfd435f5
2007-05-21 15:24:27 +00:00

16 lines
2.9 KiB
HTML
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>Appendix A. Contributing to this document</title><link rel="stylesheet" href="geany.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.72.0"><link rel="start" href="index.html" title="Geany 0.11"><link rel="up" href="index.html" title="Geany 0.11"><link rel="prev" href="ch04s03.html" title="Templates"><link rel="next" href="apb.html" title="Appendix B. Scintilla keyboard commands"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Appendix A. Contributing to this document</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch04s03.html">Prev</a> </td><th width="60%" align="center"> </th><td width="20%" align="right"> <a accesskey="n" href="apb.html">Next</a></td></tr></table><hr></div><div class="appendix" lang="en"><div class="titlepage"><div><div><h2 class="title"><a name="contrib"></a>Appendix A. 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 <span class="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 <span class="application">Geany</span> to build HTML pages and a text file.
Your updated HTML docs will end up in the <code class="filename">./html</code> directory.
To generate a PDF file, use the command "make pdf" which should generate a
file called <code class="filename">geany-0.11.pdf</code>.
</p><p>After you are happy with your changes, create a patch:
</p><pre class="screen">
<code class="prompt">%</code> <strong class="userinput"><code><span><strong class="command">svn diff geany.docbook &gt; whatever.patch</strong></span></code></strong></pre><p>
and then submit that file to the mailing list for review.
</p><p>Note, you will need the docbook-xml and xmlto software packages installed to build the docs.
</p></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="ch04s03.html">Prev</a> </td><td width="20%" align="center"> </td><td width="40%" align="right"> <a accesskey="n" href="apb.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">Templates </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> Appendix B. Scintilla keyboard commands</td></tr></table></div></body></html>