diff options
author | Rob Snelders <programming@ertai.nl> | 2012-12-18 21:49:56 +0100 |
---|---|---|
committer | Rob Snelders <programming@ertai.nl> | 2012-12-18 21:49:56 +0100 |
commit | 343104ff3b79509465725559d91b270b92a15178 (patch) | |
tree | 26a8da14ad8d397d13361d2f0114813cea551ad0 /bug/Makefile | |
parent | 1197552b25d3237d055ecc3e09f7b52cf174da5e (diff) |
fix for the movement of the wiki
Diffstat (limited to 'bug/Makefile')
-rw-r--r-- | bug/Makefile | 2 |
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 |