]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
documentation/tools/eclipse-help.sed: Fix whitespace
authorTimo Mueller <timo.mueller@bmw-carit.de>
Thu, 6 Dec 2012 09:19:52 +0000 (10:19 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 14 Feb 2013 17:22:41 +0000 (17:22 +0000)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
documentation/tools/eclipse-help.sed

index 71d3395296c30a5b917357e807e18c759c6e9aab..38690bc93862955816382080ee7c0422cf5c98a9 100644 (file)
@@ -1,12 +1,12 @@
 # Processes poky-ref-manual and yocto-project-qs manual (<word>-<word>-<word> style)
 # For example:
-#   "ulink" href="http://www.yoctoproject.org/docs/1.3/poky-ref-manual/poky-ref-manual.html#faq" 
+#   "ulink" href="http://www.yoctoproject.org/docs/1.3/poky-ref-manual/poky-ref-manual.html#faq"
 #   -> "link" href="../poky-ref-manual/faq.html"
 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
 
 # Processes all other manuals (<word>-<word> style)
 # For example:
-#   "ulink" href="http://www.yoctoproject.org/docs/1.3/kernel-manual/kernel-manual.html#faq" 
+#   "ulink" href="http://www.yoctoproject.org/docs/1.3/kernel-manual/kernel-manual.html#faq"
 #   -> "link" href="../kernel-manual/faq.html"
 s/\"ulink\" href=\"http:\/\/www.yoctoproject.org\/docs\/[^\/]*\/\([a-z]*-[a-z]*\)\/[a-z]*-[a-z]*.html#\([^\"]*\)\"/\"link\" href=\"\.\.\/\1\/\2.html\"/g