diff options
author | Timo Mueller <timo.mueller@bmw-carit.de> | 2012-12-06 10:19:52 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-02-14 17:22:41 +0000 |
commit | e29a40c98b7aa970611240fe2ade3b321074ddba (patch) | |
tree | d330ae28f1c53af3af0e72c843f0a217f4527240 /documentation/tools/eclipse-help.sed | |
parent | fcb3952ef6494b24cb9c822dc251b8f0affbe765 (diff) | |
download | poky-e29a40c98b7aa970611240fe2ade3b321074ddba.tar.gz |
documentation/tools/eclipse-help.sed: Fix whitespace
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/tools/eclipse-help.sed')
-rw-r--r-- | documentation/tools/eclipse-help.sed | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/tools/eclipse-help.sed b/documentation/tools/eclipse-help.sed index 71d3395296..38690bc938 100644 --- a/documentation/tools/eclipse-help.sed +++ b/documentation/tools/eclipse-help.sed | |||
@@ -1,12 +1,12 @@ | |||
1 | # Processes poky-ref-manual and yocto-project-qs manual (<word>-<word>-<word> style) | 1 | # Processes poky-ref-manual and yocto-project-qs manual (<word>-<word>-<word> style) |
2 | # For example: | 2 | # For example: |
3 | # "ulink" href="http://www.yoctoproject.org/docs/1.3/poky-ref-manual/poky-ref-manual.html#faq" | 3 | # "ulink" href="http://www.yoctoproject.org/docs/1.3/poky-ref-manual/poky-ref-manual.html#faq" |
4 | # -> "link" href="../poky-ref-manual/faq.html" | 4 | # -> "link" href="../poky-ref-manual/faq.html" |
5 | s/\"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 | 5 | s/\"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 |
6 | 6 | ||
7 | # Processes all other manuals (<word>-<word> style) | 7 | # Processes all other manuals (<word>-<word> style) |
8 | # For example: | 8 | # For example: |
9 | # "ulink" href="http://www.yoctoproject.org/docs/1.3/kernel-manual/kernel-manual.html#faq" | 9 | # "ulink" href="http://www.yoctoproject.org/docs/1.3/kernel-manual/kernel-manual.html#faq" |
10 | # -> "link" href="../kernel-manual/faq.html" | 10 | # -> "link" href="../kernel-manual/faq.html" |
11 | s/\"ulink\" href=\"http:\/\/www.yoctoproject.org\/docs\/[^\/]*\/\([a-z]*-[a-z]*\)\/[a-z]*-[a-z]*.html#\([^\"]*\)\"/\"link\" href=\"\.\.\/\1\/\2.html\"/g | 11 | s/\"ulink\" href=\"http:\/\/www.yoctoproject.org\/docs\/[^\/]*\/\([a-z]*-[a-z]*\)\/[a-z]*-[a-z]*.html#\([^\"]*\)\"/\"link\" href=\"\.\.\/\1\/\2.html\"/g |
12 | 12 | ||