Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Why3
why3
Commits
73425da5
Commit
73425da5
authored
Mar 25, 2013
by
MARCHE Claude
Browse files
gallery regeneration: create also html reports
parent
48d11435
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile.in
View file @
73425da5
...
...
@@ -429,12 +429,13 @@ gallery::
@
for
x
in
examples/
*
/why3session.xml
;
do
\
d
=
`
dirname
$$
x
`
;
\
f
=
`
basename
$$
d
`
;
\
why3session html
$$
x
;
\
echo
"exporting
$$
f"
;
\
mkdir
-p
$(GALLERYDIR)
/
$$
f
;
\
cp
examples/
$$
f.mlw
$(GALLERYDIR)
/
$$
f/
;
\
cp
examples/
$$
f.mlw
examples/
$$
f/
$$
f.html
$(GALLERYDIR)
/
$$
f/
;
\
rm
-f
$(GALLERYDIR)
/
$$
f/
$$
f.zip
;
\
cd
examples/
;
\
zip
-r
$(GALLERYDIR)
/
$$
f/
$$
f.zip
$$
f.mlw
$$
f
;
\
zip
-r
$(GALLERYDIR)
/
$$
f/
$$
f.zip
$$
f.mlw
$$
f/
$$
f.html
$$
f
;
\
cd
..
;
\
done
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment