[technical-notes] updating build script to correct malformed URLs.

Pete Travis immanetize at fedoraproject.org
Thu Sep 19 04:38:25 UTC 2013


commit 83aa4876d1adf790c7baeafeb624406857a4749f
Author: Pete Travis <immanetize at fedoraproject.org>
Date:   Wed Sep 18 22:23:43 2013 -0600

    updating build script to correct malformed URLs.

 build/doit.sh |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/build/doit.sh b/build/doit.sh
index c4bbf9d..2d368e9 100644
--- a/build/doit.sh
+++ b/build/doit.sh
@@ -54,7 +54,9 @@ done
 echo "Adding closing section tag"
 echo "</section>" >> Changes.xml
 echo "XML should be ready, inserting includes."
-sed --in-place -e '/Revision_History/r Changes.xml' -e 'x;$G' -e '/^$/d' ../en-US/Technical_Notes.xml
-echo "performing test build with publican"
+sed --in-place -e '/Revision_History/r Changes.xml' -e 'x;$G' -e '/^$/d' ../en-US/Technical_Notes.xml 
 cd ..
+sed --in-place -e 's/eet\&l=en/eet\&amp;l=en/' en-US/System_Environment-Libraries.xml
+sed --in-place -e 's/featuresin\&amnewsitems/featuresin\&amp;newsitems/' en-US/Unspecified.xml
+echo "performing test build with publican"
 publican build --langs=en-US --formats=html


More information about the docs-commits mailing list