mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-16 19:56:31 +01:00
Un bit-rot the docbook manual build, just for kicks.
git-svn-id: svn://localhost/ardour2/branches/3.0@11039 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
06320b2ed3
commit
5c1e4e1c79
6 changed files with 12 additions and 11 deletions
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
|
||||
|
||||
<!ENTITY % BOOK_ENTITIES SYSTEM "./entities.ent">
|
||||
<!ENTITY % BOOK_ENTITIES SYSTEM "../../build/manual/ent/entities.ent">
|
||||
%BOOK_ENTITIES;
|
||||
|
||||
]>
|
||||
|
|
|
|||
|
|
@ -4,8 +4,8 @@
|
|||
<!ENTITY BOOKDATE "2007-01-13"> <!-- change revision date here -->
|
||||
<!ENTITY BOOKID "&BOOKNAME;-&BOOKVERSION; (&BOOKDATE;)">
|
||||
|
||||
<!ENTITY ARDOUR_NAME "ardour">
|
||||
<!ENTITY ARDOUR_VERSION "%VERSION%">
|
||||
<!ENTITY ARDOUR_NAME "Ardour">
|
||||
<!ENTITY ARDOUR_VERSION "@VERSION@">
|
||||
<!ENTITY ARDOUR_COMMAND "<command>ardour3</command>">
|
||||
<!ENTITY ARDOUR_APPLICATION "<application>&ARDOUR_NAME;</application>">
|
||||
<!ENTITY COPYRIGHT_HOLDER "&ARDOUR_NAME; Foundation">
|
||||
|
|
|
|||
|
|
@ -15,8 +15,7 @@
|
|||
|
||||
<para>
|
||||
Key commands such as <keycombo><keycap>Ctrl</keycap><keycap>a</keycap>
|
||||
</keycombo> mean "Hold down the Ctrl key and press the 'a' key". New
|
||||
and important terms are written like this.
|
||||
</keycombo> mean "Hold down the Ctrl key and press the 'a' key".
|
||||
</para>
|
||||
|
||||
<para>
|
||||
|
|
@ -26,7 +25,7 @@
|
|||
|
||||
<para>
|
||||
The name of a menu item is shown like <guimenuitem>This</guimenuitem>,
|
||||
and nested menu items will appear like <menuchoice>
|
||||
and nested menu items will appear as <menuchoice>
|
||||
<guimenu>Menu</guimenu> <guisubmenu>Sub Menu</guisubmenu>
|
||||
</menuchoice>
|
||||
</para>
|
||||
|
|
|
|||
|
|
@ -4,10 +4,10 @@
|
|||
version="1.0"
|
||||
exclude-result-prefixes="exsl">
|
||||
|
||||
<xsl:import href="/usr/share/sgml/docbook/xsl-stylesheets/xhtml/docbook.xsl"/>
|
||||
<xsl:import href="/usr/share/sgml/docbook/xsl-stylesheets/xhtml/chunk-common.xsl"/>
|
||||
<xsl:import href="/usr/share/sgml/docbook/xsl-stylesheets/xhtml/chunk-code.xsl"/>
|
||||
<xsl:import href="/usr/share/sgml/docbook/xsl-stylesheets/xhtml/manifest.xsl"/>
|
||||
<xsl:import href="/usr/share/xml/docbook/stylesheet/docbook-xsl/xhtml/docbook.xsl"/>
|
||||
<xsl:import href="/usr/share/xml/docbook/stylesheet/docbook-xsl/xhtml/chunk-common.xsl"/>
|
||||
<xsl:import href="/usr/share/xml/docbook/stylesheet/docbook-xsl/xhtml/chunk-code.xsl"/>
|
||||
<xsl:import href="/usr/share/xml/docbook/stylesheet/docbook-xsl/xhtml/manifest.xsl"/>
|
||||
|
||||
<xsl:param name="html.stylesheet" select="'ardour_manual.css'"/>
|
||||
<xsl:param name="html.stylesheet.type" select="'text/css'"/>
|
||||
|
|
|
|||
|
|
@ -21,6 +21,7 @@ def build(bld):
|
|||
templates = bld.path.ant_glob('*.template.in')
|
||||
for t in templates:
|
||||
obj = bld(features = 'subst')
|
||||
obj.name = 'template'
|
||||
obj.source = [ t ]
|
||||
dir_name = os.path.basename(t.srcpath()).replace('.template.in', '')
|
||||
file_name = os.path.basename(t.srcpath()).replace('.in', '')
|
||||
|
|
|
|||
3
wscript
3
wscript
|
|
@ -34,7 +34,8 @@ children = [
|
|||
'gtk2_ardour',
|
||||
'templates',
|
||||
'export',
|
||||
'midi_maps'
|
||||
'midi_maps',
|
||||
'manual'
|
||||
]
|
||||
|
||||
i18n_children = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue