From 4ee9c8b589bb1fedb890dc6e7e1764264d1b4033 Mon Sep 17 00:00:00 2001 From: Reinhold Kainhofer Date: Fri, 5 Sep 2008 14:21:38 +0200 Subject: [PATCH] Docs building: Fix link rewriting in snippets page --- buildscripts/postprocess_html.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildscripts/postprocess_html.py b/buildscripts/postprocess_html.py index 98d4961224..6660519df0 100644 --- a/buildscripts/postprocess_html.py +++ b/buildscripts/postprocess_html.py @@ -99,7 +99,7 @@ Documentation/user/out-www/(lilypond|music-glossary|lilypond-program|\ lilypond-learning))/') snippets_ref_re = re.compile (r'href="(\.\./)?lilypond-snippets') -user_ref_re = re.compile ('href="(?:[.][.])?lilypond\ +user_ref_re = re.compile ('href="(?:\.\./)?lilypond\ (-internals|-learning|-program|(?!-snippets))') ## Windows does not support symlinks. -- 2.39.5