summaryrefslogtreecommitdiffstats
path: root/documentation/tools/eclipse-help.sed
diff options
context:
space:
mode:
authorNicolas Dechesne <nicolas.dechesne@linaro.org>2020-10-05 16:30:32 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-10-06 13:56:17 +0100
commit43d07a285181e64c30d98d10ff93ef50391efe59 (patch)
tree78918fc94d55d44d35e1e3e61c7a6fccc28bca24 /documentation/tools/eclipse-help.sed
parent1fd9c4b2c0ae927df29f7a0d34c3e595bcf48e89 (diff)
downloadpoky-43d07a285181e64c30d98d10ff93ef50391efe59.tar.gz
sphinx: remove DocBook files
The Yocto Project documentation was migrated to Sphinx. Let's remove the deprecated DocBook files. (From yocto-docs rev: 28fb0e63b2fbfd6426b00498bf2682bb53fdd862) Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/tools/eclipse-help.sed')
-rw-r--r--documentation/tools/eclipse-help.sed21
1 files changed, 0 insertions, 21 deletions
diff --git a/documentation/tools/eclipse-help.sed b/documentation/tools/eclipse-help.sed
deleted file mode 100644
index 9716ea42bc..0000000000
--- a/documentation/tools/eclipse-help.sed
+++ /dev/null
@@ -1,21 +0,0 @@
1#
2# SPDX-License-Identifier: CC-BY-2.0-UK
3#
4# Process poky-ref-manual and yocto-project-qs manual (<word>-<word>-<word> style)
5# For example:
6# "ulink" href="http://www.yoctoproject.org/docs/1.3/poky-ref-manual/poky-ref-manual.html#faq"
7# -> "link" href="../poky-ref-manual/faq.html"
8s@"ulink" href="http://www.yoctoproject.org/docs/[^/]*/([a-z]*-[a-z]*-[a-z]*)/[a-z]*-[a-z]*-[a-z]*.html#([^"]*)"/@"link" href="../1/2.html"@g
9
10# Processes all other manuals (<word>-<word> style)
11# For example:
12# "ulink" href="http://www.yoctoproject.org/docs/1.3/kernel-manual/kernel-manual.html#faq"
13# -> "link" href="../kernel-manual/faq.html"
14s@"ulink" href="http://www.yoctoproject.org/docs/[^/]*/([a-z]*-[a-z]*)/[a-z]*-[a-z]*.html#([^"]*)"@"link" href="../1/2.html"@g
15
16# Process cases where just an external manual is referenced without an id anchor
17# For example:
18# "ulink" href="http://www.yoctoproject.org/docs/1.3/kernel-manual/kernel-manual.html
19# -> "link" href="../kernel-manual/index.html"
20s@"ulink" href="http://www.yoctoproject.org/docs/[^/]*/([a-z]*-[a-z]*-[a-z]*)/[a-z]*-[a-z]*-[a-z]*.html"@"link" href="../1/index.html"@g
21s@"ulink" href="http://www.yoctoproject.org/docs/[^/]*/([a-z]*-[a-z]*)/[a-z]*-[a-z]*.html"@"link" href="../1/index.html"@g