summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Snelders <programming@ertai.nl>2012-12-18 21:49:56 +0100
committerRob Snelders <programming@ertai.nl>2012-12-18 21:49:56 +0100
commit343104ff3b79509465725559d91b270b92a15178 (patch)
tree26a8da14ad8d397d13361d2f0114813cea551ad0
parent1197552b25d3237d055ecc3e09f7b52cf174da5e (diff)
fix for the movement of the wiki
-rw-r--r--bug/Makefile2
1 files changed, 1 insertions, 1 deletions
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