diff --git a/manual/xml/book_info.xml b/manual/xml/book_info.xml index 061e2f0133..7c6098b0e7 100644 --- a/manual/xml/book_info.xml +++ b/manual/xml/book_info.xml @@ -2,7 +2,7 @@ + %BOOK_ENTITIES; ]> diff --git a/manual/xml/entities.ent.in b/manual/xml/entities.ent.in index 7590a9b045..8c488458dd 100644 --- a/manual/xml/entities.ent.in +++ b/manual/xml/entities.ent.in @@ -4,8 +4,8 @@ - - + + ardour3"> &ARDOUR_NAME;"> diff --git a/manual/xml/formatting_conventions.xml b/manual/xml/formatting_conventions.xml index 3908a53480..f9d89ae9f0 100644 --- a/manual/xml/formatting_conventions.xml +++ b/manual/xml/formatting_conventions.xml @@ -15,8 +15,7 @@ Key commands such as Ctrla - mean "Hold down the Ctrl key and press the 'a' key". New - and important terms are written like this. + mean "Hold down the Ctrl key and press the 'a' key". @@ -26,7 +25,7 @@ The name of a menu item is shown like This, - and nested menu items will appear like + and nested menu items will appear as Menu Sub Menu diff --git a/manual/xsl/html.xsl b/manual/xsl/html.xsl index f8ddf14e34..170cd3329a 100644 --- a/manual/xsl/html.xsl +++ b/manual/xsl/html.xsl @@ -4,10 +4,10 @@ version="1.0" exclude-result-prefixes="exsl"> - - - - + + + + diff --git a/templates/wscript b/templates/wscript index 3f00b785ae..9e390434e6 100644 --- a/templates/wscript +++ b/templates/wscript @@ -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', '') diff --git a/wscript b/wscript index 561a2a4770..05620d375a 100644 --- a/wscript +++ b/wscript @@ -34,7 +34,8 @@ children = [ 'gtk2_ardour', 'templates', 'export', - 'midi_maps' + 'midi_maps', + 'manual' ] i18n_children = [