From 4184c83add2a5a04a52f82bddaa722debeae5e2f Mon Sep 17 00:00:00 2001 From: Patrick McCarty Date: Tue, 29 Sep 2009 14:36:11 -0700 Subject: [PATCH] Doc build: more renames for application->usage --- python/auxiliar/postprocess_html.py | 4 ++-- stepmake/stepmake/topdocs-vars.make | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/python/auxiliar/postprocess_html.py b/python/auxiliar/postprocess_html.py index 4e41b09803..055bb5f2b9 100644 --- a/python/auxiliar/postprocess_html.py +++ b/python/auxiliar/postprocess_html.py @@ -16,7 +16,7 @@ import langdefs non_copied_pages = ['Documentation/out-www/notation-big-page', 'Documentation/out-www/internals-big-page', 'Documentation/out-www/learning-big-page', - 'Documentation/out-www/application-big-page', + 'Documentation/out-www/usage-big-page', 'Documentation/out-www/music-glossary-big-page', 'Documentation/out-www/contributor', 'Documentation/out-www/changes', @@ -100,7 +100,7 @@ def source_links_replace (m, source_val): return 'href="' + os.path.join (source_val, m.group (1)) + '"' # More hardcoding, yay! -splitted_docs_re = re.compile ('(Documentation/out-www/(automated-engraving|essay|notation|music-glossary|application|general|learning|snippets))/') +splitted_docs_re = re.compile ('(Documentation/out-www/(automated-engraving|essay|notation|music-glossary|usage|general|learning|snippets))/') lily_snippets_re = re.compile ('(href|src)="([0-9a-f]{2}/lily-.*?)"') pictures_re = re.compile ('src="(pictures/.*?)"') diff --git a/stepmake/stepmake/topdocs-vars.make b/stepmake/stepmake/topdocs-vars.make index 24731bf46b..fa86269504 100644 --- a/stepmake/stepmake/topdocs-vars.make +++ b/stepmake/stepmake/topdocs-vars.make @@ -1,4 +1,4 @@ TO_TOP_FILES=$(addprefix $(outdir)/, $(addsuffix .txt, $(README_TOP_FILES))) -DOCUMENTATION_INCLUDES += -I $(top-src-dir)/Documentation/application \ +DOCUMENTATION_INCLUDES += -I $(top-src-dir)/Documentation/usage \ $(top-src-dir)/Documentation/contributor -- 2.39.2