Revision: 573 Author: ntrel Date: 2006-07-17 04:23:13 -0700 (Mon, 17 Jul 2006) ViewCVS: http://svn.sourceforge.net/geany/?rev=573&view=rev
Log Message: ----------- Remove invalid DocBook xrefs and add scikeybinding.docbook to EXTRA_DIST
Modified Paths: -------------- trunk/doc/Makefile.am trunk/doc/geany.docbook trunk/doc/scikeybinding.docbook Modified: trunk/doc/Makefile.am =================================================================== --- trunk/doc/Makefile.am 2006-07-17 10:42:26 UTC (rev 572) +++ trunk/doc/Makefile.am 2006-07-17 11:23:13 UTC (rev 573) @@ -3,7 +3,7 @@ HTML_FILES = html/*.html geany.css IMAGE_FILES = images/*.jpg EXTRA_DIST = geany.css geany.xsl make_webable.sh geany.txt geany_gpl.docbook geany.1 \ - geany.docbook $(HTML_FILES) $(IMAGE_FILES) + scikeybinding.docbook geany.docbook $(HTML_FILES) $(IMAGE_FILES)
pdf: jw -b pdf geany.docbook
Modified: trunk/doc/geany.docbook =================================================================== --- trunk/doc/geany.docbook 2006-07-17 10:42:26 UTC (rev 572) +++ trunk/doc/geany.docbook 2006-07-17 11:23:13 UTC (rev 573) @@ -846,7 +846,9 @@ <para> <application>&app;</application> supports the default keyboard shortcuts for the Scintilla editing widget. For a list of these commands, see - <xref linkend="scikeybinding"/>. The Scintilla keyboard shortcuts will be + <!-- <xref linkend="scikeybinding"/> (outside this doc!) --> + the "Scintilla keyboard commands" appendix. + The Scintilla keyboard shortcuts will be overridden by any custom keybindings with the same keyboard shortcut. </para> <para>
Modified: trunk/doc/scikeybinding.docbook =================================================================== --- trunk/doc/scikeybinding.docbook 2006-07-17 10:42:26 UTC (rev 572) +++ trunk/doc/scikeybinding.docbook 2006-07-17 11:23:13 UTC (rev 573) @@ -8,11 +8,13 @@ </copyright> <legalnotice> <para> - This appendix is distributed under the terms of the Scintilla License. + This appendix is distributed under the terms of the License for + Scintilla and SciTE. A copy of this license can be found in the file scintilla/License.txt included with the source code of this - program and in the appendix of this document. - See <xref linkend="scintilla-license"/>. + program and in the "License for Scintilla and SciTE" + appendix of this document. + <!-- See <xref linkend="scintilla-license"/>. (outside this doc!) --> </para> </legalnotice> </appendixinfo>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.