Skip to content
Snippets Groups Projects
Commit 6f496754 authored by Guillaume Melquiond's avatar Guillaume Melquiond
Browse files

Avoid warning messages when generating the gallery.

parent 0d8cc01c
No related branches found
No related tags found
No related merge requests found
......@@ -708,7 +708,7 @@ gallery-subs::
echo "exporting examples/$$d"; \
mkdir -p $(GALLERYDIR)/$$d; \
cd examples/$$d; \
WHY3CONFIG="" ../../bin/why3doc.@OCAMLBEST@ -L ../../stdlib -L . --stdlib-url http://why3.lri.fr/stdlib/ *.mlw -o $(GALLERYDIR)/$$d; \
WHY3CONFIG="" ../../bin/why3doc.@OCAMLBEST@ -L ../../stdlib -L . --stdlib-url http://why3.lri.fr/stdlib/ --debug ignore_unused_vars *.mlw -o $(GALLERYDIR)/$$d; \
cd ..; \
rm -f $(GALLERYDIR)/$$d/$$d.zip; \
git archive --format=zip -o $(GALLERYDIR)/$$d/$$d.zip HEAD $$d; \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment