bug/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 343104ff3b79509465725559d91b270b92a15178
Author: Rob Snelders <[email protected]>
Date: Tue Dec 18 21:49:56 2012 +0100
fix for the movement of the wiki
diff --git a/bug/Makefile b/bug/Makefile
index d294009..4ae7318 100644
--- a/bug/Makefile
+++ b/bug/Makefile
@@ -18,7 +18,7 @@ all: extract compose
extract:
mkdir -p build
- curl --silent http://wiki.documentfoundation.org/BugReport_Details |
tidy --numeric-entities yes -asxhtml 2>/dev/null > build/tidyout.xhtml || echo
"ignoring tidy error"
+ curl --silent https://wiki.documentfoundation.org/BugReport_Details |
tidy --numeric-entities yes -asxhtml 2>/dev/null > build/tidyout.xhtml || echo
"ignoring tidy error"
xsltproc --encoding UTF-8 --novalid stripnamespace.xsl
build/tidyout.xhtml > build/BugReport_Details.xhtml
xsltproc --encoding UTF-8 --novalid component_comments.xsl
build/BugReport_Details.xhtml > build/component_comments.xhtml
xsltproc --encoding UTF-8 --novalid subcomponents.xsl
build/BugReport_Details.xhtml > build/subcomponents.xhtml
_______________________________________________
Libreoffice-commits mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits