summaryrefslogtreecommitdiff
path: root/bug/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'bug/Makefile')
-rw-r--r--bug/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/bug/Makefile b/bug/Makefile
index 60359d8..56665d7 100644
--- a/bug/Makefile
+++ b/bug/Makefile
@@ -23,9 +23,13 @@ extract:
xsltproc --encoding UTF-8 --novalid subcomponents.xsl BugReport_Details.xhtml > subcomponents.xhtml
xsltproc --encoding UTF-8 --novalid components.xsl BugReport_Details.xhtml > components.xhtml
curl --silent 'https://bugs.freedesktop.org/query.cgi?product=LibreOffice&query_format=advanced' > query.xhtml
- perl query.pl versions < query.xhtml > versions.xhtml
+ perl query.pl < query.xhtml > versions.xhtml
+ perl sanity.pl query.xhtml components.xhtml
compose:
xsltproc --encoding UTF-8 --novalid \
--stringparam serial `date +%s` \
bug.xsl bug.xhtml > bug/bug.html
+
+check:
+ perl sanity.pl TEST