]> git.donarmstrong.com Git - lilypond.git/commitdiff
Doc build: more renames for application->usage
authorPatrick McCarty <pnorcks@gmail.com>
Tue, 29 Sep 2009 21:36:11 +0000 (14:36 -0700)
committerPatrick McCarty <pnorcks@gmail.com>
Tue, 29 Sep 2009 21:36:11 +0000 (14:36 -0700)
python/auxiliar/postprocess_html.py
stepmake/stepmake/topdocs-vars.make

index 4e41b09803b2200d8b22492f168b96c10990dacb..055bb5f2b9abf9ce71528ad5b6fd386e0bf0f244 100644 (file)
@@ -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/.*?)"')
 
index 24731bf46bd5dacdd19a1b210de8340a96be2ed7..fa86269504abbc9448d5ee46479cfce85a45ce31 100644 (file)
@@ -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