Skip to content

Instantly share code, notes, and snippets.

@amirmc
Created April 13, 2014 20:13
Show Gist options
  • Save amirmc/10600379 to your computer and use it in GitHub Desktop.
Save amirmc/10600379 to your computer and use it in GitHub Desktop.
Result of running `make clean && make -j` and then after the error `make -j`
amirmacbook:ocaml.org amir$ make clean && make -j
rm -f -r ocaml.org *~ *.cmo *.cmi *.cma *.o
rm -f template/front_code_snippet.html opam_update_list script/breadcrumb script/rss2html script/ocamltohtml script/md_preprocess script/code_top script/relative_urls script/translations script/generate_opam_update_list site/learn/tutorials/camlp4_3.10/pa_foreach.cmi site/learn/tutorials/camlp4_3.10/pa_foreach2.cmi site/learn/tutorials/camlp4_3.10/pa_foreach3.cmi site/learn/tutorials/camlp4_3.10/pa_foreach.cmo site/learn/tutorials/camlp4_3.10/pa_foreach2.cmo site/learn/tutorials/camlp4_3.10/pa_foreach3.cmo site/learn/tutorials/camlp4_3.10/pa_foreach.annot site/learn/tutorials/camlp4_3.10/pa_foreach2.annot site/learn/tutorials/camlp4_3.10/pa_foreach3.annot
rm -f script/*~ script/*.annot script/*.cmo script/*.cmi script/*.cma script/*.cmx script/*.o
ocamlfind ocamlc -annot -package netstring -c script/utils.ml -o script/utils.cmi
ocamlfind ocamlopt -annot -package netstring -c script/utils.ml -o script/utils.cmx
cd script && \
ocamlfind ocamlopt -annot -package netstring -linkpkg \
utils.cmx relative_urls.ml -o ../"script/relative_urls"
make staging
make gen_md gen_html SET_STAGING='-set staging'
cd script && \
ocamlfind ocamlopt -annot -o ../"script/breadcrumb" -package str,netstring -linkpkg \
utils.cmx breadcrumb.ml
cd script && \
ocamlfind ocamlopt -annot -o ../"script/translations" -package str,netstring -linkpkg \
utils.cmx translations.ml
ocamlfind ocamlc -annot -package netstring -c script/code_types.ml -o script/code_types.cmi
cd script && \
ocamlfind ocamlopt -annot -o ../script/ocamltohtml lexer.ml ocamltohtml.ml
cd script && \
ocamlfind ocamlopt -annot -package netstring,equeue-ssl,netclient,rss \
-linkpkg utils.cmx http.ml rss2html.ml -o ../"script/rss2html"
cd script && \
ocamlfind ocamlopt -annot -o ../"script/lang_of_filename" -package str,netstring -linkpkg \
utils.cmx lang_of_filename.ml
cd script && \
ocamlfind ocamlopt -annot -o ../"script/translate" -package str,netstring -linkpkg \
utils.cmx translate.ml
cd script && \
ocamlfind ocamlopt -annot -o ../"script/breadcrumb" -package str,netstring -linkpkg \
utils.cmx breadcrumb.ml
cd script && \
ocamlfind ocamlopt -annot -o ../"script/link_of_lang" -package str,netstring -linkpkg \
utils.cmx link_of_lang.ml
cd script && \
ocamlfind ocamlopt -annot -o ../"script/generate_opam_update_list" -package opam,opamfu,opam2web,cow.syntax \
-linkpkg -syntax camlp4o generate_opam_update_list.ml
cd script && \
ocamlfind ocamlopt -annot -o ../"script/translations" -package str,netstring -linkpkg \
utils.cmx translations.ml
ocamlfind ocamlc -annot -package netstring -c script/code_types.ml -o script/code_types.cmi
cd script && \
ocamlfind ocamlopt -annot -o ../script/ocamltohtml lexer.ml ocamltohtml.ml
cd script && \
ocamlfind ocamlopt -annot -package netstring,equeue-ssl,netclient,rss \
-linkpkg utils.cmx http.ml rss2html.ml -o ../"script/rss2html"
cd script && \
ocamlfind ocamlopt -annot -o ../"script/lang_of_filename" -package str,netstring -linkpkg \
utils.cmx lang_of_filename.ml
cd script && \
ocamlfind ocamlopt -annot -o ../"script/translate" -package str,netstring -linkpkg \
utils.cmx translate.ml
cd script && \
ocamlfind ocamlopt -annot -o ../"script/link_of_lang" -package str,netstring -linkpkg \
utils.cmx link_of_lang.ml
cd script && \
ocamlfind ocamlopt -annot -o ../"script/generate_opam_update_list" -package opam,opamfu,opam2web,cow.syntax \
-linkpkg -syntax camlp4o generate_opam_update_list.ml
ocamlfind ocamlc -annot -I +camlp4 camlp4lib.cma -pp camlp4orf -c site/learn/tutorials/camlp4_3.10/pa_foreach.ml -o site/learn/tutorials/camlp4_3.10/pa_foreach.cmo
ocamlfind ocamlc -annot -I +camlp4 camlp4lib.cma -pp camlp4orf -c site/learn/tutorials/camlp4_3.10/pa_foreach2.ml -o site/learn/tutorials/camlp4_3.10/pa_foreach2.cmo
ocamlfind ocamlc -annot -I +camlp4 camlp4lib.cma -pp camlp4orf -c site/learn/tutorials/camlp4_3.10/pa_foreach3.ml -o site/learn/tutorials/camlp4_3.10/pa_foreach3.cmo
ocamlfind ocamlopt -annot -package netstring -c script/code_types.ml -o script/code_types.cmx
cd script && \
ocamlfind ocamlc -annot -o ../"script/code_top" -package netstring -package dynlink,compiler-libs.toplevel \
-linkpkg utils.cmo code_types.cmo code_top.ml
findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /usr/local/lib/ocaml/compiler-libs, /usr/local/lib/ocaml
ocamlfind ocamlopt -annot -package netstring -c script/code_types.ml -o script/code_types.cmx
cd script && \
ocamlfind ocamlc -annot -o ../"script/code_top" -package netstring -package dynlink,compiler-libs.toplevel \
-linkpkg utils.cmo code_types.cmo code_top.ml
cd script && \
ocamlfind ocamlopt -annot -o ../"script/md_preprocess" -package omd,str,netstring -linkpkg \
utils.cmx code_types.cmx code.ml md_preprocess.ml
findlib: [WARNING] Interface lexer.cmi occurs in several directories: ., /usr/local/lib/ocaml/compiler-libs
findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /usr/local/lib/ocaml/compiler-libs, /usr/local/lib/ocaml
cat "template/front_code_snippet.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o template/front_code_snippet.html
cat "template/learn_code_snippet.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o template/learn_code_snippet.html
mkdir -p "ocaml.org/meetings/ocaml"
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging "site/meetings/ocaml/index.html" -o "ocaml.org/meetings/ocaml/index.html"
mkdir -p "ocaml.org"
mkdir -p "ocaml.org/caml-light"
mkdir -p "ocaml.org/caml-light"
if grep -q '*Table of contents*' "site/about.md" ; then make -f Makefile.from_md "ocaml.org/about.html.toc" ; fi
mkdir -p "ocaml.org/caml-light"
if grep -q '*Table of contents*' "site/caml-light/faq.md" ; then make -f Makefile.from_md "ocaml.org/caml-light/faq.html.toc" ; fi
mkdir -p "ocaml.org/caml-light/releases"
if grep -q '*Table of contents*' "site/caml-light/index.md" ; then make -f Makefile.from_md "ocaml.org/caml-light/index.html.toc" ; fi
mkdir -p "ocaml.org/community/announcements"
make -f Makefile.from_md "ocaml.org/caml-light/faq.html.tmp"
if grep -q '*Table of contents*' "site/caml-light/license.md" ; then make -f Makefile.from_md "ocaml.org/caml-light/license.html.toc" ; fi
mkdir -p "ocaml.org/community"
if grep -q '*Table of contents*' "site/caml-light/releases/0.75.md" ; then make -f Makefile.from_md "ocaml.org/caml-light/releases/0.75.html.toc" ; fi
mkdir -p "ocaml.org/community"
make -f Makefile.from_md "ocaml.org/caml-light/license.html.tmp"
if grep -q '*Table of contents*' "site/community/announcements/CompCert_award.md" ; then make -f Makefile.from_md "ocaml.org/community/announcements/CompCert_award.html.toc" ; fi
make -f Makefile.from_md "ocaml.org/caml-light/index.html.tmp"
mkdir -p "ocaml.org/community"
if grep -q '*Table of contents*' "site/community/index.md" ; then make -f Makefile.from_md "ocaml.org/community/index.html.toc" ; fi
make -f Makefile.from_md "ocaml.org/caml-light/releases/0.75.html.tmp"
if grep -q '*Table of contents*' "site/community/index.fr.md" ; then make -f Makefile.from_md "ocaml.org/community/index.fr.html.toc" ; fi
mkdir -p "ocaml.org/community"
make -f Makefile.from_md "ocaml.org/community/announcements/CompCert_award.html.tmp"
omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -otoc -ts 0 "site/about.md" -o "ocaml.org/about.html.toc"
sed -e 's|\*Table of contents\*||g' "site/caml-light/faq.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/caml-light/faq.html.tmp"
mkdir -p "ocaml.org/community"
make -f Makefile.from_md "ocaml.org/community/index.fr.html.tmp"
make -f Makefile.from_md "ocaml.org/community/index.html.tmp"
if grep -q '*Table of contents*' "site/community/mailing_lists.fr.md" ; then make -f Makefile.from_md "ocaml.org/community/mailing_lists.fr.html.toc" ; fi
mkdir -p "ocaml.org/community/planet"
if grep -q '*Table of contents*' "site/community/media.md" ; then make -f Makefile.from_md "ocaml.org/community/media.html.toc" ; fi
if grep -q '*Table of contents*' "site/community/mailing_lists.md" ; then make -f Makefile.from_md "ocaml.org/community/mailing_lists.html.toc" ; fi
make -f Makefile.from_md "ocaml.org/about.html.tmp"
sed -e 's|\*Table of contents\*||g' "site/caml-light/license.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/caml-light/license.html.tmp"
sed -e 's|\*Table of contents\*||g' "site/caml-light/index.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/caml-light/index.html.tmp"
mkdir -p "ocaml.org/community/planet"
if [ -f "ocaml.org/caml-light/faq.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/caml-light/faq.md" -set "page=ocaml.org/caml-light/faq.html.tmp" -set "toc=ocaml.org/caml-light/faq.html.toc" template/main.mpp -o "ocaml.org/caml-light/faq.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/caml-light/faq.md" -set "page=ocaml.org/caml-light/faq.html.tmp" template/main.mpp -o "ocaml.org/caml-light/faq.html" ; \
fi
sed -e 's|\*Table of contents\*||g' "site/caml-light/releases/0.75.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/caml-light/releases/0.75.html.tmp"
sed -e 's|\*Table of contents\*||g' "site/community/index.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/community/index.html.tmp"
if grep -q '*Table of contents*' "site/community/planet/syndication.md" ; then make -f Makefile.from_md "ocaml.org/community/planet/syndication.html.toc" ; fi
sed -e 's|\*Table of contents\*||g' "site/community/index.fr.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/community/index.fr.html.tmp"
omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -otoc -ts 0 "site/community/mailing_lists.fr.md" -o "ocaml.org/community/mailing_lists.fr.html.toc"
sed -e 's|\*Table of contents\*||g' "site/community/announcements/CompCert_award.mdomd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -otoc -ts 0 "site/community/mailing_lists.md" -o "ocaml.org/community/mailing_lists.html.toc"
" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/community/announcements/CompCert_award.html.tmp"
make -f Makefile.from_md "ocaml.org/community/media.html.tmp"
sed -e 's|\*Table of contents\*||g' "site/about.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/about.html.tmp"
make -f Makefile.from_md "ocaml.org/community/mailing_lists.html.tmp"
if grep -q '*Table of contents*' "site/community/planet/index.md" ; then make -f Makefile.from_md "ocaml.org/community/planet/index.html.toc" ; fi
make -f Makefile.from_md "ocaml.org/community/mailing_lists.fr.html.tmp"
if [ -f "ocaml.org/community/index.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/community/index.md" -set "page=ocaml.org/community/index.html.tmp" -set "toc=ocaml.org/community/index.html.toc" template/main.mpp -o "ocaml.org/community/index.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/community/index.md" -set "page=ocaml.org/community/index.html.tmp" template/main.mpp -o "ocaml.org/community/index.html" ; \
fi
sed -e 's|\*Table of contents\*||g' "site/community/media.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/community/media.html.tmp"
sed -e 's|\*Table of contents\*||g' "site/community/mailing_lists.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/community/mailing_lists.html.tmp"
make -f Makefile.from_md "ocaml.org/community/planet/index.html.tmp"
omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -otoc -ts 0 "site/community/planet/syndication.md" -o "ocaml.org/community/planet/syndication.html.toc"
sed -e 's|\*Table of contents\*||g' "site/community/mailing_lists.fr.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/community/mailing_lists.fr.html.tmp"
if [ -f "ocaml.org/about.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/about.md" -set "page=ocaml.org/about.html.tmp" -set "toc=ocaml.org/about.html.toc" template/main.mpp -o "ocaml.org/about.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/about.md" -set "page=ocaml.org/about.html.tmp" template/main.mpp -o "ocaml.org/about.html" ; \
fi
if [ -f "ocaml.org/community/index.fr.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/community/index.fr.md" -set "page=ocaml.org/community/index.fr.html.tmp" -set "toc=ocaml.org/community/index.fr.html.toc" template/main.mpp -o "ocaml.org/community/index.fr.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/community/index.fr.md" -set "page=ocaml.org/community/index.fr.html.tmp" template/main.mpp -o "ocaml.org/community/index.fr.html" ; \
fi
if [ -f "ocaml.org/community/announcements/CompCert_award.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/community/announcements/CompCert_award.md" -set "page=ocaml.org/community/announcements/CompCert_award.html.tmp" -set "toc=ocaml.org/community/announcements/CompCert_award.html.toc" template/main.mpp -o "ocaml.org/community/announcements/CompCert_award.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/community/announcements/CompCert_award.md" -set "page=ocaml.org/community/announcements/CompCert_award.html.tmp" template/main.mpp -o "ocaml.org/community/announcements/CompCert_award.html" ; \
fi
if [ -f "ocaml.org/caml-light/releases/0.75.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/caml-light/releases/0.75.md" -set "page=ocaml.org/caml-light/releases/0.75.html.tmp" -set "toc=ocaml.org/caml-light/releases/0.75.html.toc" template/main.mpp -o "ocaml.org/caml-light/releases/0.75.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/caml-light/releases/0.75.md" -set "page=ocaml.org/caml-light/releases/0.75.html.tmp" template/main.mpp -o "ocaml.org/caml-light/releases/0.75.html" ; \
fi
if [ -f "ocaml.org/caml-light/index.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/caml-light/index.md" -set "page=ocaml.org/caml-light/index.html.tmp" -set "toc=ocaml.org/caml-light/index.html.toc" template/main.mpp -o "ocaml.org/caml-light/index.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/caml-light/index.md" -set "page=ocaml.org/caml-light/index.html.tmp" template/main.mpp -o "ocaml.org/caml-light/index.html" ; \
fi
if [ -f "ocaml.org/caml-light/license.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/caml-light/license.md" -set "page=ocaml.org/caml-light/license.html.tmp" -set "toc=ocaml.org/caml-light/license.html.toc" template/main.mpp -o "ocaml.org/caml-light/license.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/caml-light/license.md" -set "page=ocaml.org/caml-light/license.html.tmp" template/main.mpp -o "ocaml.org/caml-light/license.html" ; \
fi
mkdir -p "ocaml.org/community"
if [ -f "ocaml.org/community/mailing_lists.fr.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/community/mailing_lists.fr.md" -set "page=ocaml.org/community/mailing_lists.fr.html.tmp" -set "toc=ocaml.org/community/mailing_lists.fr.html.toc" template/main.mpp -o "ocaml.org/community/mailing_lists.fr.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/community/mailing_lists.fr.md" -set "page=ocaml.org/community/mailing_lists.fr.html.tmp" template/main.mpp -o "ocaml.org/community/mailing_lists.fr.html" ; \
fi
if [ -f "ocaml.org/community/mailing_lists.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/community/mailing_lists.md" -set "page=ocaml.org/community/mailing_lists.html.tmp" -set "toc=ocaml.org/community/mailing_lists.html.toc" template/main.mpp -o "ocaml.org/community/mailing_lists.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/community/mailing_lists.md" -set "page=ocaml.org/community/mailing_lists.html.tmp" template/main.mpp -o "ocaml.org/community/mailing_lists.html" ; \
fi
if [ -f "ocaml.org/community/media.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/community/media.md" -set "page=ocaml.org/community/media.html.tmp" -set "toc=ocaml.org/community/media.html.toc" template/main.mpp -o "ocaml.org/community/media.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/community/media.md" -set "page=ocaml.org/community/media.html.tmp" template/main.mpp -o "ocaml.org/community/media.html" ; \
fi
make -f Makefile.from_md "ocaml.org/community/planet/syndication.html.tmp"
sed -e 's|\*Table of contents\*||g' "site/community/planet/index.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/community/planet/index.html.tmp"
mkdir -p "ocaml.org/community"
if grep -q '*Table of contents*' "site/community/planet.md" ; then make -f Makefile.from_md "ocaml.org/community/planet.html.toc" ; fi
mkdir -p "ocaml.org/community"
if [ -f "ocaml.org/community/planet/index.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/community/planet/index.md" -set "page=ocaml.org/community/planet/index.html.tmp" -set "toc=ocaml.org/community/planet/index.html.toc" template/main.mpp -o "ocaml.org/community/planet/index.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/community/planet/index.md" -set "page=ocaml.org/community/planet/index.html.tmp" template/main.mpp -o "ocaml.org/community/planet/index.html" ; \
fi
mkdir -p "ocaml.org"
sed -e 's|\*Table of contents\*||g' "site/community/planet/syndication.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/community/planet/syndication.html.tmp"
if grep -q '*Table of contents*' "site/community/support.md" ; then make -f Makefile.from_md "ocaml.org/community/support.html.toc" ; fi
make -f Makefile.from_md "ocaml.org/community/planet.html.tmp"
if grep -q '*Table of contents*' "site/community/support.fr.md" ; then make -f Makefile.from_md "ocaml.org/community/support.fr.html.toc" ; fi
Downloading https://sympa.inria.fr/sympa/rss/latest_arc/caml-list?count=40... done.
(using cache /var/folders/gd/bdnlf1ld21g4ynlctmqgml5h0000gn/T/ocamlorg-23e3896024b994f87ed7cf61447468fa, updated 0:23m36s ago).
RSS error (URL=https://sympa.inria.fr/sympa/rss/latest_arc/caml-list?count=40): Invalid date "13 avril 2014 at 21:43:38"
Downloading https://sympa.inria.fr/sympa/rss/latest_arc/caml-list?count=40... done.
(using cache /var/folders/gd/bdnlf1ld21g4ynlctmqgml5h0000gn/T/ocamlorg-23e3896024b994f87ed7cf61447468fa, updated 0:23m36s ago).
mkdir -p "ocaml.org"
if grep -q '*Table of contents*' "site/contributors.fr.md" ; then make -f Makefile.from_md "ocaml.org/contributors.fr.html.toc" ; fi
if grep -q '*Table of contents*' "site/contributors.md" ; then make -f Makefile.from_md "ocaml.org/contributors.html.toc" ; fi
if [ -f "ocaml.org/community/planet/syndication.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/community/planet/syndication.md" -set "page=ocaml.org/community/planet/syndication.html.tmp" -set "toc=ocaml.org/community/planet/syndication.html.toc" template/main.mpp -o "ocaml.org/community/planet/syndication.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/community/planet/syndication.md" -set "page=ocaml.org/community/planet/syndication.html.tmp" template/main.mpp -o "ocaml.org/community/planet/syndication.html" ; \
fi
RSS error (URL=https://sympa.inria.fr/sympa/rss/latest_arc/caml-list?count=40): Invalid date "13 avril 2014 at 21:43:38"
sed -e 's|\*Table of contents\*||g' "site/community/planet.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/community/planet.html.tmp"
mkdir -p "ocaml.org/docs"
omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -otoc -ts 0 "site/community/support.fr.md" -o "ocaml.org/community/support.fr.html.toc"
omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -otoc -ts 0 "site/community/support.md" -o "ocaml.org/community/support.html.toc"
Downloading http://planet.ocaml.org/opml.xml... done.
(using cache /var/folders/gd/bdnlf1ld21g4ynlctmqgml5h0000gn/T/ocamlorg-7d194d1f98fc85e608146292738367fa, updated 0:23m37s ago).
Downloading http://planet.ocaml.org/rss20.xml... done.
(using cache /var/folders/gd/bdnlf1ld21g4ynlctmqgml5h0000gn/T/ocamlorg-58b572cd68238dae1e7b458047db3e24, updated 0:23m37s ago).
Downloading http://planet.ocaml.org/rss20.xml... done.
(using cache /var/folders/gd/bdnlf1ld21g4ynlctmqgml5h0000gn/T/ocamlorg-58b572cd68238dae1e7b458047db3e24, updated 0:23m37s ago).
mkdir -p "ocaml.org/docs"
make -f Makefile.from_md "ocaml.org/contributors.html.tmp"
make -f Makefile.from_md "ocaml.org/contributors.fr.html.tmp"
mkdir -p "ocaml.org/docs"
if grep -q '*Table of contents*' "site/docs/cheat_sheets.md" ; then make -f Makefile.from_md "ocaml.org/docs/cheat_sheets.html.toc" ; fi
make -f Makefile.from_md "ocaml.org/community/support.fr.html.tmp"
if [ -f "ocaml.org/community/planet.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/community/planet.md" -set "page=ocaml.org/community/planet.html.tmp" -set "toc=ocaml.org/community/planet.html.toc" template/main.mpp -o "ocaml.org/community/planet.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/community/planet.md" -set "page=ocaml.org/community/planet.html.tmp" template/main.mpp -o "ocaml.org/community/planet.html" ; \
fi
make -f Makefile.from_md "ocaml.org/community/support.html.tmp"
mkdir -p "ocaml.org/docs"
Downloading http://planet.ocaml.org/rss20.xml... done.
(using cache /var/folders/gd/bdnlf1ld21g4ynlctmqgml5h0000gn/T/ocamlorg-58b572cd68238dae1e7b458047db3e24, updated 0:23m38s ago).
make -f Makefile.from_md "ocaml.org/docs/cheat_sheets.html.tmp"
if grep -q '*Table of contents*' "site/docs/index.fr.md" ; then make -f Makefile.from_md "ocaml.org/docs/index.fr.html.toc" ; fi
if grep -q '*Table of contents*' "site/docs/consortium-license.md" ; then make -f Makefile.from_md "ocaml.org/docs/consortium-license.html.toc" ; fi
sed -e 's|\*Table of contents\*||g' "site/contributors.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/contributors.html.tmp"
Downloading http://planet.ocaml.org/opml.xml... done.
(using cache /var/folders/gd/bdnlf1ld21g4ynlctmqgml5h0000gn/T/ocamlorg-7d194d1f98fc85e608146292738367fa, updated 0:23m38s ago).
sed -e 's|\*Table of contents\*||g' "site/contributors.fr.md" | script/md_preprocess | ommkdir -p "ocaml.org/docs"
d -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/contributors.fr.html.tmp"
sed -e 's|\*Table of contents\*||g' "site/community/support.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/community/support.html.tmp"
sed -e 's|\*Table of contents\*||g' "site/community/support.fr.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/community/support.fr.html.tmp"
mkdir -p "ocaml.org/docs"
if grep -q '*Table of contents*' "site/docs/install.fr.md" ; then make -f Makefile.from_md "ocaml.org/docs/install.fr.html.toc" ; fi
make -f Makefile.from_md "ocaml.org/docs/consortium-license.html.tmp"
make -f Makefile.from_md "ocaml.org/docs/index.fr.html.tmp"
if grep -q '*Table of contents*' "site/docs/index.md" ; then make -f Makefile.from_md "ocaml.org/docs/index.html.toc" ; fi
if [ -f "ocaml.org/contributors.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/contributors.md" -set "page=ocaml.org/contributors.html.tmp" -set "toc=ocaml.org/contributors.html.toc" template/main.mpp -o "ocaml.org/contributors.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/contributors.md" -set "page=ocaml.org/contributors.html.tmp" template/main.mpp -o "ocaml.org/contributors.html" ; \
fi
if [ -f "ocaml.org/contributors.fr.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/contributors.fr.md" -set "page=ocaml.org/contributors.fr.html.tmp" -set "toc=ocaml.org/contributors.fr.html.toc" template/main.mpp -o "ocaml.org/contributors.fr.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/contributors.fr.md" -set "page=ocaml.org/contributors.fr.html.tmp" template/main.mpp -o "ocaml.org/contributors.fr.html" ; \
fi
sed -e 's|\*Table of contents\*||g' "site/docs/cheat_sheets.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/docs/cheat_sheets.html.tmp"
mkdir -p "ocaml.org/docs"
if [ -f "ocaml.org/community/support.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/community/support.md" -set "page=ocaml.org/community/support.html.tmp" -set "toc=ocaml.org/community/support.html.toc" template/main.mpp -o "ocaml.org/community/support.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/community/support.md" -set "page=ocaml.org/community/support.html.tmp" template/main.mpp -o "ocaml.org/community/support.html" ; \
fi
mkdir -p "ocaml.org/docs"
make -f Makefile.from_md "ocaml.org/docs/index.html.tmp"
if grep -q '*Table of contents*' "site/docs/install.md" ; then make -f Makefile.from_md "ocaml.org/docs/install.html.toc" ; fi
if [ -f "ocaml.org/community/support.fr.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/community/support.fr.md" -set "page=ocaml.org/community/support.fr.html.tmp" -set "toc=ocaml.org/community/support.fr.html.toc" template/main.mpp -o "ocaml.org/community/support.fr.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/community/support.fr.md" -set "page=ocaml.org/community/support.fr.html.tmp" template/main.mpp -o "ocaml.org/community/support.fr.html" ; \
fi
mkdir -p "ocaml.org/docs"
if grep -q '*Table of contents*' "site/docs/license.fr.md" ; then make -f Makefile.from_md "ocaml.org/docs/license.fr.html.toc" ; fi
if [ -f "ocaml.org/docs/cheat_sheets.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/docs/cheat_sheets.md" -set "page=ocaml.org/docs/cheat_sheets.html.tmp" -set "toc=ocaml.org/docs/cheat_sheets.html.toc" template/main.mpp -o "ocaml.org/docs/cheat_sheets.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/docs/cheat_sheets.md" -set "page=ocaml.org/docs/cheat_sheets.html.tmp" template/main.mpp -o "ocaml.org/docs/cheat_sheets.html" ; \
fi
sed -e 's|\*Table of contents\*||g' "site/docs/consortium-license.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/docs/consortium-license.html.tmp"
sed -e 's|\*Table of contents\*||g' "site/docs/index.fr.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/docs/index.fr.html.tmp"
mkdir -p "ocaml.org/docs"
if grep -q '*Table of contents*' "site/docs/license.md" ; then make -f Makefile.from_md "ocaml.org/docs/license.html.toc" ; fi
script/generate_opam_update_list
omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -otoc -ts 0 "site/docs/install.fr.md" -o "ocaml.org/docs/install.fr.html.toc"
mkdir -p "ocaml.org/learn"
make -f Makefile.from_md "ocaml.org/docs/license.fr.html.tmp"
if grep -q '*Table of contents*' "site/docs/logos.md" ; then make -f Makefile.from_md "ocaml.org/docs/logos.html.toc" ; fi
sed -e 's|\*Table of contents\*||g' "site/docs/index.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/docs/index.html.tmp"
mkdir -p "ocaml.org/learn"
make -f Makefile.from_md "ocaml.org/docs/license.html.tmp"
if grep -q '*Table of contents*' "site/docs/papers.md" ; then make -f Makefile.from_md "ocaml.org/docs/papers.html.toc" ; fi
if [ -f "ocaml.org/docs/index.fr.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/docs/index.fr.md" -set "page=ocaml.org/docs/index.fr.html.tmp" -set "toc=ocaml.org/docs/index.fr.html.toc" template/main.mpp -o "ocaml.org/docs/index.fr.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}'sed -e 's|\*Table of contents\*||g' "site/docs/license.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/docs/license.html.tmp"
omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -otoc -ts 0 "site/docs/install.md" -o "ocaml.org/docs/install.html.toc"
sed -e 's|\*Table of contents\*||g' "site/docs/license.fr.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/docs/license.fr.html.tmp"
omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -otoc -ts 0 "site/docs/papers.md" -o "ocaml.org/docs/papers.html.toc"
-soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/docs/index.fr.md" -set "page=ocaml.org/docs/index.fr.html.tmp" template/main.mpp -o "ocaml.org/docs/index.fr.html" ; \
fi
if grep -q '*Table of contents*' "site/learn/companies.md" ; then make -f Makefile.from_md "ocaml.org/learn/companies.html.toc" ; fi
make -f Makefile.from_md "ocaml.org/docs/logos.html.tmp"
if grep -q '*Table of contents*' "site/learn/books.md" ; then make -f Makefile.from_md "ocaml.org/learn/books.html.toc" ; fi
if [ -f "ocaml.org/docs/index.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/docs/index.md" -set "page=ocaml.org/docs/index.html.tmp" -set "toc=ocaml.org/docs/index.html.toc" template/main.mpp -o "ocaml.org/docs/index.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/docs/index.md" -set "page=ocaml.org/docs/index.html.tmp" template/main.mpp -o "ocaml.org/docs/index.html" ; \
fi
if [ -f "ocaml.org/docs/consortium-license.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/docs/consortium-license.md" -set "page=ocaml.org/docs/consortium-license.html.tmp" -set "toc=ocaml.org/docs/consortium-license.html.toc" template/main.mpp -o "ocaml.org/docs/consortium-license.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/docs/consortium-license.md" -set "page=ocaml.org/docs/consortium-license.html.tmp" template/main.mpp -o "ocaml.org/docs/consortium-license.html" ; \
fi
make -f Makefile.from_md "ocaml.org/docs/install.fr.html.tmp"
mkdir -p "ocaml.org/learn"
if [ -f "ocaml.org/docs/license.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/docs/license.md" -set "page=ocaml.org/docs/license.html.tmp" -set "toc=ocaml.org/docs/license.html.toc" template/main.mpp -o "ocaml.org/docs/license.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/docs/license.md" -set "page=ocaml.org/docs/license.html.tmp" template/main.mpp -o "ocaml.org/docs/license.html" ; \
fi
make -f Makefile.from_md "ocaml.org/docs/install.html.tmp"
mkdir -p "ocaml.org/learn"
make -f Makefile.from_md "ocaml.org/learn/companies.html.tmp"
make -f Makefile.from_md "ocaml.org/docs/papers.html.tmp"
if [ -f "ocaml.org/docs/license.fr.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/docs/license.fr.md" -set "page=ocaml.org/docs/license.fr.html.tmp" -set "toc=ocaml.org/docs/license.fr.html.toc" template/main.mpp -o "ocaml.org/docs/license.fr.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/docs/license.fr.md" -set "page=ocaml.org/docs/license.fr.html.tmp" template/main.mpp -o "ocaml.org/docs/license.fr.html" ; \
fi
mkdir -p "ocaml.org/learn"
if grep -q '*Table of contents*' "site/learn/description.md" ; then make -f Makefile.from_md "ocaml.org/learn/description.html.toc" ; fi
sed -e 's|\*Table of contents\*||g' "site/docs/logos.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/docs/logos.html.tmp"
mkdir -p "ocaml.org/learn"
if grep -q '*Table of contents*' "site/learn/faq.md" ; then make -f Makefile.from_md "ocaml.org/learn/faq.html.toc" ; fi
sed -e 's|\*Table of contents\*||g' "site/docs/install.fr.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/docs/install.fr.html.tmp"
omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -otoc -ts 0 "site/learn/books.md" -o "ocaml.org/learn/books.html.toc"
mkdir -p "ocaml.org/learn"
if grep -q '*Table of contents*' "site/learn/history.fr.md" ; then make -f Makefile.from_md "ocaml.org/learn/history.fr.html.toc" ; fi
sed -e 's|\*Table of contents\*||g' "site/learn/companies.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/learn/companies.html.tmp"
sed -e 's|\*Table of contents\*||g' "site/docs/install.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/docs/install.html.tmp"
sed -e 's|\*Table of contents\*||g' "site/docs/papers.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/docs/papers.html.tmp"
mkdir -p "ocaml.org/learn"
if grep -q '*Table of contents*' "site/learn/history.md" ; then make -f Makefile.from_md "ocaml.org/learn/history.html.toc" ; fi
if [ -f "ocaml.org/docs/logos.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/docs/logos.md" -set "page=ocaml.org/docs/logos.html.tmp" -set "toc=ocaml.org/docs/logos.html.toc" template/main.mpp -o "ocaml.org/docs/logos.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/docs/logos.md" -set "page=ocaml.org/docs/logos.html.tmp" template/main.mpp -o "ocaml.org/docs/logos.html" ; \
fi
mkdir -p "ocaml.org/learn"
make -f Makefile.from_md "ocaml.org/learn/history.fr.html.tmp"
if grep -q '*Table of contents*' "site/learn/index.fr.md" ; then make -f Makefile.from_md "ocaml.org/learn/index.fr.html.toc" ; fi
if [ -f "ocaml.org/docs/install.fr.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/docs/install.fr.md" -set "page=ocaml.org/docs/install.fr.html.tmp" -set "toc=ocaml.org/docs/install.fr.html.toc" template/main.mpp -o "ocaml.org/docs/install.fr.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/docs/install.fr.md" -set "page=ocaml.org/docs/install.fr.html.tmp" template/main.mpp -o "ocaml.org/docs/install.fr.html" ; \
fi
make -f Makefile.from_md "ocaml.org/learn/books.html.tmp"
omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -otoc -ts 0 "site/learn/description.md" -o "ocaml.org/learn/description.html.toc"
mkdir -p "ocaml.org/learn"
if grep -q '*Table of contents*' "site/learn/index.md" ; then make -f Makefile.from_md "ocaml.org/learn/index.html.toc" ; fi
if [ -f "ocaml.org/docs/papers.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/docs/papers.md" -set "page=ocaml.org/docs/papers.html.tmp" -set "toc=ocaml.org/docs/papers.html.toc" template/main.mpp -o "ocaml.org/docs/papers.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/docs/papers.md" -set "page=ocaml.org/docs/papers.html.tmp" template/main.mpp -o "ocaml.org/docs/papers.html" ; \
fi
if [ -f "ocaml.org/learn/companies.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/companies.md" -set "page=ocaml.org/learn/companies.html.tmp" -set "toc=ocaml.org/learn/companies.html.toc" template/main.mpp -o "ocaml.org/learn/companies.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/companies.md" -set "page=ocaml.org/learn/companies.html.tmp" template/main.mpp -o "ocaml.org/learn/companies.html" ; \
fi
if [ -f "ocaml.org/docs/install.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/docs/install.md" -set "page=ocaml.org/docs/install.html.tmp" -set "toc=ocaml.org/docs/install.html.toc" template/main.mpp -o "ocaml.org/docs/install.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/docs/install.md" -set "page=ocaml.org/docs/install.html.tmp" template/main.mpp -o "ocaml.org/docs/install.html" ; \
fi
omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -otoc -ts 0 "site/learn/faq.md" -o "ocaml.org/learn/faq.html.toc"
mkdir -p "ocaml.org/learn"
make -f Makefile.from_md "ocaml.org/learn/index.fr.html.tmp"
if grep -q '*Table of contents*' "site/learn/libraries.md" ; then make -f Makefile.from_md "ocaml.org/learn/libraries.html.toc" ; fi
mkdir -p "ocaml.org/learn"
make -f Makefile.from_md "ocaml.org/learn/index.html.tmp"
if grep -q '*Table of contents*' "site/learn/portability.md" ; then make -f Makefile.from_md "ocaml.org/learn/portability.html.toc" ; fi
make -f Makefile.from_md "ocaml.org/learn/description.html.tmp"
sed -e 's|\*Table of contents\*||g' "site/learn/books.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/learn/books.html.tmp"
sed -e 's|\*Table of contents\*||g' "site/learn/history.fr.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/learn/history.fr.html.tmp"
omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -otoc -ts 0 "site/learn/history.md" -o "ocaml.org/learn/history.html.toc"
mkdir -p "ocaml.org/learn"
make -f Makefile.from_md "ocaml.org/learn/libraries.html.tmp"
if grep -q '*Table of contents*' "site/learn/success.fr.md" ; then make -f Makefile.from_md "ocaml.org/learn/success.fr.html.toc" ; fi
make -f Makefile.from_md "ocaml.org/learn/faq.html.tmp"
mkdir -p "ocaml.org/learn"
if grep -q '*Table of contents*' "site/learn/success.md" ; then make -f Makefile.from_md "ocaml.org/learn/success.html.toc" ; fi
sed -e 's|\*Table of contents\*||g' "site/learn/index.fr.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/learn/index.fr.html.tmp"
mkdir -p "ocaml.org/learn/tutorials"
make -f Makefile.from_md "ocaml.org/learn/success.fr.html.tmp"
if grep -q '*Table of contents*' "site/learn/taste.fr.md" ; then make -f Makefile.from_md "ocaml.org/learn/taste.fr.html.toc" ; fi
make -f Makefile.from_md "ocaml.org/learn/portability.html.tmp"
if [ -f "ocaml.org/learn/books.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/books.md" -set "page=ocaml.org/learn/books.html.tmp" -set "toc=ocaml.org/learn/books.html.toc" template/main.mpp -o "ocaml.org/learn/books.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/books.md" -set "page=ocaml.org/learn/books.html.tmp" template/main.mpp -o "ocaml.org/learn/books.html" ; \
fi
if [ -f "ocaml.org/learn/history.fr.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/history.fr.md" -set "page=ocaml.org/learn/history.fr.html.tmp" -set "toc=ocaml.org/learn/history.fr.html.toc" template/main.mpp -o "ocaml.org/learn/history.fr.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/history.fr.md" -set "page=ocaml.org/learn/history.fr.html.tmp" template/main.mpp -o "ocaml.org/learn/history.fr.html" ; \
fi
make -f Makefile.from_md "ocaml.org/learn/history.html.tmp"
sed -e 's|\*Table of contents\*||g' "site/learn/index.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/learn/index.html.tmp"
sed -e 's|\*Table of contents\*||g' "site/learn/description.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/learn/description.html.tmp"
mkdir -p "ocaml.org/learn/tutorials"
if grep -q '*Table of contents*' "site/learn/taste.md" ; then make -f Makefile.from_md "ocaml.org/learn/taste.html.toc" ; fi
sed -e 's|\*Table of contents\*||g' "site/learn/libraries.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/learn/libraries.html.tmp"
mkdir -p "ocaml.org/learn/tutorials"
if grep -q '*Table of contents*' "site/learn/tutorials/99problems.md" ; then make -f Makefile.from_md "ocaml.org/learn/tutorials/99problems.html.toc" ; fi
sed -e 's|\*Table of contents\*||g' "site/learn/faq.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/learn/faq.html.tmp"
mkdir -p "ocaml.org/learn/tutorials"
if grep -q '*Table of contents*' "site/learn/tutorials/basics.de.md" ; then make -f Makefile.from_md "ocaml.org/learn/tutorials/basics.de.html.toc" ; fi
if [ -f "ocaml.org/learn/index.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/index.md" -set "page=ocaml.org/learn/index.html.tmp" -set "toc=ocaml.org/learn/index.html.toc" template/main.mpp -o "ocaml.org/learn/index.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/index.md" -set "page=ocaml.org/learn/index.html.tmp" template/main.mpp -o "ocaml.org/learn/index.html" ; \
fi
if [ -f "ocaml.org/learn/index.fr.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/index.fr.md" -set "page=ocaml.org/learn/index.fr.html.tmp" -set "toc=ocaml.org/learn/index.fr.html.toc" template/main.mpp -o "ocaml.org/learn/index.fr.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/index.fr.md" -set "page=ocaml.org/learn/index.fr.html.tmp" template/main.mpp -o "ocaml.org/learn/index.fr.html" ; \
fi
sed -e 's|\*Table of contents\*||g' "site/learn/success.fr.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/learn/success.fr.html.tmp"
sed -e 's|\*Table of contents\*||g' "site/learn/portability.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/learn/portability.html.tmp"
mkdir -p "ocaml.org/learn/tutorials"
if grep -q '*Table of contents*' "site/learn/tutorials/basics.fr.md" ; then make -f Makefile.from_md "ocaml.org/learn/tutorials/basics.fr.html.toc" ; fi
if [ -f "ocaml.org/learn/libraries.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/libraries.md" -set "page=ocaml.org/learn/libraries.html.tmp" -set "toc=ocaml.org/learn/libraries.html.toc" template/main.mpp -o "ocaml.org/learn/libraries.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/libraries.md" -set "page=ocaml.org/learn/libraries.html.tmp" template/main.mpp -o "ocaml.org/learn/libraries.html" ; \
fi
if [ -f "ocaml.org/learn/description.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/description.md" -set "page=ocaml.org/learn/description.html.tmp" -set "toc=ocaml.org/learn/description.html.toc" template/main.mpp -o "ocaml.org/learn/description.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/description.md" -set "page=ocaml.org/learn/description.html.tmp" template/main.mpp -o "ocaml.org/learn/description.html" ; \
fi
omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -otoc -ts 0 "site/learn/success.md" -o "ocaml.org/learn/success.html.toc"
sed -e 's|\*Table of contents\*||g' "site/learn/history.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/learn/history.html.tmp"
omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -otoc -ts 0 "site/learn/taste.fr.md" -o "ocaml.org/learn/taste.fr.html.toc"
mkdir -p "ocaml.org/learn/tutorials"
if grep -q '*Table of contents*' "site/learn/tutorials/basics.it.md" ; then make -f Makefile.from_md "ocaml.org/learn/tutorials/basics.it.html.toc" ; fi
mkdir -p "ocaml.org/learn/tutorials"
if grep -q '*Table of contents*' "site/learn/tutorials/basics.ja.md" ; then make -f Makefile.from_md "ocaml.org/learn/tutorials/basics.ja.html.toc" ; fi
omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -otoc -ts 0 "site/learn/taste.md" -o "ocaml.org/learn/taste.html.toc"
if grep -q '*Table of contents*' "site/learn/tutorials/basics.ko.md" ; then make -f Makefile.from_md "ocaml.org/learn/tutorials/basics.ko.html.toc" ; fi
if [ -f "ocaml.org/learn/history.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/history.md" -set "page=ocaml.org/learn/history.html.tmp" -set "toc=ocaml.org/learn/history.html.toc" template/main.mpp -o "ocaml.org/learn/history.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/history.md" -set "page=ocaml.org/learn/history.html.tmp" template/main.mpp -o "ocaml.org/learn/history.html" ; \
fi
mkdir -p "ocaml.org/learn/tutorials"
if [ -f "ocaml.org/learn/portability.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/portability.md" -set "page=ocaml.org/learn/portability.html.tmp" -set "toc=ocaml.org/learn/portability.html.toc" template/main.mpp -o "ocaml.org/learn/portability.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/portability.md" -set "page=ocaml.org/learn/portability.html.tmp" template/main.mpp -o "ocaml.org/learn/portability.html" ; \
fi
if [ -f "ocaml.org/learn/success.fr.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/success.fr.md" -set "page=ocaml.org/learn/success.fr.html.tmp" -set "toc=ocaml.org/learn/success.fr.html.toc" template/main.mpp -o "ocaml.org/learn/success.fr.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/success.fr.md" -set "page=ocaml.org/learn/success.fr.html.tmp" template/main.mpp -o "ocaml.org/learn/success.fr.html" ; \
fi
make -f Makefile.from_md "ocaml.org/learn/success.html.tmp"
omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -otoc -ts 0 "site/learn/tutorials/99problems.md" -o "ocaml.org/learn/tutorials/99problems.html.toc"
***** STARTING OCAML TOPLEVEL ******
mkdir -p "ocaml.org/learn/tutorials"
if grep -q '*Table of contents*' "site/learn/tutorials/basics.md" ; then make -f Makefile.from_md "ocaml.org/learn/tutorials/basics.html.toc" ; fi
make -f Makefile.from_md "ocaml.org/learn/taste.fr.html.tmp"
omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -otoc -ts 0 "site/learn/tutorials/basics.de.md" -o "ocaml.org/learn/tutorials/basics.de.html.toc"
mkdir -p "ocaml.org/learn/tutorials"
if grep -q '*Table of contents*' "site/learn/tutorials/basics.zh.md" ; then make -f Makefile.from_md "ocaml.org/learn/tutorials/basics.zh.html.toc" ; fi
make -f Makefile.from_md "ocaml.org/learn/taste.html.tmp"
omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -otoc -ts 0 "site/learn/tutorials/basics.fr.md" -o "ocaml.org/learn/tutorials/basics.fr.html.toc"
mkdir -p "ocaml.org/learn/tutorials/camlp4_3.10"
if grep -q '*Table of contents*' "site/learn/tutorials/calling_c_libraries.md" ; then make -f Makefile.from_md "ocaml.org/learn/tutorials/calling_c_libraries.html.toc" ; fi
omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -otoc -ts 0 "site/learn/tutorials/basics.it.md" -o "ocaml.org/learn/tutorials/basics.it.html.toc"
mkdir -p "ocaml.org/learn/tutorials/camlp4_3.10"
sed -e 's|\*Table of contents\*||g' "site/learn/success.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/learn/success.html.tmp"
if grep -q '*Table of contents*' "site/learn/tutorials/calling_fortran_libraries.md" ; then make -f Makefile.from_md "ocaml.org/learn/tutorials/calling_fortran_libraries.html.toc" ; fi
make -f Makefile.from_md "ocaml.org/learn/tutorials/basics.de.html.tmp"
make -f Makefile.from_md "ocaml.org/learn/tutorials/99problems.html.tmp"
omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -otoc -ts 0 "site/learn/tutorials/basics.ja.md" -o "ocaml.org/learn/tutorials/basics.ja.html.toc"
mkdir -p "ocaml.org/learn/tutorials/camlp4_3.10"
make -f Makefile.from_md "ocaml.org/learn/tutorials/calling_c_libraries.html.tmp"
if grep -q '*Table of contents*' "site/learn/tutorials/camlp4_3.10/dynamic_functor_example.md" ; then make -f Makefile.from_md "ocaml.org/learn/tutorials/camlp4_3.10/dynamic_functor_example.html.toc" ; fi
make -f Makefile.from_md "ocaml.org/learn/tutorials/basics.fr.html.tmp"
omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -otoc -ts 0 "site/learn/tutorials/basics.ko.md" -o "ocaml.org/learn/tutorials/basics.ko.html.toc"
sed -e 's|\*Table of contents\*||g' "site/learn/taste.fr.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/learn/taste.fr.html.tmp"
sed -e 's|\*Table of contents\*||g' "site/learn/taste.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/learn/taste.html.tmp"
mkdir -p "ocaml.org/learn/tutorials/camlp4_3.10"
if grep -q '*Table of contents*' "site/learn/tutorials/camlp4_3.10/dynamic_old_syntax.md" ; then make -f Makefile.from_md "ocaml.org/learn/tutorials/camlp4_3.10/dynamic_old_syntax.html.toc" ; fi
if [ -f "ocaml.org/learn/success.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/success.md" -set "page=ocaml.org/learn/success.html.tmp" -set "toc=ocaml.org/learn/success.html.toc" template/main.mpp -o "ocaml.org/learn/success.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/success.md" -set "page=ocaml.org/learn/success.html.tmp" template/main.mpp -o "ocaml.org/learn/success.html" ; \
fi
make -f Makefile.from_md "ocaml.org/learn/tutorials/basics.it.html.tmp"
omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -otoc -ts 0 "site/learn/tutorials/basics.md" -o "ocaml.org/learn/tutorials/basics.html.toc"
omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -otoc -ts 0 "site/learn/tutorials/basics.zh.md" -o "ocaml.org/learn/tutorials/basics.zh.html.toc"
mkdir -p "ocaml.org/learn/tutorials/camlp4_3.10"
make -f Makefile.from_md "ocaml.org/learn/tutorials/camlp4_3.10/dynamic_functor_example.html.tmp"
if grep -q '*Table of contents*' "site/learn/tutorials/camlp4_3.10/foreach_tutorial.md" ; then make -f Makefile.from_md "ocaml.org/learn/tutorials/camlp4_3.10/foreach_tutorial.html.toc" ; fi
make -f Makefile.from_md "ocaml.org/learn/tutorials/basics.ko.html.tmp"
make -f Makefile.from_md "ocaml.org/learn/tutorials/basics.ja.html.tmp"
sed -e 's|\*Table of contents\*||g' "site/learn/tutorials/99problems.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/learn/tutorials/99problems.html.tmp"
sed -e 's|\*Table of contents\*||g' "site/learn/tutorials/basics.de.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/learn/tutorials/basics.de.html.tmp"
mkdir -p "ocaml.org/learn/tutorials/camlp4_3.10"
make -f Makefile.from_md "ocaml.org/learn/tutorials/camlp4_3.10/dynamic_old_syntax.html.tmp"
if grep -q '*Table of contents*' "site/learn/tutorials/camlp4_3.10/index.md" ; then make -f Makefile.from_md "ocaml.org/learn/tutorials/camlp4_3.10/index.html.toc" ; fi
sed -e 's|\*Table of contents\*||g' "site/learn/tutorials/calling_c_libraries.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/learn/tutorials/calling_c_libraries.html.tmp"
omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -otoc -ts 0 "site/learn/tutorials/calling_fortran_libraries.md" -o "ocaml.org/learn/tutorials/calling_fortran_libraries.html.toc"
mkdir -p "ocaml.org/learn/tutorials/camlp4_3.10"
if grep -q '*Table of contents*' "site/learn/tutorials/camlp4_3.10/quick_non_extensible_example.md" ; then make -f Makefile.from_md "ocaml.org/learn/tutorials/camlp4_3.10/quick_non_extensible_example.html.toc" ; fi
make -f Makefile.from_md "ocaml.org/learn/tutorials/basics.zh.html.tmp"
sed -e 's|\*Table of contents\*||g' "site/learn/tutorials/basics.fr.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/learn/tutorials/basics.fr.html.tmp"
make -f Makefile.from_md "ocaml.org/learn/tutorials/basics.html.tmp"
sed -e 's|\*Table of contents\*||g' "site/learn/tutorials/basics.it.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/learn/tutorials/basics.it.html.tmp"
mkdir -p "ocaml.org/learn/tutorials"
if grep -q '*Table of contents*' "site/learn/tutorials/camlp4_3.10/static_functor_example.md" ; then make -f Makefile.from_md "ocaml.org/learn/tutorials/camlp4_3.10/static_functor_example.html.toc" ; fi
***** STARTING OCAML TOPLEVEL ******
***** STARTING OCAML TOPLEVEL ******
sed -e 's|\*Table of contents\*||g' "site/learn/tutorials/basics.ko.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/learn/tutorials/basics.ko.html.tmp"
sed -e 's|\*Table of contents\*||g' "site/learn/tutorials/basics.ja.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/learn/tutorials/basics.ja.html.tmp"
sed -e 's|\*Table of contents\*||g' "site/learn/tutorials/camlp4_3.10/dynamic_functor_example.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/learn/tutorials/camlp4_3.10/dynamic_functor_example.html.tmp"
mkdir -p "ocaml.org/learn/tutorials"
make -f Makefile.from_md "ocaml.org/learn/tutorials/camlp4_3.10/quick_non_extensible_example.html.tmp"
if grep -q '*Table of contents*' "site/learn/tutorials/camlp4_3.10/static_old_syntax.md" ; then make -f Makefile.from_md "ocaml.org/learn/tutorials/camlp4_3.10/static_old_syntax.html.toc" ; fi
if [ -f "ocaml.org/learn/tutorials/calling_c_libraries.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/calling_c_libraries.md" -set "page=ocaml.org/learn/tutorials/calling_c_libraries.html.tmp" -set "toc=ocaml.org/learn/tutorials/calling_c_libraries.html.toc" template/main.mpp -o "ocaml.org/learn/tutorials/calling_c_libraries.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/calling_c_libraries.md" -set "page=ocaml.org/learn/tutorials/calling_c_libraries.html.tmp" template/main.mpp -o "ocaml.org/learn/tutorials/calling_c_libraries.html" ; \
fi
make -f Makefile.from_md "ocaml.org/learn/tutorials/calling_fortran_libraries.html.tmp"
sed -e 's|\*Table of contents\*||g' "site/learn/tutorials/camlp4_3.10/dynamic_old_syntax.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/learn/tutorials/camlp4_3.10/dynamic_old_syntax.html.tmp"
mkdir -p "ocaml.org/learn/tutorials"
make -f Makefile.from_md "ocaml.org/learn/tutorials/camlp4_3.10/static_functor_example.html.tmp"
if grep -q '*Table of contents*' "site/learn/tutorials/camlp5.md" ; then make -f Makefile.from_md "ocaml.org/learn/tutorials/camlp5.html.toc" ; fi
omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -otoc -ts 0 "site/learn/tutorials/camlp4_3.10/foreach_tutorial.md" -o "ocaml.org/learn/tutorials/camlp4_3.10/foreach_tutorial.html.toc"
omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -otoc -ts 0 "site/learn/tutorials/camlp4_3.10/index.md" -o "ocaml.org/learn/tutorials/camlp4_3.10/index.html.toc"
sed -e 's|\*Table of contents\*||g' "site/learn/tutorials/basics.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/learn/tutorials/basics.html.tmp"
sed -e 's|\*Table of contents\*||g' "site/learn/tutorials/basics.zh.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/learn/tutorials/basics.zh.html.tmp"
***** STARTING OCAML TOPLEVEL ******
***** STARTING OCAML TOPLEVEL ******
make -f Makefile.from_md "ocaml.org/learn/tutorials/camlp4_3.10/static_old_syntax.html.tmp"
mkdir -p "ocaml.org/learn/tutorials"
if grep -q '*Table of contents*' "site/learn/tutorials/command-line_arguments.ja.md" ; then make -f Makefile.from_md "ocaml.org/learn/tutorials/command-line_arguments.ja.html.toc" ; fi
if [ -f "ocaml.org/learn/tutorials/camlp4_3.10/dynamic_functor_example.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/camlp4_3.10/dynamic_functor_example.md" -set "page=ocaml.org/learn/tutorials/camlp4_3.10/dynamic_functor_example.html.tmp" -set "toc=ocaml.org/learn/tutorials/camlp4_3.10/dynamic_functor_example.html.toc" template/main.mpp -o "ocaml.org/learn/tutorials/camlp4_3.10/dynamic_functor_example.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/camlp4_3.10/dynamic_functor_example.md" -set "page=ocaml.org/learn/tutorials/camlp4_3.10/dynamic_functor_example.html.tmp" template/main.mpp -o "ocaml.org/learn/tutorials/camlp4_3.10/dynamic_functor_example.html" ; \
fi
***** STARTING OCAML TOPLEVEL ******
mkdir -p "ocaml.org/learn/tutorials"
make -f Makefile.from_md "ocaml.org/learn/tutorials/camlp5.html.tmp"
if grep -q '*Table of contents*' "site/learn/tutorials/command-line_arguments.md" ; then make -f Makefile.from_md "ocaml.org/learn/tutorials/command-line_arguments.html.toc" ; fi
if [ -f "ocaml.org/learn/tutorials/camlp4_3.10/dynamic_old_syntax.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/camlp4_3.10/dynamic_old_syntax.md" -set "page=ocaml.org/learn/tutorials/camlp4_3.10/dynamic_old_syntax.html.tmp" -set "toc=ocaml.org/learn/tutorials/camlp4_3.10/dynamic_old_syntax.html.toc" template/main.mpp -o "ocaml.org/learn/tutorials/camlp4_3.10/dynamic_old_syntax.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/camlp4_3.10/dynamic_old_syntax.md" -set "page=ocaml.org/learn/tutorials/camlp4_3.10/dynamic_old_syntax.html.tmp" template/main.mpp -o "ocaml.org/learn/tutorials/camlp4_3.10/dynamic_old_syntax.html" ; \
fi
sed -e 's|\*Table of contents\*||g' "site/learn/tutorials/camlp4_3.10/quick_non_extensible_example.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/learn/tutorials/camlp4_3.10/quick_non_extensible_example.html.tmp"
mkdir -p "ocaml.org/learn/tutorials"
sed -e 's|\*Table of contents\*||g' "site/learn/tutorials/calling_fortran_libraries.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/learn/tutorials/calling_fortran_libraries.html.tmp"
make -f Makefile.from_md "ocaml.org/learn/tutorials/command-line_arguments.ja.html.tmp"
if grep -q '*Table of contents*' "site/learn/tutorials/command-line_arguments.zh.md" ; then make -f Makefile.from_md "ocaml.org/learn/tutorials/command-line_arguments.zh.html.toc" ; fi
make -f Makefile.from_md "ocaml.org/learn/tutorials/camlp4_3.10/index.html.tmp"
make -f Makefile.from_md "ocaml.org/learn/tutorials/camlp4_3.10/foreach_tutorial.html.tmp"
if [ -f "ocased -e 's|\*Table of contents\*||g' "site/learn/tutorials/camlp4_3.10/static_functor_example.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/learn/tutorials/camlp4_3.10/static_functor_example.html.tmp"
ml.org/learn/tutorials/basics.de.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/basics.de.md" -set "page=ocaml.org/learn/tutorials/basics.de.html.tmp" -set "toc=ocaml.org/learn/tutorials/basics.de.html.toc" template/main.mpp -o "ocaml.org/learn/tutorials/basics.de.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/basics.de.md" -set "page=ocaml.org/learn/tutorials/basics.de.html.tmp" template/main.mpp -o "ocaml.org/learn/tutorials/basics.de.html" ; \
fi
make -f Makefile.from_md "ocaml.org/learn/tutorials/command-line_arguments.html.tmp"
if grep -q '*Table of contents*' "site/learn/tutorials/common_error_messages.fr.md" ; then make -f Makefile.from_md "ocaml.org/learn/tutorials/common_error_messages.fr.html.toc" ; fi
***** STARTING OCAML TOPLEVEL ******
***** STARTING OCAML TOPLEVEL ******
sed -e 's|\*Table of contents\*||g' "site/learn/tutorials/camlp4_3.10/static_old_syntax.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/learn/tutorials/camlp4_3.10/static_old_syntax.html.tmp"
mkdir -p "ocaml.org/learn/tutorials"
make -f Makefile.from_md "ocaml.org/learn/tutorials/command-line_arguments.zh.html.tmp"
if grep -q '*Table of contents*' "site/learn/tutorials/common_error_messages.ja.md" ; then make -f Makefile.from_md "ocaml.org/learn/tutorials/common_error_messages.ja.html.toc" ; fi
if [ -f "ocaml.org/learn/tutorials/calling_fortran_libraries.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/calling_fortran_libraries.md" -set "page=ocaml.org/learn/tutorials/calling_fortran_libraries.html.tmp" -set "toc=ocaml.org/learn/tutorials/calling_fortran_libraries.html.toc" template/main.mpp -o "ocaml.org/learn/tutorials/caomd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -otoc -ts 0 "site/learn/tutorials/common_error_messages.fr.md" -o "ocaml.org/learn/tutorials/common_error_messages.fr.html.toc"
lling_fortran_libraries.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/calling_fortran_libraries.md" -set "page=ocaml.org/learn/tutorials/calling_fortran_libraries.html.tmp" template/main.mpp -o "ocaml.org/learn/tutorials/calling_fortran_libraries.html" ; \
fi
if [ -f "ocaml.org/learn/tutorials/camlp4_3.10/static_old_syntax.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/camlp4_3.10/static_old_syntax.md" -set "page=ocaml.org/learn/tutorials/camlp4_3.10/static_old_syntax.html.tmp" -set "toc=ocaml.org/learn/tutorials/camlp4_3.10/static_old_syntax.html.toc" template/main.mpp -o "ocaml.org/learn/tutorials/camlp4_3.10/static_old_syntax.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/camlp4_3.10/static_old_syntax.md" -set "page=ocaml.org/learn/tutorials/camlp4_3.10/static_old_syntax.html.tmp" template/main.mpp -o "ocaml.org/learn/tutorials/camlp4_3.10/static_old_syntax.html" ; \
fi
if [ -f "ocaml.org/learn/tutorials/camlp4_3.10/static_functor_example.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/camlp4_3.10/static_functor_example.md" -set "page=ocaml.org/learn/tutorials/camlp4_3.10/static_functor_example.html.tmp" -set "toc=ocaml.org/learn/tutorials/camlp4_3.10/static_functor_example.html.toc" template/main.mpp -o "ocaml.org/learn/tutorials/camlp4_3.10/static_functor_example.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/camlp4_3.10/static_functor_example.md" -set "page=ocaml.org/learn/tutorials/camlp4_3.10/static_functor_example.html.tmp" template/main.mpp -o "ocaml.org/learn/tutorials/camlp4_3.10/static_functor_example.html" ; \
fi
if [ -f "ocaml.org/learn/tutorials/camlp4_3.10/quick_non_extensible_example.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/camlp4_3.10/quick_non_extensible_example.md" -set "page=ocaml.org/learn/tutorials/camlp4_3.10/quick_non_extensible_example.html.tmp" -set "toc=ocaml.org/learn/tutorials/camlp4_3.10/quick_non_extensible_example.html.toc" template/main.mpp -o "ocaml.org/learn/tutorials/camlp4_3.10/quick_non_extensible_example.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/camlp4_3.10/quick_non_extensible_example.md" -set "page=ocaml.org/learn/tutorials/camlp4_3.10/quick_non_extensible_example.html.tmp" template/main.mpp -o "ocaml.org/learn/tutorials/camlp4_3.10/quick_non_extensible_example.html" ; \
fi
if [ -f "ocaml.org/learn/tutorials/basics.fr.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/basics.fr.md" -set "page=ocaml.org/learn/tutorials/basics.fr.html.tmp" -set "toc=ocaml.org/learn/tutorials/basics.fr.html.toc" template/main.mpp -o "ocaml.org/learn/tutorials/basics.fr.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/basics.fr.md" -set "page=ocaml.org/learn/tutorials/basics.fr.html.tmp" template/main.mpp -o "ocaml.org/learn/tutorials/basics.fr.html" ; \
fi
sed -e 's|\*Table of contents\*||g' "site/learn/tutorials/command-line_arguments.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/learn/tutorials/command-line_arguments.html.tmp"
sed -e 's|\*Table of contents\*||g' "site/learn/tutorials/camlp5.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/learn/tutorials/camlp5.html.tmp"
sed -e 's|\*Table of contents\*||g' "site/learn/tutorials/command-line_arguments.ja.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/learn/tutorials/command-line_arguments.ja.html.tmp"
***** STARTING OCAML TOPLEVEL ******
sed -e 's|\*Table of contents\*||g' "site/learn/tutorials/camlp4_3.10/foreach_tutorial.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/learn/tutorials/camlp4_3.10/foreach_tutorial.html.tmp"
sed -e 's|\*Table of contents\*||g' "site/learn/tutorials/camlp4_3.10/index.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/learn/tutorials/camlp4_3.10/index.html.tmp"
***** STARTING OCAML TOPLEVEL ******
mkdir -p "ocaml.org/learn/tutorials"
if grep -q '*Table of contents*' "site/learn/tutorials/common_error_messages.md" ; then make -f Makefile.from_md "ocaml.org/learn/tutorials/common_error_messages.html.toc" ; fi
if [ -f "ocaml.org/learn/tutorials/basics.ja.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/basics.ja.md" -set "page=ocaml.org/learn/tutorials/basics.ja.html.tmp" -set "toc=ocaml.org/learn/tutorials/basics.ja.html.toc" template/main.mpp -o "ocaml.org/learn/tutorials/basics.ja.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/basics.ja.md" -set "page=ocaml.org/learn/tutorials/basics.ja.html.tmp" template/main.mpp -o "ocaml.org/learn/tutorials/basics.ja.html" ; \
fi
if [ -f "ocaml.org/learn/tutorials/basics.ko.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/basics.ko.md" -set "page=ocaml.org/learn/tutorials/basics.ko.html.tmp" -set "toc=ocaml.org/learn/tutorials/basics.ko.html.toc" template/main.mpp -o "ocaml.org/learn/tutorials/basics.ko.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/basics.ko.md" -set "page=ocaml.org/learn/tutorials/basics.ko.html.tmp" template/main.mpp -o "ocaml.org/learn/tutorials/basics.ko.html" ; \
fi
***** STARTING OCAML TOPLEVEL ******
mkdir -p "ocaml.org/learn/tutorials"
if [ -f "ocaml.org/learn/tutorials/basics.it.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/basics.it.md" -set "page=ocaml.org/learn/tutorials/basics.it.html.tmp" -set "toc=ocaml.org/learn/tutorials/basics.it.html.toc" template/main.mpp -o "ocaml.org/learn/tutorials/basics.it.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/basics.it.md" -set "page=ocaml.org/learn/tutorials/basics.it.html.tmp" template/main.mpp -o "ocaml.org/learn/tutorials/basics.it.html" ; \
fi
if [ -f "ocaml.org/learn/taste.fr.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/taste.fr.md" -set "page=ocaml.org/learn/taste.fr.html.tmp" -set "toc=ocaml.org/learn/taste.fr.html.toc" template/main.mpp -o "ocaml.org/learn/taste.fr.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/taste.fr.md" -set "page=ocaml.org/learn/taste.fr.html.tmp" template/main.mpp -o "ocaml.org/learn/taste.fr.html" ; \
fi
sed -e 's|\*Table of contents\*||g' "site/learn/tutorials/command-line_arguments.zh.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/learn/tutorials/command-line_arguments.zh.html.tmp"
mkdir -p "ocaml.org/learn/tutorials"
if grep -q '*Table of contents*' "site/learn/tutorials/comparison_of_standard_containers.ja.md" ; then make -f Makefile.from_md "ocaml.org/learn/tutorials/comparison_of_standard_containers.ja.html.toc" ; fi
make -f Makefile.from_md "ocaml.org/learn/tutorials/common_error_messages.fr.html.tmp"
if [ -f "ocaml.org/learn/tutorials/camlp4_3.10/index.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/camlp4_3.10/index.md" -set "page=ocaml.org/learn/tutorials/camlp4_3.10/index.html.tmp" -set "toc=ocaml.org/learn/tutorials/camlp4_3.10/index.html.toc" template/main.mpp -o "ocaml.org/learn/tutorials/camlp4_3.10/index.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/camlp4_3.10/index.md" -set "page=ocaml.org/learn/tutorials/camlp4_3.10/index.html.tmp" template/main.mpp -o "ocaml.org/learn/tutorials/camlp4_3.10/index.html" ; \
fi
if [ -f "ocaml.org/learn/tutorials/camlp5.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/camlp5.md" -set "page=ocaml.org/learn/tutorials/camlp5.html.tmp" -set "toc=ocaml.org/learn/tutorials/camlp5.html.toc" template/main.mpp -o "ocaml.org/learn/tutorials/camlp5.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/camlp5.md" -set "page=ocaml.org/learn/tutorials/camlp5.html.tmp" template/main.mpp -o "ocaml.org/learn/tutorials/camlp5.html" ; \
fi
if [ -f "ocaml.org/learn/tutorials/basics.zh.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/basics.zh.md" -set "page=ocaml.org/learn/tutorials/basics.zh.html.tmp" -set "toc=ocaml.org/learn/tutorials/basics.zh.html.toc" template/main.mpp -o "ocaml.org/learn/tutorials/basics.zh.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/basics.zh.md" -set "page=ocaml.org/learn/tutorials/basics.zh.html.tmp" template/main.mpp -o "ocaml.org/learn/tutorials/basics.zh.html" ; \
fi
if [ -f "ocaml.org/learn/taste.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/taste.md" -set "page=ocaml.org/learn/taste.html.tmp" -set "toc=ocaml.org/learn/taste.html.toc" template/main.mpp -o "ocaml.org/learn/taste.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/taste.md" -set "page=ocaml.org/learn/taste.html.tmp" template/main.mpp -o "ocaml.org/learn/taste.html" ; \
fi
if [ -f "ocaml.org/learn/faq.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/faq.md" -set "page=ocaml.org/learn/faq.html.tmp" -set "toc=ocaml.org/learn/faq.html.toc" template/main.mpp -o "ocaml.org/learn/faq.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/faq.md" -set "page=ocaml.org/learn/faq.html.tmp" template/main.mpp -o "ocaml.org/learn/faq.html" ; \
fi
omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -otoc -ts 0 "site/learn/tutorials/common_error_messages.ja.md" -o "ocaml.org/learn/tutorials/common_error_messages.ja.html.toc"
mkdir -p "ocaml.org/learn/tutorials"
if grep -q '*Table of contents*' "site/learn/tutorials/comparison_of_standard_containers.md" ; then make -f Makefile.from_md "ocaml.org/learn/tutorials/comparison_of_standard_containers.html.toc" ; fi
if [ -f "ocaml.org/learn/tutorials/basics.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/basics.md" -set "page=ocaml.org/learn/tutorials/basics.html.tmp" -set "toc=ocaml.org/learn/tutorials/basics.html.toc" template/main.mpp -o "ocaml.org/learn/tutorials/basics.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/basics.md" -set "page=ocaml.org/learn/tutorials/basics.html.tmp" template/main.mpp -o "ocaml.org/learn/tutorials/basics.html" ; \
fi
***** STARTING OCAML TOPLEVEL ******
***** STARTING OCAML TOPLEVEL ******
***** STARTING OCAML TOPLEVEL ******
mkdir -p "ocaml.org/learn/tutorials"
if grep -q '*Table of contents*' "site/learn/tutorials/compiling_ocaml_projects.ja.md" ; then make -f Makefile.from_md "ocaml.org/learn/tutorials/compiling_ocaml_projects.ja.html.toc" ; fi
mkdir -p "ocaml.org/learn/tutorials"
if grep -q '*Table of contents*' "site/learn/tutorials/compiling_ocaml_projects.md" ; then make -f Makefile.from_md "ocaml.org/learn/tutorials/compiling_ocaml_projects.html.toc" ; fi
make -f Makefile.from_md "ocaml.org/learn/tutorials/common_error_messages.ja.html.tmp"
omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -otoc -ts 0 "site/learn/tutorials/common_error_messages.md" -o "ocaml.org/learn/tutorials/common_error_messages.html.toc"
sed -e 's|\*Table of contents\*||g' "site/learn/tutorials/common_error_messages.fr.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/learn/tutorials/common_error_messages.fr.html.tmp"
mkdir -p "ocaml.org/learn/tutorials"
if [ -f "ocaml.org/learn/tutorials/command-line_arguments.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/command-line_arguments.md" -set "page=ocaml.org/learn/tutorials/command-line_arguments.html.tmp" -set "toc=ocaml.org/learn/tutorials/command-line_arguments.html.toc" template/main.mpp -o "ocaml.org/learn/tutorials/command-line_arguments.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/command-line_arguments.md" -set "page=ocaml.org/learn/tutorials/command-line_arguments.html.tmp" template/main.mpp -o "ocaml.org/learn/tutorials/command-line_arguments.html" ; \
fi
if [ -f "ocaml.org/learn/tutorials/command-line_arguments.ja.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/command-line_arguments.ja.md" -set "page=ocaml.org/learn/tutorials/command-line_arguments.ja.html.tmp" -set "toc=ocaml.org/learn/tutorials/command-line_arguments.ja.html.toc" template/main.mpp -o "ocaml.org/learn/tutorials/command-line_arguments.ja.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/command-line_arguments.ja.md" -set "page=ocaml.org/learn/tutorials/command-line_arguments.ja.html.tmp" template/main.mpp -o "ocaml.org/learn/tutorials/command-line_arguments.ja.html" ; \
fi
***** STARTING OCAML TOPLEVEL ******
omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -otoc -ts 0 "site/learn/tutorials/comparison_of_standard_containers.ja.md" -o "ocaml.org/learn/tutorials/comparison_of_standard_containers.ja.html.toc"
mkdir -p "ocaml.org/learn/tutorials"
if grep -q '*Table of contents*' "site/learn/tutorials/compiling_with_gnu_make.md" ; then make -f Makefile.from_md "ocaml.org/learn/tutorials/compiling_with_gnu_make.html.toc" ; fi
if grep -q '*Table of contents*' "site/learn/tutorials/compiling_with_gnu_make.ja.md" ; then make -f Makefile.from_md "ocaml.org/learn/tutorials/compiling_with_gnu_make.ja.html.toc" ; fi
omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -otoc -ts 0 "site/learn/tutorials/comparison_of_standard_containers.md" -o "ocaml.org/learn/tutorials/comparison_of_standard_containers.html.toc"
mkdir -p "ocaml.org/learn/tutorials"
if grep -q '*Table of contents*' "site/learn/tutorials/compiling_with_omake.ja.md" ; then make -f Makefile.from_md "ocaml.org/learn/tutorials/compiling_with_omake.ja.html.toc" ; fi
make -f Makefile.from_md "ocaml.org/learn/tutorials/common_error_messages.html.tmp"
sed -e 's|\*Table of contents\*||g' "site/learn/tutorials/common_error_messages.ja.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/learn/tutorials/common_error_messages.ja.html.tmp"
mkdir -p "ocaml.org/learn/tutorials"
if grep -q '*Table of contents*' "site/learn/tutorials/compiling_with_omake.md" ; then make -f Makefile.from_md "ocaml.org/learn/tutorials/compiling_with_omake.html.toc" ; fi
make -f Makefile.from_md "ocaml.org/learn/tutorials/comparison_of_standard_containers.ja.html.tmp"
if [ -f "ocaml.org/learn/tutorials/command-line_arguments.zh.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/command-line_arguments.zh.md" -set "page=ocaml.org/learn/tutorials/command-line_arguments.zh.html.tmp" -set "toc=ocaml.org/learn/tutorials/command-line_arguments.zh.html.toc" template/main.mpp -o "ocaml.org/learn/tutorials/command-line_arguments.zh.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/command-line_arguments.zh.md" -set "page=ocaml.org/learn/tutorials/command-line_arguments.zh.html.tmp" template/main.mpp -o "ocaml.org/learn/tutorials/command-line_arguments.zh.html" ; \
fi
omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -otoc -ts 0 "site/learn/tutorials/compiling_ocaml_projects.ja.md" -o "ocaml.org/learn/tutorials/compiling_ocaml_projects.ja.html.toc"
omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -otoc -ts 0 "site/learn/tutorials/compiling_ocaml_projects.md" -o "ocaml.org/learn/tutorials/compiling_ocaml_projects.html.toc"
mkdir -p "ocaml.org/learn/tutorials"
make -f Makefile.from_md "ocaml.org/learn/tutorials/compiling_with_omake.ja.html.tmp"
if grep -q '*Table of contents*' "site/learn/tutorials/data_types_and_matching.fr.md" ; then make -f Makefile.from_md "ocaml.org/learn/tutorials/data_types_and_matching.fr.html.toc" ; fi
make -f Makefile.from_md "ocaml.org/learn/tutorials/comparison_of_standard_containers.html.tmp"
Code_top.toploop_eval: the following error was raised during error reporting for "for s in List [\"hello\"; \"world\"] do print_endline s; () done\n;;" (normal if the problem occurred during preprocessing):
Pervasives.Exit
Error backtrace: (Program not linked with -g, cannot print stack backtrace)
stdout: ""
stderr: "File \"\", line 1, characters 36-55:\nError: Failure: \"expr; expr: not allowed here, use do {...} or [|...|] to surround them\"\n"
***** STARTING OCAML TOPLEVEL ******
Code_top.toploop_eval: the following error was raised during error reporting for "for i = 0 to 5 do print_int i done\n;;" (normal if the problem occurred during preprocessing):
Pervasives.Exit
Error backtrace: (Program not linked with -g, cannot print stack backtrace)
stdout: ""
stderr: "File \"\", line 1, characters 4-5:\nError: Parse error: [ipatt] or \"in\" expected (in [expr])\n"
mkdir -p "ocaml.org/learn/tutorials"
make -f Makefile.from_md "ocaml.org/learn/tutorials/compiling_with_omake.html.tmp"
if grep -q '*Table of contents*' "site/learn/tutorials/data_types_and_matching.it.md" ; then make -f Makefile.from_md "ocaml.org/learn/tutorials/data_types_and_matching.it.html.toc" ; fi
mkdir -p "ocaml.org/learn/tutorials"
if grep -q '*Table of contents*' "site/learn/tutorials/data_types_and_matching.ja.md" ; then make -f Makefile.from_md "ocaml.org/learn/tutorials/data_types_and_matching.ja.html.toc" ; fi
make -f Makefile.from_md "ocaml.org/learn/tutorials/compiling_ocaml_projects.html.tmp"
make -f Makefile.from_md "ocaml.org/learn/tutorials/compiling_ocaml_projects.ja.html.tmp"
omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -otoc -ts 0 "site/learn/tutorials/compiling_with_gnu_make.ja.md" -o "ocaml.org/learn/tutorials/compiling_with_gnu_make.ja.html.toc"
sed -e 's|\*Table of contents\*||g' "site/learn/tutorials/common_error_messages.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/learn/tutorials/common_error_messages.html.tmp"
omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -otoc -ts 0 "site/learn/tutorials/compiling_with_gnu_make.md" -o "ocaml.org/learn/tutorials/compiling_with_gnu_make.html.toc"
mkdir -p "ocaml.org/learn/tutorials"
sed -e 's|\*Table of contents\*||g' "site/learn/tutorials/comparison_of_standard_containers.ja.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/learn/tutorials/comparison_of_standard_containers.ja.html.tmp"
if grep -q '*Table of contents*' "site/learn/tutorials/data_types_and_matching.md" ; then make -f Makefile.from_md "ocaml.org/learn/tutorials/data_types_and_matching.html.toc" ; fi
if [ -f "ocaml.org/learn/tutorials/camlp4_3.10/foreach_tutorial.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/camlp4_3.10/foreach_tutorial.md" -set "page=ocaml.org/learn/tutorials/camlp4_3.10/foreach_tutorial.html.tmp" -set "toc=ocaml.org/learn/tutorials/camlp4_3.10/foreach_tutorial.html.toc" template/main.mpp -o "ocaml.org/learn/tutorials/camlp4_3.10/foreach_tutorial.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/camlp4_3.10/foreach_tutorial.md" -set "page=ocaml.org/learn/tutorials/camlp4_3.10/foreach_tutorial.html.tmp" template/main.mpp -o "ocaml.org/learn/tutorials/camlp4_3.10/foreach_tutorial.html" ; \
fi
***** STARTING OCAML TOPLEVEL ******
sed -e 's|\*Table of contents\*||g' "site/learn/tutorials/compiling_with_omake.ja.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/learn/tutorials/compiling_with_omake.ja.html.tmp"
mkdir -p "ocaml.org/learn/tutorials"
if grep -q '*Table of contents*' "site/learn/tutorials/data_types_and_matching.zh.md" ; then make -f Makefile.from_md "ocaml.org/learn/tutorials/data_types_and_matching.zh.html.toc" ; fi
sed -e 's|\*Table of contents\*||g' "site/learn/tutorials/comparison_of_standard_containers.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/learn/tutorials/comparison_of_standard_containers.html.tmp"
sed -e 's|\*Table of contents\*||g' "site/learn/tutorials/compiling_with_omake.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/learn/tutorials/compiling_with_omake.html.tmp"
omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -otoc -ts 0 "site/learn/tutorials/data_types_and_matching.fr.md" -o "ocaml.org/learn/tutorials/data_types_and_matching.fr.html.toc"
mkdir -p "ocaml.org/learn/tutorials"
if grep -q '*Table of contents*' "site/learn/tutorials/debug.md" ; then make -f Makefile.from_md "ocaml.org/learn/tutorials/debug.html.toc" ; fi
if [ -f "ocaml.org/learn/tutorials/comparison_of_standard_containers.ja.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/comparison_of_standard_containers.ja.md" -set "page=ocaml.org/learn/tutorials/comparison_of_standard_containers.ja.html.tmp" -set "toc=ocaml.org/learn/tutorials/comparison_of_standard_containers.ja.html.toc" template/main.mpp -o "ocaml.org/learn/tutorials/comparison_of_standard_containers.ja.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/comparison_of_standard_containers.ja.md" -set "page=ocaml.org/learn/tutorials/comparison_of_standard_containers.ja.html.tmp" template/main.mpp -o "ocaml.org/learn/tutorials/comparison_of_standard_containers.ja.html" ; \
fi
make -f Makefile.from_md "ocaml.org/learn/tutorials/compiling_with_gnu_make.ja.html.tmp"
make -f Makefile.from_md "ocaml.org/learn/tutorials/compiling_with_gnu_make.html.tmp"
omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -otoc -ts 0 "site/learn/tutorials/data_types_and_matching.it.md" -o "ocaml.org/learn/tutorials/data_types_and_matching.it.html.toc"
mkdir -p "ocaml.org/learn/tutorials"
if grep -q '*Table of contents*' "site/learn/tutorials/dev_tools.md" ; then make -f Makefile.from_md "ocaml.org/learn/tutorials/dev_tools.html.toc" ; fi
if [ -f "ocaml.org/learn/tutorials/compiling_with_omake.ja.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/compiling_with_omake.ja.md" -set "page=ocaml.org/learn/tutorials/compiling_with_omake.ja.html.tmp" -set "toc=ocaml.org/learn/tutorials/compiling_with_omake.ja.html.toc" template/main.mpp -o "ocaml.org/learn/tutorials/compiling_with_omake.ja.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/compiling_with_omake.ja.md" -set "page=ocaml.org/learn/tutorials/compiling_with_omake.ja.html.tmp" template/main.mpp -o "ocaml.org/learn/tutorials/compiling_with_omake.ja.html" ; \
fi
if [ -f "ocaml.org/learn/tutorials/common_error_messages.fr.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/common_error_messages.fr.md" -set "page=ocaml.org/learn/tutorials/common_error_messages.fr.html.tmp" -set "toc=ocaml.org/learn/tutorials/common_error_messages.fr.html.toc" template/main.mpp -o "ocaml.org/learn/tutorials/common_error_messages.fr.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/common_error_messages.fr.md" -set "page=ocaml.org/learn/tutorials/common_error_messages.fr.html.tmp" template/main.mpp -o "ocaml.org/learn/tutorials/common_error_messages.fr.html" ; \
fi
sed -e 's|\*Table of contents\*||g' "site/learn/tutorials/compiling_ocaml_projects.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/learn/tutorials/compiling_ocaml_projects.html.tmp"
sed -e 's|\*Table of contents\*||g' "site/learn/tutorials/compiling_ocaml_projects.ja.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/learn/tutorials/compiling_ocaml_projects.ja.html.tmp"
***** STARTING OCAML TOPLEVEL ******
omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -otoc -ts 0 "site/learn/tutorials/data_types_and_matching.ja.md" -o "ocaml.org/learn/tutorials/data_types_and_matching.ja.html.toc"
mkdir -p "ocaml.org/learn/tutorials"
if grep -q '*Table of contents*' "site/learn/tutorials/file_manipulation.ja.md" ; then make -f Makefile.from_md "ocaml.org/learn/tutorials/file_manipulation.ja.html.toc" ; fi
if [ -f "ocaml.org/learn/tutorials/compiling_with_omake.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/compiling_with_omake.md" -set "page=ocaml.org/learn/tutorials/compiling_with_omake.html.tmp" -set "toc=ocaml.org/learn/tutorials/compiling_with_omake.html.toc" template/main.mpp -o "ocaml.org/learn/tutorials/compiling_with_omake.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/compiling_with_omake.md" -set "page=ocaml.org/learn/tutorials/compiling_with_omake.html.tmp" template/main.mpp -o "ocaml.org/learn/tutorials/compiling_with_omake.html" ; \
fi
if [ -f "ocaml.org/learn/tutorials/comparison_of_standard_containers.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/comparison_of_standard_containers.md" -set "page=ocaml.org/learn/tutorials/comparison_of_standard_containers.html.tmp" -set "toc=ocaml.org/learn/tutorials/comparison_of_standard_containers.html.toc" template/main.mpp -o "ocaml.org/learn/tutorials/comparison_of_standard_containers.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/comparison_of_standard_containers.md" -set "page=ocaml.org/learn/tutorials/comparison_of_standard_containers.html.tmp" template/main.mpp -o "ocaml.org/learn/tutorials/comparison_of_standard_containers.html" ; \
fi
make -f Makefile.from_md "ocaml.org/learn/tutorials/data_types_and_matching.fr.html.tmp"
omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -otoc -ts 0 "site/learn/tutorials/data_types_and_matching.md" -o "ocaml.org/learn/tutorials/data_types_and_matching.html.toc"
mkdir -p "ocaml.org/learn/tutorials"
if grep -q '*Table of contents*' "site/learn/tutorials/file_manipulation.md" ; then make -f Makefile.from_md "ocaml.org/learn/tutorials/file_manipulation.html.toc" ; fi
make -f Makefile.from_md "ocaml.org/learn/tutorials/data_types_and_matching.it.html.tmp"
sed -e 's|\*Table of contents\*||g' "site/learn/tutorials/compiling_with_gnu_make.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/learn/tutorials/compiling_with_gnu_make.html.tmp"
mkdir -p "ocaml.org/learn/tutorials"
if grep -q '*Table of contents*' "site/learn/tutorials/file_manipulation.zh.md" ; then make -f Makefile.from_md "ocaml.org/learn/tutorials/file_manipulation.zh.html.toc" ; fi
if [ -f "ocaml.org/learn/tutorials/compiling_ocaml_projects.ja.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/compiling_ocaml_projects.ja.md" -set "page=ocaml.org/learn/tutorials/compiling_ocaml_projects.ja.html.tmp" -set "toc=ocaml.org/learn/tutorials/compiling_ocaml_projects.ja.html.toc" template/main.mpp -o "ocaml.org/learn/tutorials/compiling_ocaml_projects.ja.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/compiling_ocaml_projects.ja.md" -set "page=ocaml.org/learn/tutorials/compiling_ocaml_projects.ja.html.tmp" template/main.mpp -o "ocaml.org/learn/tutorials/compiling_ocaml_projects.ja.html" ; \
fi
omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -otoc -ts 0 "site/learn/tutorials/data_types_and_matching.zh.md" -o "ocaml.org/learn/tutorials/data_types_and_matching.zh.html.toc"
if [ -f "ocaml.org/learn/tutorials/compiling_ocaml_projects.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/compiling_ocaml_projects.md" -set "page=ocaml.org/learn/tutorials/compiling_ocaml_projects.html.tmp" -set "toc=ocaml.org/learn/tutorials/compiling_ocaml_projects.html.toc" template/main.mpp -o "ocaml.org/learn/tutorials/compiling_ocaml_projects.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/compiling_ocaml_projects.md" -set "page=ocaml.org/learn/tutorials/compiling_ocaml_projects.html.tmp" template/main.mpp -o "ocaml.org/learn/tutorials/compiling_ocaml_projects.html" ; \
fi
make -f Makefile.from_md "ocaml.org/learn/tutorials/data_types_and_matching.ja.html.tmp"
sed -e 's|\*Table of contents\*||g' "site/learn/tutorials/compiling_with_gnu_make.ja.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/learn/tutorials/compiling_with_gnu_make.ja.html.tmp"
mkdir -p "ocaml.org/learn/tutorials"
if grep -q '*Table of contents*' "site/learn/tutorials/filenames.md" ; then make -f Makefile.from_md "ocaml.org/learn/tutorials/filenames.html.toc" ; fi
make -f Makefile.from_md "ocaml.org/learn/tutorials/data_types_and_matching.html.tmp"
if [ -f "ocaml.org/learn/tutorials/common_error_messages.ja.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/common_error_messages.ja.md" -set "page=ocaml.org/learn/tutorials/common_error_messages.ja.html.tmp" -set "toc=ocaml.org/learn/tutorials/common_error_messages.ja.html.toc" template/main.mpp -o "ocaml.org/learn/tutorials/common_error_messages.ja.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/common_error_messages.ja.md" -set "page=ocaml.org/learn/tutorials/common_error_messages.ja.html.tmp" template/main.mpp -o "ocaml.org/learn/tutorials/common_error_messages.ja.html" ; \
fi
omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -otoc -ts 0 "site/learn/tutorials/debug.md" -o "ocaml.org/learn/tutorials/debug.html.toc"
omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -otoc -ts 0 "site/learn/tutorials/dev_tools.md" -o "ocaml.org/learn/tutorials/dev_tools.html.toc"
sed -e 's|\*Table of contents\*||g' "site/learn/tutorials/data_types_and_matching.fr.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/learn/tutorials/data_types_and_matching.fr.html.tmp"
mkdir -p "ocaml.org/learn/tutorials"
if grep -q '*Table of contents*' "site/learn/tutorials/filenames.zh.md" ; then make -f Makefile.from_md "ocaml.org/learn/tutorials/filenames.zh.html.toc" ; fi
if [ -f "ocaml.org/learn/tutorials/compiling_with_gnu_make.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/compiling_with_gnu_make.md" -set "page=ocaml.org/learn/tutorials/compiling_with_gnu_make.html.tmp" -set "toc=ocaml.org/learn/tutorials/compiling_with_gnu_make.html.toc" template/main.mpp -o "ocaml.org/learn/tutorials/compiling_with_gnu_make.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/compiling_with_gnu_make.md" -set "page=ocaml.org/learn/tutorials/compiling_with_gnu_make.html.tmp" template/main.mpp -o "ocaml.org/learn/tutorials/compiling_with_gnu_make.html" ; \
fi
make -f Makefile.from_md "ocaml.org/learn/tutorials/data_types_and_matching.zh.html.tmp"
omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -otoc -ts 0 "site/learn/tutorials/file_manipulation.ja.md" -o "ocaml.org/learn/tutorials/file_manipulation.ja.html.toc"
sed -e 's|\*Table of contents\*||g' "site/learn/tutorials/data_types_and_matching.it.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/learn/tutorials/data_types_and_matching.it.html.tmp"
mkdir -p "ocaml.org/learn/tutorials"
make -f Makefile.from_md "ocaml.org/learn/tutorials/filenames.html.tmp"
if grep -q '*Table of contents*' "site/learn/tutorials/format.fr.md" ; then make -f Makefile.from_md "ocaml.org/learn/tutorials/format.fr.html.toc" ; fi
if [ -f "ocaml.org/learn/tutorials/compiling_with_gnu_make.ja.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/compiling_with_gnu_make.ja.md" -set "page=ocaml.org/learn/tutorials/compiling_with_gnu_make.ja.html.tmp" -set "toc=ocaml.org/learn/tutorials/compiling_with_gnu_make.ja.html.toc" template/main.mpp -o "ocaml.org/learn/tutorials/compiling_with_gnu_make.ja.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/compiling_with_gnu_make.ja.md" -set "page=ocaml.org/learn/tutorials/compiling_with_gnu_make.ja.html.tmp" template/main.mpp -o "ocaml.org/learn/tutorials/compiling_with_gnu_make.ja.html" ; \
fi
omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -otoc -ts 0 "site/learn/tutorials/file_manipulation.md" -o "ocaml.org/learn/tutorials/file_manipulation.html.toc"
mkdir -p "ocaml.org/learn/tutorials"
make -f Makefile.from_md "ocaml.org/learn/tutorials/filenames.zh.html.tmp"
if grep -q '*Table of contents*' "site/learn/tutorials/format.md" ; then make -f Makefile.from_md "ocaml.org/learn/tutorials/format.html.toc" ; fi
make -f Makefile.from_md "ocaml.org/learn/tutorials/dev_tools.html.tmp"
make -f Makefile.from_md "ocaml.org/learn/tutorials/debug.html.tmp"
if [ -f "ocaml.org/learn/tutorials/common_error_messages.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/common_error_messages.md" -set "page=ocaml.org/learn/tutorials/common_error_messages.html.tmp" -set "toc=ocaml.org/learn/tutorials/common_error_messages.html.toc" template/main.mpp -o "ocaml.org/learn/tutorials/common_error_messages.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/common_error_messages.md" -set "page=ocaml.org/learn/tutorials/common_error_messages.html.tmp" template/main.mpp -o "ocaml.org/learn/tutorials/common_error_messages.html" ; \
fi
sed -e 's|\*Table of contents\*||g' "site/learn/tutorials/data_types_and_matching.ja.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/learn/tutorials/data_types_and_matching.ja.html.tmp"
omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -otoc -ts 0 "site/learn/tutorials/file_manipulation.zh.md" -o "ocaml.org/learn/tutorials/file_manipulation.zh.html.toc"
sed -e 's|\*Table of contents\*||g' "site/learn/tutorials/data_types_and_matching.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/learn/tutorials/data_types_and_matching.html.tmp"
mkdir -p "ocaml.org/learn/tutorials"
if grep -q '*Table of contents*' "site/learn/tutorials/functional_programming.fr.md" ; then make -f Makefile.from_md "ocaml.org/learn/tutorials/functional_programming.fr.html.toc" ; fi
make -f Makefile.from_md "ocaml.org/learn/tutorials/file_manipulation.ja.html.tmp"
sed -e 's|\*Table of contents\*||g' "site/learn/tutorials/data_types_and_matching.zh.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/learn/tutorials/data_types_and_matching.zh.html.tmp"
mkdir -p "ocaml.org/learn/tutorials"
make -f Makefile.from_md "ocaml.org/learn/tutorials/file_manipulation.html.tmp"
***** STARTING OCAML TOPLEVEL ******
mkdir -p "ocaml.org/learn/tutorials"
if grep -q '*Table of contents*' "site/learn/tutorials/functional_programming.it.md" ; then make -f Makefile.from_md "ocaml.org/learn/tutorials/functional_programming.it.html.toc" ; fi
make -f Makefile.from_md "ocaml.org/learn/tutorials/file_manipulation.zh.html.tmp"
sed -e 's|\*Table of contents\*||g' "site/learn/tutorials/filenames.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/learn/tutorials/filenames.html.tmp"
***** STARTING OCAML TOPLEVEL ******
mkdir -p "ocaml.org/learn/tutorials"
if grep -q '*Table of contents*' "site/learn/tutorials/functional_programming.md" ; then make -f Makefile.from_md "ocaml.org/learn/tutorials/functional_programming.html.toc" ; fi
if grep -q '*Table of contents*' "site/learn/tutorials/functional_programming.ja.md" ; then make -f Makefile.from_md "ocaml.org/learn/tutorials/functional_programming.ja.html.toc" ; fi
if [ -f "ocaml.org/learn/tutorials/data_types_and_matching.zh.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/data_types_and_matching.zh.md" -set "page=ocaml.org/learn/tutorials/data_types_and_matching.zh.html.tmp" -set "toc=ocaml.org/learn/tutorials/data_types_and_matching.zh.html.toc" template/main.mpp -o "ocaml.org/learn/tutorials/data_types_and_matching.zh.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/data_types_and_matching.zh.md" -set "page=ocaml.org/learn/tutorials/data_types_and_matching.zh.html.tmp" template/main.mpp -o "ocaml.org/learn/tutorials/data_types_and_matching.zh.html" ; \
fi
omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -otoc -ts 0 "site/learn/tutorials/format.fr.md" -o "ocaml.org/learn/tutorials/format.fr.html.toc"
sed -e 's|\*Table of contents\*||g' "site/learn/tutorials/filenames.zh.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/learn/tutorials/filenames.zh.html.tmp"
sed -e 's|\*Table of contents\*||g' "site/learn/tutorials/debug.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/learn/tutorials/debug.html.tmp"
sed -e 's|\*Table of contents\*||g' "site/learn/tutorials/dev_tools.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/learn/tutorials/dev_tools.html.tmp"
mkdir -p "ocaml.org/learn/tutorials"
if grep -q '*Table of contents*' "site/learn/tutorials/functional_programming.zh.md" ; then make -f Makefile.from_md "ocaml.org/learn/tutorials/functional_programming.zh.html.toc" ; fi
omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -otoc -ts 0 "site/learn/tutorials/format.md" -o "ocaml.org/learn/tutorials/format.html.toc"
sed -e 's|\*Table of contents\*||g' "site/learn/tutorials/file_manipulation.ja.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/learn/tutorials/file_manipulation.ja.html.tmp"
***** STARTING OCAML TOPLEVEL ******
***** STARTING OCAML TOPLEVEL ******
sed -e 's|\*Table of contents\*||g' "site/learn/tutorials/file_manipulation.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/learn/tutorials/file_manipulation.html.tmp"
mkdir -p "ocaml.org/learn/tutorials"
if grep -q '*Table of contents*' "site/learn/tutorials/garbage_collection.ja.md" ; then make -f Makefile.from_md "ocaml.org/learn/tutorials/garbage_collection.ja.html.toc" ; fi
if [ -f "ocaml.org/learn/tutorials/filenames.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/filenames.md" -set "page=ocaml.org/learn/tutorials/filenames.html.tmp" -set "toc=ocaml.org/learn/tutorials/filenames.html.toc" template/main.mpp -o "ocaml.org/learn/tutorials/filenames.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/filenames.md" -set "page=ocaml.org/learn/tutorials/filenames.html.tmp" template/main.mpp -o "ocaml.org/learn/tutorials/filenames.html" ; \
fi
omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -otoc -ts 0 "site/learn/tutorials/functional_programming.fr.md" -o "ocaml.org/learn/tutorials/functional_programming.fr.html.toc"
sed -e 's|\*Table of contents\*||g' "site/learn/tutorials/file_manipulation.zh.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/learn/tutorials/file_manipulation.zh.html.tmp"
mkdir -p "ocaml.org/learn/tutorials"
if grep -q '*Table of contents*' "site/learn/tutorials/garbage_collection.md" ; then make -f Makefile.from_md "ocaml.org/learn/tutorials/garbage_collection.html.toc" ; fi
if [ -f "ocaml.org/learn/tutorials/filenames.zh.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/filenames.zh.md" -set "page=ocaml.org/learn/tutorials/filenames.zh.html.tmp" -set "toc=ocaml.org/learn/tutorials/filenames.zh.html.toc" template/main.mpp -o "ocaml.org/learn/tutorials/filenames.zh.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/filenames.zh.md" -set "page=ocaml.org/learn/tutorials/filenames.zh.html.tmp" template/main.mpp -o "ocaml.org/learn/tutorials/filenames.zh.html" ; \
fi
make -f Makefile.from_md "ocaml.org/learn/tutorials/format.html.tmp"
make -f Makefile.from_md "ocaml.org/learn/tutorials/format.fr.html.tmp"
omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -otoc -ts 0 "site/learn/tutorials/functional_programming.it.md" -o "ocaml.org/learn/tutorials/functional_programming.it.html.toc"
mkdir -p "ocaml.org/learn/tutorials"
if grep -q '*Table of contents*' "site/learn/tutorials/guidelines.md" ; then make -f Makefile.from_md "ocaml.org/learn/tutorials/guidelines.html.toc" ; fi
if [ -f "ocaml.org/learn/tutorials/file_manipulation.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/file_manipulation.md" -set "page=ocaml.org/learn/tutorials/file_manipulation.html.tmp" -set "toc=ocaml.org/learn/tutorials/file_manipulation.html.toc" template/main.mpp -o "ocaml.org/learn/tutorials/file_manipulation.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/file_manipulation.md" -set "page=ocaml.org/learn/tutorials/file_manipulation.html.tmp" template/main.mpp -o "ocaml.org/learn/tutorials/file_manipulation.html" ; \
fi
if [ -f "ocaml.org/learn/tutorials/file_manipulation.ja.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/file_manipulation.ja.md" -set "page=ocaml.org/learn/tutorials/file_manipulation.ja.html.tmp" -set "toc=ocaml.org/learn/tutorials/file_manipulation.ja.html.toc" template/main.mpp -o "ocaml.org/learn/tutorials/file_manipulation.ja.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/file_manipulation.ja.md" -set "page=ocaml.org/learn/tutorials/file_manipulation.ja.html.tmp" template/main.mpp -o "ocaml.org/learn/tutorials/file_manipulation.ja.html" ; \
fi
***** STARTING OCAML TOPLEVEL ******
***** STARTING OCAML TOPLEVEL ******
omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -otoc -ts 0 "site/learn/tutorials/functional_programming.md" -o "ocaml.org/learn/tutorials/functional_programming.html.toc"
mkdir -p "ocaml.org/learn/tutorials"
if grep -q '*Table of contents*' "site/learn/tutorials/hashtbl.ja.md" ; then make -f Makefile.from_md "ocaml.org/learn/tutorials/hashtbl.ja.html.toc" ; fi
if [ -f "ocaml.org/learn/tutorials/file_manipulation.zh.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/file_manipulation.zh.md" -set "page=ocaml.org/learn/tutorials/file_manipulation.zh.html.tmp" -set "toc=ocaml.org/learn/tutorials/file_manipulation.zh.html.toc" template/main.mpp -o "ocaml.org/learn/tutorials/file_manipulation.zh.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/file_manipulation.zh.md" -set "page=ocaml.org/learn/tutorials/file_manipulation.zh.html.tmp" template/main.mpp -o "ocaml.org/learn/tutorials/file_manipulation.zh.html" ; \
fi
make -f Makefile.from_md "ocaml.org/learn/tutorials/functional_programming.fr.html.tmp"
if [ -f "ocaml.org/learn/tutorials/data_types_and_matching.it.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}'omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -otoc -ts 0 "site/learn/tutorials/functional_programming.ja.md" -o "ocaml.org/learn/tutorials/functional_programming.ja.html.toc"
-soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/data_types_and_matching.it.md" -set "page=ocaml.org/learn/tutorials/data_types_and_matching.it.html.tmp" -set "toc=ocaml.org/learn/tutorials/data_types_and_matching.it.html.toc" template/main.mpp -o "ocaml.org/learn/tutorials/data_types_and_matching.it.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/data_types_and_matching.it.md" -set "page=ocaml.org/learn/tutorials/data_types_and_matching.it.html.tmp" template/main.mpp -o "ocaml.org/learn/tutorials/data_types_and_matching.it.html" ; \
fi
omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -otoc -ts 0 "site/learn/tutorials/functional_programming.zh.md" -o "ocaml.org/learn/tutorials/functional_programming.zh.html.toc"
mkdir -p "ocaml.org/learn/tutorials"
if grep -q '*Table of contents*' "site/learn/tutorials/hashtbl.md" ; then make -f Makefile.from_md "ocaml.org/learn/tutorials/hashtbl.html.toc" ; fi
make -f Makefile.from_md "ocaml.org/learn/tutorials/functional_programming.it.html.tmp"
if [ -f "ocaml.org/learn/tutorials/dev_tools.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/dev_tools.md" -set "page=ocaml.org/learn/tutorials/dev_tools.html.tmp" -set "toc=ocaml.org/learn/tutorials/dev_tools.html.toc" template/main.mpp -o "ocaml.org/learn/tutorials/dev_tools.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/dev_tools.md" -set "page=ocaml.org/learn/tutorials/dev_tools.html.tmp" template/main.mpp -o "ocaml.org/learn/tutorials/dev_tools.html" ; \
fi
omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -otoc -ts 0 "site/learn/tutorials/garbage_collection.ja.md" -o "ocaml.org/learn/tutorials/garbage_collection.ja.html.toc"
sed -e 's|\*Table of contents\*||g' "site/learn/tutorials/format.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/learn/tutorials/format.html.tmp"
sed -e 's|\*Table of contents\*||g' "site/learn/tutorials/format.fr.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/learn/tutorials/format.fr.html.tmp"
mkdir -p "ocaml.org/learn/tutorials"
make -f Makefile.from_md "ocaml.org/learn/tutorials/hashtbl.ja.html.tmp"
if grep -q '*Table of contents*' "site/learn/tutorials/humor_proof.md" ; then make -f Makefile.from_md "ocaml.org/learn/tutorials/humor_proof.html.toc" ; fi
make -f Makefile.from_md "ocaml.org/learn/tutorials/functional_programming.ja.html.tmp"
make -f Makefile.from_md "ocaml.org/learn/tutorials/functional_programming.html.tmp"
if [ -f "ocaml.org/learn/tutorials/data_types_and_matching.ja.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/data_types_and_matching.ja.md" -set "page=ocaml.org/learn/tutorials/data_types_and_matching.ja.html.tmp" -set "toc=ocaml.org/learn/tutorials/data_types_and_matching.ja.html.toc" template/main.mpp -o "ocaml.org/learn/tutorials/data_types_and_matching.ja.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/data_types_and_matching.ja.md" -set "page=ocaml.org/learn/tutorials/data_types_and_matching.ja.html.tmp" template/main.mpp -o "ocaml.org/learn/tutorials/data_types_and_matching.ja.html" ; \
fi
if [ -f "ocaml.org/learn/tutorials/data_types_and_matching.fr.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/data_types_and_matching.fr.md" -set "page=ocaml.org/learn/tutorials/data_types_and_matching.fr.html.tmp" -set "toc=ocaml.org/learn/tutorials/data_types_and_matching.fr.html.toc" template/main.mpp -o "ocaml.org/learn/tutorials/data_types_and_matching.fr.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/data_types_and_matching.fr.md" -set "page=ocaml.org/learn/tutorials/data_types_and_matching.fr.html.tmp" template/main.mpp -o "ocaml.org/learn/tutorials/data_types_and_matching.fr.html" ; \
fi
omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -otoc -ts 0 "site/learn/tutorials/garbage_collection.md" -o "ocaml.org/learn/tutorials/garbage_collection.html.toc"
mkdir -p "ocaml.org/learn/tutorials"
make -f Makefile.from_md "ocaml.org/learn/tutorials/hashtbl.html.tmp"
if grep -q '*Table of contents*' "site/learn/tutorials/if_statements_loops_and_recursion.fr.md" ; then make -f Makefile.from_md "ocaml.org/learn/tutorials/if_statements_loops_and_recursion.fr.html.toc" ; fi
make -f Makefile.from_md "ocaml.org/learn/tutorials/functional_programming.zh.html.tmp"
if [ -f "ocaml.org/learn/tutorials/data_types_and_matching.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/data_types_and_matching.md" -set "page=ocaml.org/learn/tutorials/data_types_and_matching.html.tmp" -set "toc=ocaml.org/learn/tutorials/data_types_and_matching.html.toc" template/main.mpp -o "ocaml.org/learn/tutorials/data_types_and_matching.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/data_types_and_matching.md" -set "page=ocaml.org/learn/tutorials/data_types_and_matching.html.tmp" template/main.mpp -o "ocaml.org/learn/tutorials/data_types_and_matching.html" ; \
fi
omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -otoc -ts 0 "site/learn/tutorials/guidelines.md" -o "ocaml.org/learn/tutorials/guidelines.html.toc"
sed -e 's|\*Table of contents\*||g' "site/learn/tutorials/functional_programming.fr.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/learn/tutorials/functional_programming.fr.html.tmp"
mkdir -p "ocaml.org/learn/tutorials"
make -f Makefile.from_md "ocaml.org/learn/tutorials/humor_proof.html.tmp"
if grep -q '*Table of contents*' "site/learn/tutorials/if_statements_loops_and_recursion.it.md" ; then make -f Makefile.from_md "ocaml.org/learn/tutorials/if_statements_loops_and_recursion.it.html.toc" ; fi
make -f Makefile.from_md "ocaml.org/learn/tutorials/garbage_collection.ja.html.tmp"
sed -e 's|\*Table of contents\*||g' "site/learn/tutorials/functional_programming.it.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/learn/tutorials/functional_programming.it.html.tmp"
mkdir -p "ocaml.org/learn/tutorials"
if grep -q '*Table of contents*' "site/learn/tutorials/if_statements_loops_and_recursion.ja.md" ; then make -f Makefile.from_md "ocaml.org/learn/tutorials/if_statements_loops_and_recursion.ja.html.toc" ; fi
make -f Makefile.from_md "ocaml.org/learn/tutorials/garbage_collection.html.tmp"
if [ -f "ocaml.org/learn/tutorials/debug.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/debug.md" -set "page=ocaml.org/learn/tutorials/debug.html.tmp" -set "toc=ocaml.org/learn/tutorials/debug.html.toc" template/main.mpp -o "ocaml.org/learn/tutorials/debug.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/debug.md" -set "page=ocaml.org/learn/tutorials/debug.html.tmp" template/main.mpp -o "ocaml.org/learn/tutorials/debug.html" ; \
fi
sed -e 's|\*Table of contents\*||g' "site/learn/tutorials/hashtbl.ja.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/learn/tutorials/hashtbl.ja.html.tmp"
sed -e 's|\*Table of contents\*||g' "site/learn/tutorials/functional_programming.ja.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/learn/tutorials/functional_programming.ja.html.tmp"
mkdir -p "ocaml.org/learn/tutorials"
if grep -q '*Table of contents*' "site/learn/tutorials/if_statements_loops_and_recursion.ko.md" ; then make -f Makefile.from_md "ocaml.org/learn/tutorials/if_statements_loops_and_recursion.ko.html.toc" ; fi
make -f Makefile.from_md "ocaml.org/learn/tutorials/guidelines.html.tmp"
sed -e 's|\*Table of contents\*||g' "site/learn/tutorials/functional_programming.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/learn/tutorials/functional_programming.html.tmp"
***** STARTING OCAML TOPLEVEL ******
***** STARTING OCAML TOPLEVEL ******
sed -e 's|\*Table of contents\*||g' "site/learn/tutorials/hashtbl.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/learn/tutorials/hashtbl.html.tmp"
sed -e 's|\*Table of contents\*||g' "site/learn/tutorials/functional_programming.zh.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/learn/tutorials/functional_programming.zh.html.tmp"
mkdir -p "ocaml.org/learn/tutorials"
if grep -q '*Table of contents*' "site/learn/tutorials/if_statements_loops_and_recursion.md" ; then make -f Makefile.from_md "ocaml.org/learn/tutorials/if_statements_loops_and_recursion.html.toc" ; fi
mkdir -p "ocaml.org/learn/tutorials"
if grep -q '*Table of contents*' "site/learn/tutorials/index.de.md" ; then make -f Makefile.from_md "ocaml.org/learn/tutorials/index.de.html.toc" ; fi
omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -otoc -ts 0 "site/learn/tutorials/if_statements_loops_and_recursion.fr.md" -o "ocaml.org/learn/tutorials/if_statements_loops_and_recursion.fr.html.toc"
sed -e 's|\*Table of contents\*||g' "site/learn/tutorials/humor_proof.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/learn/tutorials/humor_proof.html.tmp"
sed -e 's|\*Table of contents\*||g' "site/learn/tutorials/garbage_collection.ja.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/learn/tutorials/garbage_collection.ja.html.tmp"
***** STARTING OCAML TOPLEVEL ******
omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -otoc -ts 0 "site/learn/tutorials/if_statements_loops_and_recursion.it.md" -o "ocaml.org/learn/tutorials/if_statements_loops_and_recursion.it.html.toc"
mkdir -p "ocaml.org/learn/tutorials"
sed -e 's|\*Table of contents\*||g' "site/learn/tutorials/garbage_collection.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/learn/tutorials/garbage_collection.html.tmp"
***** STARTING OCAML TOPLEVEL ******
mkdir -p "ocaml.org/learn/tutorials"
if grep -q '*Table of contents*' "site/learn/tutorials/index.it.md" ; then make -f Makefile.from_md "ocaml.org/learn/tutorials/index.it.html.toc" ; fi
if grep -q '*Table of contents*' "site/learn/tutorials/index.fr.md" ; then make -f Makefile.from_md "ocaml.org/learn/tutorials/index.fr.html.toc" ; fi
if [ -f "ocaml.org/learn/tutorials/format.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/format.md" -set "page=ocaml.org/learn/tutorials/format.html.tmp" -set "toc=ocaml.org/learn/tutorials/format.html.toc" template/main.mpp -o "ocaml.org/learn/tutorials/format.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/format.md" -set "page=ocaml.org/learn/tutorials/format.html.tmp" template/main.mpp -o "ocaml.org/learn/tutorials/format.html" ; \
fi
omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -otoc -ts 0 "site/learn/tutorials/if_statements_loops_and_recursion.ja.md" -o "ocaml.org/learn/tutorials/if_statements_loops_and_recursion.ja.html.toc"
sed -e 's|\*Table of contents\*||g' "site/learn/tutorials/guidelines.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/learn/tutorials/guidelines.html.tmp"
***** STARTING OCAML TOPLEVEL ******
***** STARTING OCAML TOPLEVEL ******
mkdir -p "ocaml.org/learn/tutorials"
if grep -q '*Table of contents*' "site/learn/tutorials/index.ja.md" ; then make -f Makefile.from_md "ocaml.org/learn/tutorials/index.ja.html.toc" ; fi
make -f Makefile.from_md "ocaml.org/learn/tutorials/index.de.html.tmp"
if [ -f "ocaml.org/learn/tutorials/garbage_collection.ja.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/garbage_collection.ja.md" -set "page=ocaml.org/learn/tutorials/garbage_collection.ja.html.tmp" -set "toc=ocaml.org/learn/tutorials/garbage_collection.ja.html.toc" template/main.mpp -o "ocaml.org/learn/tutorials/garbage_collection.ja.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/garbage_collection.ja.md" -set "page=ocaml.org/learn/tutorials/garbage_collection.ja.html.tmp" template/main.mpp -o "ocaml.org/learn/tutorials/garbage_collection.ja.html" ; \
fi
if [ -f "ocaml.org/learn/tutorials/humor_proof.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/humor_proof.md" -set "page=ocaml.org/learn/tutorials/humor_proof.html.tmp" -set "toc=ocaml.org/learn/tutorials/humor_proof.html.toc" template/main.mpp -o "ocaml.org/learn/tutorials/humor_proof.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/humor_proof.md" -set "page=ocaml.org/learn/tutorials/humor_proof.html.tmp" template/main.mpp -o "ocaml.org/learn/tutorials/humor_proof.html" ; \
fi
make -f Makefile.from_md "ocaml.org/learn/tutorials/if_statements_loops_and_recursion.fr.html.tmp"
if [ -f "ocaml.org/learn/tutorials/format.fr.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/format.fr.md" -set "page=ocaml.org/learn/tutorials/format.fr.html.tmp" -set "toc=ocaml.org/learn/tutorials/format.fr.html.toc" template/main.mpp -o "ocaml.org/learn/tutorials/format.fr.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/format.fr.md" -set "page=ocaml.org/learn/tutorials/format.fr.html.tmp" template/main.mpp -o "ocaml.org/learn/tutorials/format.fr.html" ; \
fi
omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -otoc -ts 0 "site/learn/tutorials/if_statements_loops_and_recursion.ko.md" -o "ocaml.org/learn/tutorials/if_statements_loops_and_recursion.ko.html.toc"
mkdir -p "ocaml.org/learn/tutorials"
make -f Makefile.from_md "ocaml.org/learn/tutorials/index.fr.html.tmp"
if grep -q '*Table of contents*' "site/learn/tutorials/index.ko.md" ; then make -f Makefile.from_md "ocaml.org/learn/tutorials/index.ko.html.toc" ; fi
if [ -f "ocaml.org/learn/tutorials/garbage_collection.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/garbage_collection.md" -set "page=ocaml.org/learn/tutorials/garbage_collection.html.tmp" -set "toc=ocaml.org/learn/tutorials/garbage_collection.html.toc" template/main.mpp -o "ocaml.org/learn/tutorials/garbage_collection.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/garbage_collection.md" -set "page=ocaml.org/learn/tutorials/garbage_collection.html.tmp" template/main.mpp -o "ocaml.org/learn/tutorials/garbage_collection.html" ; \
fi
make -f Makefile.from_md "ocaml.org/learn/tutorials/if_statements_loops_and_recursion.it.html.tmp"
omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -otoc -ts 0 "site/learn/tutorials/if_statements_loops_and_recursion.md" -o "ocaml.org/learn/tutorials/if_statements_loops_and_recursion.html.toc"
***** STARTING OCAML TOPLEVEL ******
***** STARTING OCAML TOPLEVEL ******
***** STARTING OCAML TOPLEVEL ******
mkdir -p "ocaml.org/learn/tutorials"
make -f Makefile.from_md "ocaml.org/learn/tutorials/index.ja.html.tmp"
if grep -q '*Table of contents*' "site/learn/tutorials/index.md" ; then make -f Makefile.from_md "ocaml.org/learn/tutorials/index.html.toc" ; fi
make -f Makefile.from_md "ocaml.org/learn/tutorials/index.it.html.tmp"
make -f Makefile.from_md "ocaml.org/learn/tutorials/if_statements_loops_and_recursion.ja.html.tmp"
mkdir -p "ocaml.org/learn/tutorials"
make -f Makefile.from_md "ocaml.org/learn/tutorials/index.ko.html.tmp"
if grep -q '*Table of contents*' "site/learn/tutorials/index.zh.md" ; then make -f Makefile.from_md "ocaml.org/learn/tutorials/index.zh.html.toc" ; fi
make -f Makefile.from_md "ocaml.org/learn/tutorials/if_statements_loops_and_recursion.ko.html.tmp"
if [ -f "ocaml.org/learn/tutorials/hashtbl.ja.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/hashtbl.ja.md" -set "page=ocaml.org/learn/tutorials/hashtbl.ja.html.tmp" -set "toc=ocaml.org/learn/tutorials/hashtbl.ja.html.toc" template/main.mpp -o "ocaml.org/learn/tutorials/hashtbl.ja.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/hashtbl.ja.md" -set "page=ocaml.org/learn/tutorials/hashtbl.ja.html.tmp" template/main.mpp -o "ocaml.org/learn/tutorials/hashtbl.ja.html" ; \
fi
if [ -f "ocaml.org/learn/tutorials/functional_programming.fr.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/functional_programming.fr.md" -set "page=ocaml.org/learn/tutorials/functional_programming.fr.html.tmp" -set "toc=ocaml.org/learn/tutorials/functional_programming.fr.html.toc" template/main.mpp -o "ocaml.org/learn/tutorials/functional_programming.fr.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/functional_programming.fr.md" -set "page=ocaml.org/learn/tutorials/functional_programming.fr.html.tmp" template/main.mpp -o "ocaml.org/learn/tutorials/functional_programming.fr.html" ; \
fi
sed -e 's|\*Table of contents\*||g' "site/learn/tutorials/index.de.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/learn/tutorials/index.de.html.tmp"
sed -e 's|\*Table of contents\*||g' "site/learn/tutorials/if_statements_loops_and_recursion.fr.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/learn/tutorials/if_statements_loops_and_recursion.fr.html.tmp"
mkdir -p "ocaml.org/learn/tutorials"
make -f Makefile.from_md "ocaml.org/learn/tutorials/index.html.tmp"
if grep -q '*Table of contents*' "site/learn/tutorials/introduction_to_gtk.md" ; then make -f Makefile.from_md "ocaml.org/learn/tutorials/introduction_to_gtk.html.toc" ; fi
make -f Makefile.from_md "ocaml.org/learn/tutorials/if_statements_loops_and_recursion.html.tmp"
if [ -f "ocaml.org/learn/tutorials/guidelines.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/guidelines.md" -set "page=ocaml.org/learn/tutorials/guidelines.html.tmp" -set "toc=ocaml.org/learn/tutorials/guidelines.html.toc" template/main.mpp -o "ocaml.org/learn/tutorials/guidelines.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/guidelines.md" -set "page=ocaml.org/learn/tutorials/guidelines.html.tmp" template/main.mpp -o "ocaml.org/learn/tutorials/guidelines.html" ; \
fi
if [ -f "ocaml.org/learn/tutorials/hashtbl.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/hashtbl.md" -set "page=ocaml.org/learn/tutorials/hashtbl.html.tmp" -set "toc=ocaml.org/learn/tutorials/hashtbl.html.toc" template/main.mpp -o "ocaml.org/learn/tutorials/hashtbl.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/hashtbl.md" -set "page=ocaml.org/learn/tutorials/hashtbl.html.tmp" template/main.mpp -o "ocaml.org/learn/tutorials/hashtbl.html" ; \
fi
sed -e 's|\*Table of contents\*||g' "site/learn/tutorials/index.fr.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/learn/tutorials/index.fr.html.tmp"
sed -e 's|\*Table of contents\*||g' "site/learn/tutorials/if_statements_loops_and_recursion.it.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/learn/tutorials/if_statements_loops_and_recursion.it.html.tmp"
mkdir -p "ocaml.org/learn/tutorials"
make -f Makefile.from_md "ocaml.org/learn/tutorials/index.zh.html.tmp"
if grep -q '*Table of contents*' "site/learn/tutorials/labels.ja.md" ; then make -f Makefile.from_md "ocaml.org/learn/tutorials/labels.ja.html.toc" ; fi
if [ -f "ocaml.org/learn/tutorials/functional_programming.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/functional_programming.md" -set "page=ocaml.org/learn/tutorials/functional_programming.html.tmp" -set "toc=ocaml.org/learn/tutorials/functional_programming.html.toc" template/main.mpp -o "ocaml.org/learn/tutorials/functional_programming.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/functional_programming.md" -set "page=ocaml.org/learn/tutorials/functional_programming.html.tmp" template/main.mpp -o "ocaml.org/learn/tutorials/functional_programming.html" ; \
fi
if [ -f "ocaml.org/learn/tutorials/functional_programming.ja.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/functional_programming.ja.md" -set "page=ocaml.org/learn/tutorials/functional_programming.ja.html.tmp" -set "toc=ocaml.org/learn/tutorials/functional_programming.ja.html.toc" template/main.mpp -o "ocaml.org/learn/tutorials/functional_programming.ja.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/functional_programming.ja.md" -set "page=ocaml.org/learn/tutorials/functional_programming.ja.html.tmp" template/main.mpp -o "ocaml.org/learn/tutorials/functional_programming.ja.html" ; \
fi
if [ -f "ocaml.org/learn/tutorials/functional_programming.it.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/functional_programming.it.md" -set "page=ocaml.org/learn/tutorials/functional_programming.it.html.tmp" -set "toc=ocaml.org/learn/tutorials/functional_programming.it.html.toc" template/main.mpp -o "ocaml.org/learn/tutorials/functional_programming.it.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/functional_programming.it.md" -set "page=ocaml.org/learn/tutorials/functional_programming.it.html.tmp" template/main.mpp -o "ocaml.org/learn/tutorials/functional_programming.it.html" ; \
fi
sed -e 's|\*Table of contents\*||g' "site/learn/tutorials/index.ja.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/learn/tutorials/index.ja.html.tmp"
sed -e 's|\*Table of contents\*||g' "site/learn/tutorials/if_statements_loops_and_recursion.ja.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/learn/tutorials/if_statements_loops_and_recursion.ja.html.tmp"
mkdir -p "ocaml.org/learn/tutorials"
sed -e 's|\*Table of contents\*||g' "site/learn/tutorials/index.it.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/learn/tutorials/index.it.html.tmp"
if grep -q '*Table of contents*' "site/learn/tutorials/labels.md" ; then make -f Makefile.from_md "ocaml.org/learn/tutorials/labels.html.toc" ; fi
if [ -f "ocaml.org/learn/tutorials/if_statements_loops_and_recursion.fr.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/if_statements_loops_and_recursion.fr.md" -set "page=ocaml.org/learn/tutorials/if_statements_loops_and_recursion.fr.html.tmp" -set "toc=ocaml.org/learn/tutorials/if_statements_loops_and_recursion.fr.html.toc" template/main.mpp -o "ocaml.org/learn/tutorials/if_statements_loops_and_recursion.fr.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/if_statements_loops_and_recursion.fr.md" -set "page=ocaml.org/learn/tutorials/if_statements_loops_and_recursion.fr.html.tmp" template/main.mpp -o "ocaml.org/learn/tutorials/if_statements_loops_and_recursion.fr.html" ; \
fi
if [ -f "ocaml.org/learn/tutorials/index.de.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/index.de.md" -set "page=ocaml.org/learn/tutorials/index.de.html.tmp" -set "toc=ocaml.org/learn/tutorials/index.de.html.toc" template/main.mpp -o "ocaml.org/learn/tutorials/index.de.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/index.de.md" -set "page=ocaml.org/learn/tutorials/index.de.html.tmp" template/main.mpp -o "ocaml.org/learn/tutorials/index.de.html" ; \
fi
sed -e 's|\*Table of contents\*||g' "site/learn/tutorials/index.ko.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/learn/tutorials/index.ko.html.tmp"
sed -e 's|\*Table of contents\*||g' "site/learn/tutorials/if_statements_loops_and_recursion.ko.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/learn/tutorials/if_statements_loops_and_recursion.ko.html.tmp"
mkdir -p "ocaml.org/learn/tutorials"
if grep -q '*Table of contents*' "site/learn/tutorials/map.ja.md" ; then make -f Makefile.from_md "ocaml.org/learn/tutorials/map.ja.html.toc" ; fi
if [ -f "ocaml.org/learn/tutorials/index.fr.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/index.fr.md" -set "page=ocaml.org/learn/tutorials/index.fr.html.tmp" -set "toc=ocaml.org/learn/tutorials/index.fr.html.toc" template/main.mpp -o "ocaml.org/learn/tutorials/index.fr.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/index.fr.md" -set "page=ocaml.org/learn/tutorials/index.fr.html.tmp" template/main.mpp -o "ocaml.org/learn/tutorials/index.fr.html" ; \
fi
if [ -f "ocaml.org/learn/tutorials/functional_programming.zh.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/functional_programming.zh.md" -set "page=ocaml.org/learn/tutorials/functional_programming.zh.html.tmp" -set "toc=ocaml.org/learn/tutorials/functional_programming.zh.html.toc" template/main.mpp -o "ocaml.org/learn/tutorials/functional_programming.zh.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/functional_programming.zh.md" -set "page=ocaml.org/learn/tutorials/functional_programming.zh.html.tmp" template/main.mpp -o "ocaml.org/learn/tutorials/functional_programming.zh.html" ; \
fi
sed -e 's|\*Table of contents\*||g' "site/learn/tutorials/if_statements_loops_and_recursion.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/learn/tutorials/if_statements_loops_and_recursion.html.tmp"
sed -e 's|\*Table of contents\*||g' "site/learn/tutorials/index.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/learn/tutorials/index.html.tmp"
mkdir -p "ocaml.org/learn/tutorials"
if grep -q '*Table of contents*' "site/learn/tutorials/map.md" ; then make -f Makefile.from_md "ocaml.org/learn/tutorials/map.html.toc" ; fi
if [ -f "ocaml.org/learn/tutorials/index.ja.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/index.ja.md" -set "page=ocaml.org/learn/tutorials/index.ja.html.tmp" -set "toc=ocaml.org/learn/tutorials/index.ja.html.toc" template/main.mpp -o "ocaml.org/learn/tutorials/index.ja.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/index.ja.md" -set "page=ocaml.org/learn/tutorials/index.ja.html.tmp" template/main.mpp -o "ocaml.org/learn/tutorials/index.ja.html" ; \
fi
mkdir -p "ocaml.org/learn/tutorials"
if [ -f "ocaml.org/learn/tutorials/index.ko.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/index.ko.md" -set "page=ocaml.org/learn/tutorials/index.ko.html.tmp" -set "toc=ocaml.org/learn/tutorials/index.ko.html.toc" template/main.mpp -o "ocaml.org/learn/tutorials/index.ko.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/index.ko.md" -set "page=ocaml.org/learn/tutorials/index.ko.html.tmp" template/main.mpp -o "ocaml.org/learn/tutorials/index.ko.html" ; \
fi
if [ -f "ocaml.org/learn/tutorials/index.it.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/index.it.md" -set "page=ocaml.org/learn/tutorials/index.it.html.tmp" -set "toc=ocaml.org/learn/tutorials/index.it.html.toc" template/main.mpp -o "ocaml.org/learn/tutorials/index.it.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/index.it.md" -set "page=ocaml.org/learn/tutorials/index.it.html.tmp" template/main.mpp -o "ocaml.org/learn/tutorials/index.it.html" ; \
fi
omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -otoc -ts 0 "site/learn/tutorials/introduction_to_gtk.md" -o "ocaml.org/learn/tutorials/introduction_to_gtk.html.toc"
sed -e 's|\*Table of contents\*||g' "site/learn/tutorials/index.zh.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/learn/tutorials/index.zh.html.tmp"
mkdir -p "ocaml.org/learn/tutorials"
if grep -q '*Table of contents*' "site/learn/tutorials/modules.ja.md" ; then make -f Makefile.from_md "ocaml.org/learn/tutorials/modules.ja.html.toc" ; fi
make -f Makefile.from_md "ocaml.org/learn/tutorials/map.ja.html.tmp"
if grep -q '*Table of contents*' "site/learn/tutorials/modules.fr.md" ; then make -f Makefile.from_md "ocaml.org/learn/tutorials/modules.fr.html.toc" ; fi
***** STARTING OCAML TOPLEVEL ******
omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -otoc -ts 0 "site/learn/tutorials/labels.ja.md" -o "ocaml.org/learn/tutorials/labels.ja.html.toc"
***** STARTING OCAML TOPLEVEL ******
mkdir -p "ocaml.org/learn/tutorials"
if grep -q '*Table of contents*' "site/learn/tutorials/modules.ko.md" ; then make -f Makefile.from_md "ocaml.org/learn/tutorials/modules.ko.html.toc" ; fi
make -f Makefile.from_md "ocaml.org/learn/tutorials/map.html.tmp"
if [ -f "ocaml.org/learn/tutorials/index.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/index.md" -set "page=ocaml.org/learn/tutorials/index.html.tmp" -set "toc=ocaml.org/learn/tutorials/index.html.toc" template/main.mpp -o "ocaml.org/learn/tutorials/index.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/index.md" -set "page=ocaml.org/learn/tutorials/index.html.tmp" template/main.mpp -o "ocaml.org/learn/tutorials/index.html" ; \
fi
omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -otoc -ts 0 "site/learn/tutorials/labels.md" -o "ocaml.org/learn/tutorials/labels.html.toc"
***** STARTING OCAML TOPLEVEL ******
mkdir -p "ocaml.org/learn/tutorials"
if grep -q '*Table of contents*' "site/learn/tutorials/modules.md" ; then make -f Makefile.from_md "ocaml.org/learn/tutorials/modules.html.toc" ; fi
if [ -f "ocaml.org/learn/tutorials/index.zh.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/index.zh.md" -set "page=ocaml.org/learn/tutorials/index.zh.html.tmp" -set "toc=ocaml.org/learn/tutorials/index.zh.html.toc" template/main.mpp -o "ocaml.org/learn/tutorials/index.zh.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/index.zh.md" -set "page=ocaml.org/learn/tutorials/index.zh.html.tmp" template/main.mpp -o "ocaml.org/learn/tutorials/index.zh.html" ; \
fi
make -f Makefile.from_md "ocaml.org/learn/tutorials/introduction_to_gtk.html.tmp"
***** STARTING OCAML TOPLEVEL ******
mkdir -p "ocaml.org/learn/tutorials"
if grep -q '*Table of contents*' "site/learn/tutorials/modules.zh.md" ; then make -f Makefile.from_md "ocaml.org/learn/tutorials/modules.zh.html.toc" ; fi
make -f Makefile.from_md "ocaml.org/learn/tutorials/labels.ja.html.tmp"
sed -e 's|\*Table of contents\*||g' "site/learn/tutorials/map.ja.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/learn/tutorials/map.ja.html.tmp"
mkdir -p "ocaml.org/learn/tutorials"
if grep -q '*Table of contents*' "site/learn/tutorials/null_pointers_asserts_and_warnings.fr.md" ; then make -f Makefile.from_md "ocaml.org/learn/tutorials/null_pointers_asserts_and_warnings.fr.html.toc" ; fi
make -f Makefile.from_md "ocaml.org/learn/tutorials/labels.html.tmp"
mkdir -p "ocaml.org/learn/tutorials"
omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -otoc -ts 0 "site/learn/tutorials/modules.fr.md" -o "ocaml.org/learn/tutorials/modules.fr.html.toc"
omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -otoc -ts 0 "site/learn/tutorials/modules.ja.md" -o "ocaml.org/learn/tutorials/modules.ja.html.toc"
if grep -q '*Table of contents*' "site/learn/tutorials/null_pointers_asserts_and_warnings.it.md" ; then make -f Makefile.from_md "ocaml.org/learn/tutorials/null_pointers_asserts_and_warnings.it.html.toc" ; fi
sed -e 's|\*Table of contents\*||g' "site/learn/tutorials/map.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/learn/tutorials/map.html.tmp"
mkdir -p "ocaml.org/learn/tutorials"
if grep -q '*Table of contents*' "site/learn/tutorials/null_pointers_asserts_and_warnings.ja.md" ; then make -f Makefile.from_md "ocaml.org/learn/tutorials/null_pointers_asserts_and_warnings.ja.html.toc" ; fi
omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -otoc -ts 0 "site/learn/tutorials/modules.ko.md" -o "ocaml.org/learn/tutorials/modules.ko.html.toc"
sed -e 's|\*Table of contents\*||g' "site/learn/tutorials/introduction_to_gtk.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/learn/tutorials/introduction_to_gtk.html.tmp"
omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -otoc -ts 0 "site/learn/tutorials/modules.md" -o "ocaml.org/learn/tutorials/modules.html.toc"
mkdir -p "ocaml.org/learn/tutorials"
if grep -q '*Table of contents*' "site/learn/tutorials/null_pointers_asserts_and_warnings.md" ; then make -f Makefile.from_md "ocaml.org/learn/tutorials/null_pointers_asserts_and_warnings.html.toc" ; fi
make -f Makefile.from_md "ocaml.org/learn/tutorials/modules.ja.html.tmp"
if [ -f "ocaml.org/learn/tutorials/99problems.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/99problems.md" -set "page=ocaml.org/learn/tutorials/99problems.html.tmp" -set "toc=ocaml.org/learn/tutorials/99problems.html.toc" template/main.mpp -o "ocaml.org/learn/tutorials/99problems.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/99problems.md" -set "page=ocaml.org/learn/tutorials/99problems.html.tmp" template/main.mpp -o "ocaml.org/learn/tutorials/99problems.html" ; \
fi
sed -e 's|\*Table of contents\*||g' "site/learn/tutorials/labels.ja.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/learn/tutorials/labels.ja.html.tmp"
mkdir -p "ocaml.org/learn/tutorials"
if grep -q '*Table of contents*' "site/learn/tutorials/null_pointers_asserts_and_warnings.zh.md" ; then make -f Makefile.from_md "ocaml.org/learn/tutorials/null_pointers_asserts_and_warnings.zh.html.toc" ; fi
make -f Makefile.from_md "ocaml.org/learn/tutorials/modules.fr.html.tmp"
omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -otoc -ts 0 "site/learn/tutorials/modules.zh.md" -o "ocaml.org/learn/tutorials/modules.zh.html.toc"
sed -e 's|\*Table of contents\*||g' "site/learn/tutorials/labels.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/learn/tutorials/labels.html.tmp"
***** STARTING OCAML TOPLEVEL ******
omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -otoc -ts 0 "site/learn/tutorials/null_pointers_asserts_and_warnings.fr.md" -o "ocaml.org/learn/tutorials/null_pointers_asserts_and_warnings.fr.html.toc"
mkdir -p "ocaml.org/learn/tutorials"
if grep -q '*Table of contents*' "site/learn/tutorials/objects.ja.md" ; then make -f Makefile.from_md "ocaml.org/learn/tutorials/objects.ja.html.toc" ; fi
make -f Makefile.from_md "ocaml.org/learn/tutorials/modules.html.tmp"
make -f Makefile.from_md "ocaml.org/learn/tutorials/modules.ko.html.tmp"
***** STARTING OCAML TOPLEVEL ******
omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -otoc -ts 0 "site/learn/tutorials/null_pointers_asserts_and_warnings.it.md" -o "ocaml.org/learn/tutorials/null_pointers_asserts_and_warnings.it.html.toc"
mkdir -p "ocaml.org/learn/tutorials"
if grep -q '*Table of contents*' "site/learn/tutorials/objects.md" ; then make -f Makefile.from_md "ocaml.org/learn/tutorials/objects.html.toc" ; fi
***** STARTING OCAML TOPLEVEL ******
omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -otoc -ts 0 "site/learn/tutorials/null_pointers_asserts_and_warnings.ja.md" -o "ocaml.org/learn/tutorials/null_pointers_asserts_and_warnings.ja.html.toc"
sed -e 's|\*Table of contents\*||g' "site/learn/tutorials/modules.ja.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/learn/tutorials/modules.ja.html.tmp"
mkdir -p "ocaml.org/learn/tutorials"
if grep -q '*Table of contents*' "site/learn/tutorials/ocaml_and_the_web.ja.md" ; then make -f Makefile.from_md "ocaml.org/learn/tutorials/ocaml_and_the_web.ja.html.toc" ; fi
make -f Makefile.from_md "ocaml.org/learn/tutorials/null_pointers_asserts_and_warnings.fr.html.tmp"
make -f Makefile.from_md "ocaml.org/learn/tutorials/modules.zh.html.tmp"
***** STARTING OCAML TOPLEVEL ******
omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -otoc -ts 0 "site/learn/tutorials/null_pointers_asserts_and_warnings.md" -o "ocaml.org/learn/tutorials/null_pointers_asserts_and_warnings.html.toc"
mkdir -p "ocaml.org/learn/tutorials"
if grep -q '*Table of contents*' "site/learn/tutorials/ocaml_and_the_web.md" ; then make -f Makefile.from_md "ocaml.org/learn/tutorials/ocaml_and_the_web.html.toc" ; fi
make -f Makefile.from_md "ocaml.org/learn/tutorials/null_pointers_asserts_and_warnings.it.html.tmp"
if [ -f "ocaml.org/learn/tutorials/map.ja.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/map.ja.md" -set "page=ocaml.org/learn/tutorials/map.ja.html.tmp" -set "toc=ocaml.org/learn/tutorials/map.ja.html.toc" template/main.mpp -o "ocaml.org/learn/tutorials/map.ja.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/map.ja.md" -set "page=ocaml.org/learn/tutorials/map.ja.html.tmp" template/main.mpp -o "ocaml.org/learn/tutorials/map.ja.html" ; \
fi
sed -e 's|\*Table of contents\*||g' "site/learn/tutorials/modules.fr.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/learn/tutorials/modules.fr.html.tmp"
***** STARTING OCAML TOPLEVEL ******
omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -otoc -ts 0 "site/learn/tutorials/null_pointers_asserts_and_warnings.zh.md" -o "ocaml.org/learn/tutorials/null_pointers_asserts_and_warnings.zh.html.toc"
mkdir -p "ocaml.org/learn/tutorials"
if grep -q '*Table of contents*' "site/learn/tutorials/performance_and_profiling.ja.md" ; then make -f Makefile.from_md "ocaml.org/learn/tutorials/performance_and_profiling.ja.html.toc" ; fi
make -f Makefile.from_md "ocaml.org/learn/tutorials/null_pointers_asserts_and_warnings.ja.html.tmp"
if [ -f "ocaml.org/learn/tutorials/map.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/map.md" -set "page=ocaml.org/learn/tutorials/map.html.tmp" -set "toc=ocaml.org/learn/tutorials/map.html.toc" template/main.mpp -o "ocaml.org/learn/tutorials/map.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/map.md" -set "page=ocaml.org/learn/tutorials/map.html.tmp" template/main.mpp -o "ocaml.org/learn/tutorials/map.html" ; \
fi
sed -e 's|\*Table of contents\*||g' "site/learn/tutorials/modules.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/learn/tutorials/modules.html.tmp"
sed -e 's|\*Table of contents\*||g' "site/learn/tutorials/modules.ko.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/learn/tutorials/modules.ko.html.tmp"
mkdir -p "ocaml.org/learn/tutorials"
if grep -q '*Table of contents*' "site/learn/tutorials/performance_and_profiling.md" ; then make -f Makefile.from_md "ocaml.org/learn/tutorials/performance_and_profiling.html.toc" ; fi
make -f Makefile.from_md "ocaml.org/learn/tutorials/null_pointers_asserts_and_warnings.html.tmp"
omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -otoc -ts 0 "site/learn/tutorials/objects.ja.md" -o "ocaml.org/learn/tutorials/objects.ja.html.toc"
sed -e 's|\*Table of contents\*||g' "site/learn/tutorials/modules.zh.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/learn/tutorials/modules.zh.html.tmp"
mkdir -p "ocaml.org/learn/tutorials"
if grep -q '*Table of contents*' "site/learn/tutorials/performance_and_profiling_discussion.md" ; then make -f Makefile.from_md "ocaml.org/learn/tutorials/performance_and_profiling_discussion.html.toc" ; fi
if [ -f "ocaml.org/learn/tutorials/introduction_to_gtk.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/introduction_to_gtk.md" -set "page=ocaml.org/learn/tutorials/introduction_to_gtk.html.tmp" -set "toc=ocaml.org/learn/tutorials/introduction_to_gtk.html.toc" template/main.mpp -o "ocaml.org/learn/tutorials/introduction_to_gtk.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/introduction_to_gtk.md" -set "page=ocaml.org/learn/tutorials/introduction_to_gtk.html.tmp" template/main.mpp -o "ocaml.org/learn/tutorials/introduction_to_gtk.html" ; \
fi
omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -otoc -ts 0 "site/learn/tutorials/objects.md" -o "ocaml.org/learn/tutorials/objects.html.toc"
sed -e 's|\*Table of contents\*||g' "site/learn/tutorials/null_pointers_asserts_and_warnings.fr.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/learn/tutorials/null_pointers_asserts_and_warnings.fr.html.tmp"
***** STARTING OCAML TOPLEVEL ******
sed -e 's|\*Table of contents\*||g' "site/learn/tutorials/null_pointers_asserts_and_warnings.it.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/learn/tutorials/null_pointers_asserts_and_warnings.it.html.tmp"
mkdir -p "ocaml.org/learn/tutorials"
if grep -q '*Table of contents*' "site/learn/tutorials/pointers.md" ; then make -f Makefile.from_md "ocaml.org/learn/tutorials/pointers.html.toc" ; fi
make -f Makefile.from_md "ocaml.org/learn/tutorials/null_pointers_asserts_and_warnings.zh.html.tmp"
omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -otoc -ts 0 "site/learn/tutorials/ocaml_and_the_web.ja.md" -o "ocaml.org/learn/tutorials/ocaml_and_the_web.ja.html.toc"
***** STARTING OCAML TOPLEVEL ******
sed -e 's|\*Table of contents\*||g' "site/learn/tutorials/null_pointers_asserts_and_warnings.ja.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/learn/tutorials/null_pointers_asserts_and_warnings.ja.html.tmp"
omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -otoc -ts 0 "site/learn/tutorials/ocaml_and_the_web.md" -o "ocaml.org/learn/tutorials/ocaml_and_the_web.html.toc"
mkdir -p "ocaml.org/learn/tutorials"
make -f Makefile.from_md "ocaml.org/learn/tutorials/performance_and_profiling_discussion.html.tmp"
if grep -q '*Table of contents*' "site/learn/tutorials/set.ja.md" ; then make -f Makefile.from_md "ocaml.org/learn/tutorials/set.ja.html.toc" ; fi
make -f Makefile.from_md "ocaml.org/learn/tutorials/objects.ja.html.tmp"
***** STARTING OCAML TOPLEVEL ******
omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -otoc -ts 0 "site/learn/tutorials/performance_and_profiling.ja.md" -o "ocaml.org/learn/tutorials/performance_and_profiling.ja.html.toc"
sed -e 's|\*Table of contents\*||g' "site/learn/tutorials/null_pointers_asserts_and_warnings.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/learn/tutorials/null_pointers_asserts_and_warnings.html.tmp"
mkdir -p "ocaml.org/learn/tutorials"
if grep -q '*Table of contents*' "site/learn/tutorials/set.md" ; then make -f Makefile.from_md "ocaml.org/learn/tutorials/set.html.toc" ; fi
make -f Makefile.from_md "ocaml.org/learn/tutorials/objects.html.tmp"
if [ -f "ocaml.org/learn/tutorials/labels.ja.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/labels.ja.md" -set "page=ocaml.org/learn/tutorials/labels.ja.html.tmp" -set "toc=ocaml.org/learn/tutorials/labels.ja.html.toc" template/main.mpp -o "ocaml.org/learn/tutorials/labels.ja.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/labels.ja.md" -set "page=ocaml.org/learn/tutorials/labels.ja.html.tmp" template/main.mpp -o "ocaml.org/learn/tutorials/labels.ja.html" ; \
fi
***** STARTING OCAML TOPLEVEL ******
omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -otoc -ts 0 "site/learn/tutorials/performance_and_profiling.md" -o "ocaml.org/learn/tutorials/performance_and_profiling.html.toc"
mkdir -p "ocaml.org/learn/tutorials"
make -f Makefile.from_md "ocaml.org/learn/tutorials/set.ja.html.tmp"
if grep -q '*Table of contents*' "site/learn/tutorials/standard_library_examples.ja.md" ; then make -f Makefile.from_md "ocaml.org/learn/tutorials/standard_library_examples.ja.html.toc" ; fi
make -f Makefile.from_md "ocaml.org/learn/tutorials/ocaml_and_the_web.html.tmp"
make -f Makefile.from_md "ocaml.org/learn/tutorials/ocaml_and_the_web.ja.html.tmp"
if [ -f "ocaml.org/learn/tutorials/modules.fr.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/modules.fr.md" -set "page=ocaml.org/learn/tutorials/modules.fr.html.tmp" -set "toc=ocaml.org/learn/tutorials/modules.fr.html.toc" template/main.mpp -o "ocaml.org/learn/tutorials/modules.fr.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/modules.fr.md" -set "page=ocaml.org/learn/tutorials/modules.fr.html.tmp" template/main.mpp -o "ocaml.org/learn/tutorials/modules.fr.html" ; \
fi
if [ -f "ocaml.org/learn/tutorials/labels.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/labels.md" -set "page=ocaml.org/learn/tutorials/labels.html.tmp" -set "toc=ocaml.org/learn/tutorials/labels.html.toc" template/main.mpp -o "ocaml.org/learn/tutorials/labels.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/labels.md" -set "page=ocaml.org/learn/tutorials/labels.html.tmp" template/main.mpp -o "ocaml.org/learn/tutorials/labels.html" ; \
fi
***** STARTING OCAML TOPLEVEL ******
***** STARTING OCAML TOPLEVEL ******
sed -e 's|\*Table of contents\*||g' "site/learn/tutorials/null_pointers_asserts_and_warnings.zh.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/learn/tutorials/null_pointers_asserts_and_warnings.zh.html.tmp"
mkdir -p "ocaml.org/learn/tutorials"
make -f Makefile.from_md "ocaml.org/learn/tutorials/set.html.tmp"
if grep -q '*Table of contents*' "site/learn/tutorials/standard_library_examples.md" ; then make -f Makefile.from_md "ocaml.org/learn/tutorials/standard_library_examples.html.toc" ; fi
make -f Makefile.from_md "ocaml.org/learn/tutorials/performance_and_profiling.ja.html.tmp"
if [ -f "ocaml.org/learn/tutorials/modules.ja.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/modules.ja.md" -set "page=ocaml.org/learn/tutorials/modules.ja.html.tmp" -set "toc=ocaml.org/learn/tutorials/modules.ja.html.toc" template/main.mpp -o "ocaml.org/learn/tutorials/modules.ja.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/modules.ja.md" -set "page=ocaml.org/learn/tutorials/modules.ja.html.tmp" template/main.mpp -o "ocaml.org/learn/tutorials/modules.ja.html" ; \
fi
omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -otoc -ts 0 "site/learn/tutorials/pointers.md" -o "ocaml.org/learn/tutorials/pointers.html.toc"
sed -e 's|\*Table of contents\*||g' "site/learn/tutorials/performance_and_profiling_discussion.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/learn/tutorials/performance_and_profiling_discussion.html.tmp"
sed -e 's|\*Table of contents\*||g' "site/learn/tutorials/objects.ja.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/learn/tutorials/objects.ja.html.tmp"
mkdir -p "ocaml.org/learn/tutorials"
make -f Makefile.from_md "ocaml.org/learn/tutorials/standard_library_examples.ja.html.tmp"
if grep -q '*Table of contents*' "site/learn/tutorials/standard_library_examples.zh.md" ; then make -f Makefile.from_md "ocaml.org/learn/tutorials/standard_library_examples.zh.html.toc" ; fi
make -f Makefile.from_md "ocaml.org/learn/tutorials/performance_and_profiling.html.tmp"
if [ -f "ocaml.org/learn/tutorials/null_pointers_asserts_and_warnings.fr.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/null_pointers_asserts_and_warnings.fr.md" -set "page=ocaml.org/learn/tutorials/null_pointers_asserts_and_warnings.fr.html.tmp" -set "toc=ocaml.org/learn/tutorials/null_pointers_asserts_and_warnings.fr.html.toc" template/main.mpp -o "ocaml.org/learn/tutorials/null_pointers_asserts_and_warnings.fr.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/null_pointers_asserts_and_warnings.fr.md" -set "page=ocaml.org/learn/tutorials/null_pointers_asserts_and_warnings.fr.html.tmp" template/main.mpp -o "ocaml.org/learn/tutorials/null_pointers_asserts_and_warnings.fr.html" ; \
fi
if [ -f "ocaml.org/learn/tutorials/modules.ko.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/modules.ko.md" -set "page=ocaml.org/learn/tutorials/modules.ko.html.tmp" -set "toc=ocaml.org/learn/tutorials/modules.ko.html.toc" template/main.mpp -o "ocaml.org/learn/tutorials/modules.ko.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/modules.ko.md" -set "page=ocaml.org/learn/tutorials/modules.ko.html.tmp" template/main.mpp -o "ocaml.org/learn/tutorials/modules.ko.html" ; \
fi
***** STARTING OCAML TOPLEVEL ******
***** STARTING OCAML TOPLEVEL ******
sed -e 's|\*Table of contents\*||g' "site/learn/tutorials/objects.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/learn/tutorials/objects.html.tmp"
mkdir -p "ocaml.org/learn/tutorials"
make -f Makefile.from_md "ocaml.org/learn/tutorials/standard_library_examples.html.tmp"
if grep -q '*Table of contents*' "site/learn/tutorials/stream_expressions.md" ; then make -f Makefile.from_md "ocaml.org/learn/tutorials/stream_expressions.html.toc" ; fi
if [ -f "ocaml.org/learn/tutorials/modules.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/modules.md" -set "page=ocaml.org/learn/tutorials/modules.html.tmp" -set "toc=ocaml.org/learn/tutorials/modules.html.toc" template/main.mpp -o "ocaml.org/learn/tutorials/modules.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/modules.md" -set "page=ocaml.org/learn/tutorials/modules.html.tmp" template/main.mpp -o "ocaml.org/learn/tutorials/modules.html" ; \
fi
sed -e 's|\*Table of contents\*||g' "site/learn/tutorials/ocaml_and_the_web.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/learn/tutorials/ocaml_and_the_web.html.tmp"
sed -e 's|\*Table of contents\*||g' "site/learn/tutorials/ocaml_and_the_web.ja.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/learn/tutorials/ocaml_and_the_web.ja.html.tmp"
sed -e 's|\*Table of contents\*||g' "site/learn/tutorials/set.ja.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/learn/tutorials/set.ja.html.tmp"
***** STARTING OCAML TOPLEVEL ******
mkdir -p "ocaml.org/learn/tutorials"
make -f Makefile.from_md "ocaml.org/learn/tutorials/standard_library_examples.zh.html.tmp"
if grep -q '*Table of contents*' "site/learn/tutorials/streams.md" ; then make -f Makefile.from_md "ocaml.org/learn/tutorials/streams.html.toc" ; fi
if [ -f "ocaml.org/learn/tutorials/performance_and_profiling_discussion.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/performance_and_profiling_discussion.md" -set "page=ocaml.org/learn/tutorials/performance_and_profiling_discussion.html.tmp" -set "toc=ocaml.org/learn/tutorials/performance_and_profiling_discussion.html.toc" template/main.mpp -o "ocaml.org/learn/tutorials/performance_and_profiling_discussion.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/performance_and_profiling_discussion.md" -set "page=ocaml.org/learn/tutorials/performance_and_profiling_discussion.html.tmp" template/main.mpp -o "ocaml.org/learn/tutorials/performance_and_profiling_discussion.html" ; \
fi
make -f Makefile.from_md "ocaml.org/learn/tutorials/pointers.html.tmp"
if [ -f "ocaml.org/learn/tutorials/null_pointers_asserts_and_warnings.it.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/null_pointers_asserts_and_warnings.it.md" -set "page=ocaml.org/learn/tutorials/null_pointers_asserts_and_warnings.it.html.tmp" -set "toc=ocaml.org/learn/tutorials/null_pointers_asserts_and_warnings.it.html.toc" template/main.mpp -o "ocaml.org/learn/tutorials/null_pointers_asserts_and_warnings.it.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/null_pointers_asserts_and_warnings.it.md" -set "page=ocaml.org/learn/tutorials/null_pointers_asserts_and_warnings.it.html.tmp" template/main.mpp -o "ocaml.org/learn/tutorials/null_pointers_asserts_and_warnings.it.html" ; \
fi
sed -e 's|\*Table of contents\*||g' "site/learn/tutorials/performance_and_profiling.ja.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/learn/tutorials/performance_and_profiling.ja.html.tmp"
***** STARTING OCAML TOPLEVEL ******
sed -e 's|\*Table of contents\*||g' "site/learn/tutorials/set.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/learn/tutorials/set.html.tmp"
mkdir -p "ocaml.org/learn/tutorials"
if grep -q '*Table of contents*' "site/learn/tutorials/structure_of_ocaml_programs.fr.md" ; then make -f Makefile.from_md "ocaml.org/learn/tutorials/structure_of_ocaml_programs.fr.html.toc" ; fi
if [ -f "ocaml.org/learn/tutorials/null_pointers_asserts_and_warnings.ja.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/null_pointers_asserts_and_warnings.ja.md" -set "page=ocaml.org/learn/tutorials/null_pointers_asserts_and_warnings.ja.html.tmp" -set "toc=ocaml.org/learn/tutorials/null_pointers_asserts_and_warnings.ja.html.toc" template/main.mpp -o "ocaml.org/learn/tutorials/null_pointers_asserts_and_warnings.ja.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/null_pointers_asserts_and_warnings.ja.md" -set "page=ocaml.org/learn/tutorials/null_pointers_asserts_and_warnings.ja.html.tmp" template/main.mpp -o "ocaml.org/learn/tutorials/null_pointers_asserts_and_warnings.ja.html" ; \
fi
if [ -f "ocaml.org/learn/tutorials/modules.zh.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/modules.zh.md" -set "page=ocaml.org/learn/tutorials/modules.zh.html.tmp" -set "toc=ocaml.org/learn/tutorials/modules.zh.html.toc" template/main.mpp -o "ocaml.org/learn/tutorials/modules.zh.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/modules.zh.md" -set "page=ocaml.org/learn/tutorials/modules.zh.html.tmp" template/main.mpp -o "ocaml.org/learn/tutorials/modules.zh.html" ; \
fi
mkdir -p "ocaml.org/learn/tutorials"
if grep -q '*Table of contents*' "site/learn/tutorials/structure_of_ocaml_programs.it.md" ; then make -f Makefile.from_md "ocaml.org/learn/tutorials/structure_of_ocaml_programs.it.html.toc" ; fi
if [ -f "ocaml.org/learn/tutorials/ocaml_and_the_web.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/ocaml_and_the_web.md" -set "page=ocaml.org/learn/tutorials/ocaml_and_the_web.html.tmp" -set "toc=ocaml.org/learn/tutorials/ocaml_and_the_web.html.toc" template/main.mpp -o "ocaml.org/learn/tutorials/ocaml_and_the_web.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/ocaml_and_the_web.md" -set "page=ocaml.org/learn/tutorials/ocaml_and_the_web.html.tmp" template/main.mpp -o "ocaml.org/learn/tutorials/ocaml_and_the_web.html" ; \
fi
if [ -f "ocaml.org/learn/tutorials/null_pointers_asserts_and_warnings.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/null_pointers_asserts_and_warnings.md" -set "page=ocaml.org/learn/tutorials/null_pointers_asserts_and_warnings.html.tmp" -set "toc=ocaml.org/learn/tutorials/null_pointers_asserts_and_warnings.html.toc" template/main.mpp -o "ocaml.org/learn/tutorials/null_pointers_asserts_and_warnings.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/null_pointers_asserts_and_warnings.md" -set "page=ocaml.org/learn/tutorials/null_pointers_asserts_and_warnings.html.tmp" template/main.mpp -o "ocaml.org/learn/tutorials/null_pointers_asserts_and_warnings.html" ; \
fi
sed -e 's|\*Table of contents\*||g' "site/learn/tutorials/performance_and_profiling.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/learn/tutorials/performance_and_profiling.html.tmp"
sed -e 's|\*Table of contents\*||g' "site/learn/tutorials/standard_library_examples.ja.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/learn/tutorials/standard_library_examples.ja.html.tmp"
sed -e 's|\*Table of contents\*||g' "site/learn/tutorials/standard_library_examples.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/learn/tutorials/standard_library_examples.html.tmp"
mkdir -p "ocaml.org/learn/tutorials"
if grep -q '*Table of contents*' "site/learn/tutorials/structure_of_ocaml_programs.ja.md" ; then make -f Makefile.from_md "ocaml.org/learn/tutorials/structure_of_ocaml_programs.ja.html.toc" ; fi
if [ -f "ocaml.org/learn/tutorials/ocaml_and_the_web.ja.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/ocaml_and_the_web.ja.md" -set "page=ocaml.org/learn/tutorials/ocaml_and_the_web.ja.html.tmp" -set "toc=ocaml.org/learn/tutorials/ocaml_and_the_web.ja.html.toc" template/main.mpp -o "ocaml.org/learn/tutorials/ocaml_and_the_web.ja.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/ocaml_and_the_web.ja.md" -set "page=ocaml.org/learn/tutorials/ocaml_and_the_web.ja.html.tmp" template/main.mpp -o "ocaml.org/learn/tutorials/ocaml_and_the_web.ja.html" ; \
fi
if [ -f "ocaml.org/learn/tutorials/null_pointers_asserts_and_warnings.zh.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/null_pointers_asserts_and_warnings.zh.md" -set "page=ocaml.org/learn/tutorials/null_pointers_asserts_and_warnings.zh.html.tmp" -set "toc=ocaml.org/learn/tutorials/null_pointers_asserts_and_warnings.zh.html.toc" template/main.mpp -o "ocaml.org/learn/tutorials/null_pointers_asserts_and_warnings.zh.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/null_pointers_asserts_and_warnings.zh.md" -set "page=ocaml.org/learn/tutorials/null_pointers_asserts_and_warnings.zh.html.tmp" template/main.mpp -o "ocaml.org/learn/tutorials/null_pointers_asserts_and_warnings.zh.html" ; \
fi
rm -f "ocaml.org/caml-light/releases/0.75.html.tmp"
***** STARTING OCAML TOPLEVEL ******
***** STARTING OCAML TOPLEVEL ******
sed -e 's|\*Table of contents\*||g' "site/learn/tutorials/standard_library_examples.zh.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/learn/tutorials/standard_library_examples.zh.html.tmp"
omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -otoc -ts 0 "site/learn/tutorials/stream_expressions.md" -o "ocaml.org/learn/tutorials/stream_expressions.html.toc"
mkdir -p "ocaml.org/learn/tutorials"
if grep -q '*Table of contents*' "site/learn/tutorials/structure_of_ocaml_programs.ko.md" ; then make -f Makefile.from_md "ocaml.org/learn/tutorials/structure_of_ocaml_programs.ko.html.toc" ; fi
sed -e 's|\*Table of contents\*||g' "site/learn/tutorials/pointers.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/learn/tutorials/pointers.html.tmp"
***** STARTING OCAML TOPLEVEL ******
mkdir -p "ocaml.org/meetings"
rm -f "ocaml.org/caml-light/releases/0.75.html.toc"
if grep -q '*Table of contents*' "site/learn/tutorials/structure_of_ocaml_programs.md" ; then make -f Makefile.from_md "ocaml.org/learn/tutorials/structure_of_ocaml_programs.html.toc" ; fi
if [ -f "ocaml.org/learn/tutorials/standard_library_examples.ja.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/standard_library_examples.ja.md" -set "page=ocaml.org/learn/tutorials/standard_library_examples.ja.html.tmp" -set "toc=ocaml.org/learn/tutorials/standard_library_examples.ja.html.toc" template/main.mpp -o "ocaml.org/learn/tutorials/standard_library_examples.ja.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/standard_library_examples.ja.md" -set "page=ocaml.org/learn/tutorials/standard_library_examples.ja.html.tmp" template/main.mpp -o "ocaml.org/learn/tutorials/standard_library_examples.ja.html" ; \
fi
if [ -f "ocaml.org/learn/tutorials/if_statements_loops_and_recursion.it.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/if_statements_loops_and_recursion.it.md" -set "page=ocaml.org/learn/tutorials/if_statements_loops_and_recursion.it.html.tmp" -set "toc=ocaml.org/learn/tutorials/if_statements_loops_and_recursion.it.html.toc" template/main.mpp -o "ocaml.org/learn/tutorials/if_statements_loops_and_recursion.it.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/if_statements_loops_and_recursion.it.md" -set "page=ocaml.org/learn/tutorials/if_statements_loops_and_recursion.it.html.tmp" template/main.mpp -o "ocaml.org/learn/tutorials/if_statements_loops_and_recursion.it.html" ; \
fi
rm -f "ocaml.org/caml-light/index.html.tmp"
***** STARTING OCAML TOPLEVEL ******
omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -otoc -ts 0 "site/learn/tutorials/streams.md" -o "ocaml.org/learn/tutorials/streams.html.toc"
***** STARTING OCAML TOPLEVEL ******
mkdir -p "ocaml.org/meetings"
if grep -q '*Table of contents*' "site/learn/tutorials/structure_of_ocaml_programs.zh.md" ; then make -f Makefile.from_md "ocaml.org/learn/tutorials/structure_of_ocaml_programs.zh.html.toc" ; fi
if [ -f "ocaml.org/learn/tutorials/standard_library_examples.zh.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/standard_library_examples.zh.md" -set "page=ocaml.org/learn/tutorials/standard_library_examples.zh.html.tmp" -set "toc=ocaml.org/learn/tutorials/standard_library_examples.zh.html.toc" template/main.mpp -o "ocaml.org/learn/tutorials/standard_library_examples.zh.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/standard_library_examples.zh.md" -set "page=ocaml.org/learn/tutorials/standard_library_examples.zh.html.tmp" template/main.mpp -o "ocaml.org/learn/tutorials/standard_library_examples.zh.html" ; \
fi
make -f Makefile.from_md "ocaml.org/learn/tutorials/stream_expressions.html.tmp"
if [ -f "ocaml.org/learn/tutorials/standard_library_examples.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/standard_library_examples.md" -set "page=ocaml.org/learn/tutorials/standard_library_examples.html.tmp" -set "toc=ocaml.org/learn/tutorials/standard_library_examples.html.toc" template/main.mpp -o "ocaml.org/learn/tutorials/standard_library_examples.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/standard_library_examples.md" -set "page=ocaml.org/learn/tutorials/standard_library_examples.html.tmp" template/main.mpp -o "ocaml.org/learn/tutorials/standard_library_examples.html" ; \
fi
rm -f "ocaml.org/community/media.html.tmp"
rm -f "ocaml.org/community/announcements/CompCert_award.html.tmp"
omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -otoc -ts 0 "site/learn/tutorials/structure_of_ocaml_programs.fr.md" -o "ocaml.org/learn/tutorials/structure_of_ocaml_programs.fr.html.toc"
***** STARTING OCAML TOPLEVEL ******
omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -otoc -ts 0 "site/learn/tutorials/structure_of_ocaml_programs.it.md" -o "ocaml.org/learn/tutorials/structure_of_ocaml_programs.it.html.toc"
mkdir -p "ocaml.org/meetings/ocaml/2008"
rm -f "ocaml.org/caml-light/index.html.toc"
if grep -q '*Table of contents*' "site/meetings/index.fr.md" ; then make -f Makefile.from_md "ocaml.org/meetings/index.fr.html.toc" ; fi
omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -otoc -ts 0 "site/learn/tutorials/structure_of_ocaml_programs.ja.md" -o "ocaml.org/learn/tutorials/structure_of_ocaml_programs.ja.html.toc"
mkdir -p "ocaml.org/meetings/ocaml/2009"
rm -f "ocaml.org/community/announcements/CompCert_award.html.toc"
rm -f "ocaml.org/community/media.html.toc"
if grep -q '*Table of contents*' "site/meetings/index.md" ; then make -f Makefile.from_md "ocaml.org/meetings/index.html.toc" ; fi
make -f Makefile.from_md "ocaml.org/learn/tutorials/streams.html.tmp"
if [ -f "ocaml.org/learn/tutorials/performance_and_profiling.ja.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/performance_and_profiling.ja.md" -set "page=ocaml.org/learn/tutorials/performance_and_profiling.ja.html.tmp" -set "toc=ocaml.org/learn/tutorials/performance_and_profiling.ja.html.toc" template/main.mpp -o "ocaml.org/learn/tutorials/performance_and_profiling.ja.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/performance_and_profiling.ja.md" -set "page=ocaml.org/learn/tutorials/performance_and_profiling.ja.html.tmp" template/main.mpp -o "ocaml.org/learn/tutorials/performance_and_profiling.ja.html" ; \
fi
if [ -f "ocaml.org/learn/tutorials/set.ja.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/set.ja.md" -set "page=ocaml.org/learn/tutorials/set.ja.html.tmp" -set "toc=ocaml.org/learn/tutorials/set.ja.html.toc" template/main.mpp -o "ocaml.org/learn/tutorials/set.ja.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/set.ja.md" -set "page=ocaml.org/learn/tutorials/set.ja.html.tmp" template/main.mpp -o "ocaml.org/learn/tutorials/set.ja.html" ; \
fi
rm -f "ocaml.org/caml-light/faq.html.tmp"
***** STARTING OCAML TOPLEVEL ******
mkdir -p "ocaml.org/meetings/ocaml/2011"
if grep -q '*Table of contents*' "site/meetings/ocaml/2008/index.md" ; then make -f Makefile.from_md "ocaml.org/meetings/ocaml/2008/index.html.toc" ; fi
make -f Makefile.from_md "ocaml.org/learn/tutorials/structure_of_ocaml_programs.it.html.tmp"
make -f Makefile.from_md "ocaml.org/learn/tutorials/structure_of_ocaml_programs.fr.html.tmp"
if [ -f "ocaml.org/learn/tutorials/performance_and_profiling.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/performance_and_profiling.md" -set "page=ocaml.org/learn/tutorials/performance_and_profiling.html.tmp" -set "toc=ocaml.org/learn/tutorials/performance_and_profiling.html.toc" template/main.mpp -o "ocaml.org/learn/tutorials/performance_and_profiling.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/performance_and_profiling.md" -somd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -otoc -ts 0 "site/learn/tutorials/structure_of_ocaml_programs.ko.md" -o "ocaml.org/learn/tutorials/structure_of_ocaml_programs.ko.html.toc"
et "page=ocaml.org/learn/tutorials/performance_and_profiling.html.tmp" template/main.mpp -o "ocaml.org/learn/tutorials/performance_and_profiling.html" ; \
fi
if [ -f "ocaml.org/learn/tutorials/set.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/set.md" -set "page=ocaml.org/learn/tutorials/set.html.tmp" -set "toc=ocaml.org/learn/tutorials/set.html.toc" template/main.mpp -o "ocaml.org/learn/tutorials/set.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/set.md" -set "page=ocaml.org/learn/tutorials/set.html.tmp" template/main.mpp -o "ocaml.org/learn/tutorials/set.html" ; \
fi
rm -f "ocaml.org/community/mailing_lists.fr.html.tmp"
omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -otoc -ts 0 "site/learn/tutorials/structure_of_ocaml_programs.md" -o "ocaml.org/learn/tutorials/structure_of_ocaml_programs.html.toc"
sed -e 's|\*Table of contents\*||g' "site/learn/tutorials/stream_expressions.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/learn/tutorials/stream_expressions.html.tmp"
mkdir -p "ocaml.org/meetings/ocaml/2013"
rm -f "ocaml.org/caml-light/faq.html.toc"
if grep -q '*Table of contents*' "site/meetings/ocaml/2009/index.md" ; then make -f Makefile.from_md "ocaml.org/meetings/ocaml/2009/index.html.toc" ; fi
make -f Makefile.from_md "ocaml.org/learn/tutorials/structure_of_ocaml_programs.ja.html.tmp"
if [ -f "ocaml.org/learn/tutorials/if_statements_loops_and_recursion.ko.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/if_statements_loops_and_recursion.ko.md" -set "page=ocaml.org/learn/tutorials/if_statements_loops_and_recursion.ko.html.tmp" -set "toc=ocaml.org/learn/tutorials/if_statements_loops_and_recursion.ko.html.toc" template/main.mpp -o "ocaml.org/learn/tutorials/if_statements_loops_and_recursion.ko.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/if_statements_loops_and_recursion.ko.md" -set "page=ocaml.org/learn/tutorials/if_statements_loops_and_recursion.ko.html.tmp" template/main.mpp -o "ocaml.org/learn/tutorials/if_statements_loops_and_recursion.ko.html" ; \
fi
if [ -f "ocaml.org/learn/tutorials/if_statements_loops_and_recursion.ja.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/if_statements_loops_and_recursion.ja.md" -set "page=ocaml.org/learn/tutorials/if_statements_loops_and_recursion.ja.html.tmp" -set "toc=ocaml.org/learn/tutorials/if_statements_loops_and_recursion.ja.html.toc" template/main.mpp -o "ocaml.org/learn/tutorials/if_statements_loops_and_recursion.ja.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/if_statements_loops_and_recursion.ja.md" -set "page=ocaml.org/learn/tutorials/if_statements_loops_and_recursion.ja.html.tmp" template/main.mpp -o "ocaml.org/learn/tutorials/if_statements_loops_and_recursion.ja.html" ; \
fi
make -f Makefile.from_md "ocaml.org/meetings/index.html.tmp"
omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -otoc -ts 0 "site/learn/tutorials/structure_of_ocaml_programs.zh.md" -o "ocaml.org/learn/tutorials/structure_of_ocaml_programs.zh.html.toc"
mkdir -p "ocaml.org/meetings/ocaml/2013"
rm -f "ocaml.org/community/mailing_lists.fr.html.toc"
if grep -q '*Table of contents*' "site/meetings/ocaml/2011/index.md" ; then make -f Makefile.from_md "ocaml.org/meetings/ocaml/2011/index.html.toc" ; fi
make -f Makefile.from_md "ocaml.org/learn/tutorials/structure_of_ocaml_programs.ko.html.tmp"
rm -f "ocaml.org/about.html.tmp"
sed -e 's|\*Table of contents\*||g' "site/learn/tutorials/streams.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/learn/tutorials/streams.html.tmp"
omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -otoc -ts 0 "site/meetings/index.fr.md" -o "ocaml.org/meetings/index.fr.html.toc"
mkdir -p "ocaml.org/meetings/ocaml/2013"
if grep -q '*Table of contents*' "site/meetings/ocaml/2013/call.md" ; then make -f Makefile.from_md "ocaml.org/meetings/ocaml/2013/call.html.toc" ; fi
make -f Makefile.from_md "ocaml.org/learn/tutorials/structure_of_ocaml_programs.html.tmp"
if [ -f "ocaml.org/learn/tutorials/objects.ja.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/objects.ja.md" -set "page=ocaml.org/learn/tutorials/objects.ja.html.tmp" -set "toc=ocaml.org/learn/tutorials/objects.ja.html.toc" template/main.mpp -o "ocaml.org/learn/tutorials/objects.ja.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/objects.ja.md" -set "page=ocaml.org/learn/tutorials/objects.ja.html.tmp" template/main.mpp -o "ocaml.org/learn/tutorials/objects.ja.html" ; \
fi
sed -e 's|\*Table of contents\*||g' "site/learn/tutorials/structure_of_ocaml_programs.it.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/learn/tutorials/structure_of_ocaml_programs.it.html.tmp"
sed -e 's|\*Table of contents\*||g' "site/learn/tutorials/structure_of_ocaml_programs.fr.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/learn/tutorials/structure_of_ocaml_programs.fr.html.tmp"
mkdir -p "ocaml.org/meetings/ocaml/2013/talks"
rm -f "ocaml.org/about.html.toc"
if grep -q '*Table of contents*' "site/meetings/ocaml/2013/index.md" ; then make -f Makefile.from_md "ocaml.org/meetings/ocaml/2013/index.html.toc" ; fi
make -f Makefile.from_md "ocaml.org/learn/tutorials/structure_of_ocaml_programs.zh.html.tmp"
if [ -f "ocaml.org/learn/tutorials/objects.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/objects.md" -set "page=ocaml.org/learn/tutorials/objects.html.tmp" -set "toc=ocaml.org/learn/tutorials/objects.html.toc" template/main.mpp -o "ocaml.org/learn/tutorials/objects.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/objects.md" -set "page=ocaml.org/learn/tutorials/objects.html.tmp" template/main.mpp -o "ocaml.org/learn/tutorials/objects.html" ; \
fi
if [ -f "ocaml.org/learn/tutorials/if_statements_loops_and_recursion.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/if_statements_loops_and_recursion.md" -set "page=ocaml.org/learn/tutorials/if_statements_loops_and_recursion.html.tmp" -set "toc=ocaml.org/learn/tutorials/if_statements_loops_and_recursion.html.toc" template/main.mpp -o "ocaml.org/learn/tutorials/if_statements_loops_and_recursion.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/if_statements_loops_and_recursion.md" -set "page=ocaml.org/learn/tutorials/if_statements_loops_and_recursion.html.tmp" template/main.mpp -o "ocaml.org/learn/tutorials/if_statements_loops_and_recursion.html" ; \
fi
omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -otoc -ts 0 "site/meetings/ocaml/2008/index.md" -o "ocaml.org/meetings/ocaml/2008/index.html.toc"
sed -e 's|\*Table of contents\*||g' "site/learn/tutorials/structure_of_ocaml_programs.ja.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/learn/tutorials/structure_of_ocaml_programs.ja.html.tmp"
sed -e 's|\*Table of contents\*||g' "site/meetings/index.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/meetings/index.html.tmp"
mkdir -p "ocaml.org/meetings/ocaml/2014"
make -f Makefile.from_md "ocaml.org/meetings/ocaml/2013/call.html.tmp"
if grep -q '*Table of contents*' "site/meetings/ocaml/2013/program.md" ; then make -f Makefile.from_md "ocaml.org/meetings/ocaml/2013/program.html.toc" ; fi
bash: fork: Resource temporarily unavailable
bash: fork: Resource temporarily unavailable
***** STARTING OCAML TOPLEVEL ******
bash: fork: Resource temporarily unavailable
bash: fork: Resource temporarily unavailable
Error: exception <Failure("Command <> ended with error <128>. Location: template/footer.mpp:45:81.")>
Error: exception <Failure("Command <> ended with error <128>. Location: template/navbar.mpp:2:120.")>
Error: exception <Failure("Command <> ended with error <128>. Location: template/footer.mpp:33:154.")>
Error: exception <Failure("Command <> ended with error <128>. Location: template/footer.mpp:33:93.")>
bash: fork: Resource temporarily unavailable
Error: exception <Failure("Command <> ended with error <128>. Location: template/footer.mpp:21:84.")>
mkdir -p "ocaml.org/meetings/ocaml/2014"
if grep -q '*Table of contents*' "site/meetings/ocaml/2013/talks/index.md" ; then make -f Makefile.from_md "ocaml.org/meetings/ocaml/2013/talks/index.html.toc" ; fi
make -f Makefile.from_md "ocaml.org/meetings/index.fr.html.tmp"
if [ -f "ocaml.org/learn/tutorials/pointers.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/pointers.md" -set "page=ocaml.org/learn/tutorials/pointers.html.tmp" -set "toc=ocaml.org/learn/tutorials/pointers.html.toc" template/main.mpp -o "ocaml.org/learn/tutorials/pointers.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/pointers.md" -set "page=ocaml.org/learn/tutorials/pointers.html.tmp" template/main.mpp -o "ocaml.org/learn/tutorials/pointers.html" ; \
fi
make[3]: *** [ocaml.org/learn/tutorials/null_pointers_asserts_and_warnings.fr.html] Error 3
make[3]: *** Waiting for unfinished jobs....
make[3]: *** [ocaml.org/learn/tutorials/camlp4_3.10/dynamic_old_syntax.html] Error 3
make[3]: *** [ocaml.org/docs/license.fr.html] Error 3
make[3]: *** [ocaml.org/docs/consortium-license.html] Error 3
make[3]: *** [ocaml.org/docs/cheat_sheets.html] Error 3
rm -f "ocaml.org/community/mailing_lists.html.tmp"
rm -f "ocaml.org/caml-light/license.html.tmp"
cat: /var/folders/gd/bdnlf1ld21g4ynlctmqgml5h0000gn/T/mpp_commandabd23c: No such file or directory
omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -otoc -ts 0 "site/meetings/ocaml/2009/index.md" -o "ocaml.org/meetings/ocaml/2009/index.html.toc"
sed -e 's|\*Table of contents\*||g' "site/learn/tutorials/structure_of_ocaml_programs.ko.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/learn/tutorials/structure_of_ocaml_programs.ko.html.tmp"
make -f Makefile.from_md "ocaml.org/meetings/ocaml/2008/index.html.tmp"
if grep -q '*Table of contents*' "site/meetings/ocaml/2014/cfp.md" ; then make -f Makefile.from_md "ocaml.org/meetings/ocaml/2014/cfp.html.toc" ; fi
sed -e 's|\*Table of contents\*||g' "site/learn/tutorials/structure_of_ocaml_programs.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/learn/tutorials/structure_of_ocaml_programs.html.tmp"
make -f Makefile.from_md "ocaml.org/meetings/ocaml/2013/program.html.tmp"
if [ -f "ocaml.org/meetings/index.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/meetings/index.md" -set "page=ocaml.org/meetings/index.html.tmp" -set "toc=ocaml.org/meetings/index.html.toc" template/main.mpp -o "ocaml.org/meetings/index.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/meetings/index.md" -set "page=ocaml.org/meetings/index.html.tmp" template/main.mpp -o "ocaml.org/meetings/index.html" ; \
fi
omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -otoc -ts 0 "site/meetings/ocaml/2011/index.md" -o "ocaml.org/meetings/ocaml/2011/index.html.toc"
***** STARTING OCAML TOPLEVEL ******
rm -f "ocaml.org/caml-light/license.html.toc"
if grep -q '*Table of contents*' "site/meetings/ocaml/2014/index.md" ; then make -f Makefile.from_md "ocaml.org/meetings/ocaml/2014/index.html.toc" ; fi
make -f Makefile.from_md "ocaml.org/meetings/ocaml/2013/talks/index.html.tmp"
sed -e 's|\*Table of contents\*||g' "site/learn/tutorials/structure_of_ocaml_programs.zh.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/learn/tutorials/structure_of_ocaml_programs.zh.html.tmp"
rm -f "ocaml.org/community/mailing_lists.html.toc"
make -f Makefile.from_md "ocaml.org/meetings/ocaml/2009/index.html.tmp"
if [ -f "ocaml.org/learn/tutorials/structure_of_ocaml_programs.ko.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/structure_of_ocaml_programs.ko.md" -set "page=ocaml.org/learn/tutorials/structure_of_ocaml_programs.ko.html.tmp" -set "toc=ocaml.org/learn/tutorials/structure_of_ocaml_programs.ko.html.toc" template/main.mpp -o "ocaml.org/learn/tutorials/structure_of_ocaml_programs.ko.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/structure_of_ocaml_programs.ko.md" -set "page=ocaml.org/learn/tutorials/structure_of_ocaml_programs.ko.html.tmp" template/main.mpp -o "ocaml.org/learn/tutorials/structure_of_ocaml_programs.ko.html" ; \
fi
***** STARTING OCAML TOPLEVEL ******
***** STARTING OCAML TOPLEVEL ******
rm -f "ocaml.org/community/index.fr.html.tmp"
make -f Makefile.from_md "ocaml.org/meetings/ocaml/2014/cfp.html.tmp"
omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -otoc -ts 0 "site/meetings/ocaml/2013/index.md" -o "ocaml.org/meetings/ocaml/2013/index.html.toc"
sed -e 's|\*Table of contents\*||g' "site/meetings/ocaml/2013/call.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/meetings/ocaml/2013/call.html.tmp"
***** STARTING OCAML TOPLEVEL ******
make -f Makefile.from_md "ocaml.org/meetings/ocaml/2011/index.html.tmp"
if [ -f "ocaml.org/learn/tutorials/stream_expressions.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/stream_expressions.md" -set "page=ocaml.org/learn/tutorials/stream_expressions.html.tmp" -set "toc=ocaml.org/learn/tutorials/stream_expressions.html.toc" template/main.mpp -o "ocaml.org/learn/tutorials/stream_expressions.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/stream_expressions.md" -set "page=ocaml.org/learn/tutorials/stream_expressions.html.tmp" template/main.mpp -o "ocaml.org/learn/tutorials/stream_expressions.html" ; \
fi
if [ -f "ocaml.org/learn/tutorials/structure_of_ocaml_programs.zh.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/structure_of_ocaml_programs.zh.md" -set "page=ocaml.org/learn/tutorials/structure_of_ocaml_programs.zh.html.tmp" -set "toc=ocaml.org/learn/tutorials/structure_of_ocaml_programs.zh.html.toc" template/main.mpp -o "ocaml.org/learn/tutorials/structure_of_ocaml_programs.zh.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/structure_of_ocaml_programs.zh.md" -set "page=ocaml.org/learn/tutorials/structure_of_ocaml_programs.zh.html.tmp" template/main.mpp -o "ocaml.org/learn/tutorials/structure_of_ocaml_programs.zh.html" ; \
fi
sed -e 's|\*Table of contents\*||g' "site/meetings/index.fr.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/meetings/index.fr.html.tmp"
rm -f "ocaml.org/community/planet/syndication.html.tmp"
rm -f "ocaml.org/community/index.fr.html.toc"
rm -f "ocaml.org/community/planet/index.html.tmp"
rm -f "ocaml.org/community/planet.html.tmp"
sed -e 's|\*Table of contents\*||g' "site/meetings/ocaml/2008/index.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/meetings/ocaml/2008/index.html.tmp"
rm -f "ocaml.org/community/index.html.tmp"
sed -e 's|\*Table of contents\*||g' "site/meetings/ocaml/2013/program.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/meetings/ocaml/2013/program.html.tmp"
make -f Makefile.from_md "ocaml.org/meetings/ocaml/2013/index.html.tmp"
if [ -f "ocaml.org/meetings/ocaml/2013/call.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/meetings/ocaml/2013/call.md" -set "page=ocaml.org/meetings/ocaml/2013/call.html.tmp" -set "toc=ocaml.org/meetings/ocaml/2013/call.html.toc" template/main.mpp -o "ocaml.org/meetings/ocaml/2013/call.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/meetings/ocaml/2013/call.md" -set "page=ocaml.org/meetings/ocaml/2013/call.html.tmp" template/main.mpp -o "ocaml.org/meetings/ocaml/2013/call.html" ; \
fi
if [ -f "ocaml.org/learn/tutorials/structure_of_ocaml_programs.ja.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/structure_of_ocaml_programs.ja.md" -set "page=ocaml.org/learn/tutorials/structure_of_ocaml_programs.ja.html.tmp" -set "toc=ocaml.org/learn/tutorials/structure_of_ocaml_programs.ja.html.toc" template/main.mpp -o "ocaml.org/learn/tutorials/structure_of_ocaml_programs.ja.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/structure_of_ocaml_programs.ja.md" -set "page=ocaml.org/learn/tutorials/structure_of_ocaml_programs.ja.html.tmp" template/main.mpp -o "ocaml.org/learn/tutorials/structure_of_ocaml_programs.ja.html" ; \
fi
***** STARTING OCAML TOPLEVEL ******
if [ -f "ocaml.org/learn/tutorials/structure_of_ocaml_programs.it.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/structure_of_ocaml_programs.it.md" -set "page=ocaml.org/learn/tutorials/structure_of_ocaml_programs.it.html.tmp" -set "toc=ocaml.org/learn/tutorials/structure_of_ocaml_programs.it.html.toc" template/main.mpp -o "ocaml.org/learn/tutorials/structure_of_ocaml_programs.it.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/structure_of_ocaml_programs.it.md" -set "page=ocaml.org/learn/tutorials/structure_of_ocaml_programs.it.html.tmp" template/main.mpp -o "ocaml.org/learn/tutorials/structure_of_ocaml_programs.it.html" ; \
fi
if [ -f "ocaml.org/learn/tutorials/structure_of_ocaml_programs.fr.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/structure_of_ocaml_programs.fr.md" -set "page=ocaml.org/learn/tutorials/structure_of_ocaml_programs.fr.html.tmp" -set "toc=ocaml.org/learn/tutorials/structure_of_ocaml_programs.fr.html.toc" template/main.mpp -o "ocaml.org/learn/tutorials/structure_of_ocaml_programs.fr.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/structure_of_ocaml_programs.fr.md" -set "page=ocaml.org/learn/tutorials/structure_of_ocaml_programs.fr.html.tmp" template/main.mpp -o "ocaml.org/learn/tutorials/structure_of_ocaml_programs.fr.html" ; \
fi
sed -e 's|\*Table of contents\*||g' "site/meetings/ocaml/2013/talks/index.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/meetings/ocaml/2013/talks/index.html.tmp"
if [ -f "ocaml.org/meetings/index.fr.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/meetings/index.fr.md" -set "page=ocaml.org/meetings/index.fr.html.tmp" -set "toc=ocaml.org/meetings/index.fr.html.toc" template/main.mpp -o "ocaml.org/meetings/index.fr.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/meetings/index.fr.md" -set "page=ocaml.org/meetings/index.fr.html.tmp" template/main.mpp -o "ocaml.org/meetings/index.fr.html" ; \
fi
sed -e 's|\*Table of contents\*||g' "site/meetings/ocaml/2009/index.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/meetings/ocaml/2009/index.html.tmp"
rm -f "ocaml.org/community/planet/syndication.html.toc"
rm -f "ocaml.org/community/planet/index.html.toc"
rm -f "ocaml.org/community/planet.html.toc"
sed -e 's|\*Table of contents\*||g' "site/meetings/ocaml/2014/cfp.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/meetings/ocaml/2014/cfp.html.tmp"
rm -f "ocaml.org/community/index.html.toc"
if [ -f "ocaml.org/meetings/ocaml/2008/index.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/meetings/ocaml/2008/index.md" -set "page=ocaml.org/meetings/ocaml/2008/index.html.tmp" -set "toc=ocaml.org/meetings/ocaml/2008/index.html.toc" template/main.mpp -o "ocaml.org/meetings/ocaml/2008/index.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/meetings/ocaml/2008/index.md" -set "page=ocaml.org/meetings/ocaml/2008/index.html.tmp" template/main.mpp -o "ocaml.org/meetings/ocaml/2008/index.html" ; \
fi
if [ -f "ocaml.org/meetings/ocaml/2013/program.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/meetings/ocaml/2013/program.md" -set "page=ocaml.org/meetings/ocaml/2013/program.html.tmp" -set "toc=ocaml.org/meetings/ocaml/2013/program.html.toc" template/main.mpp -o "ocaml.org/meetings/ocaml/2013/program.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/meetings/ocaml/2013/program.md" -set "page=ocaml.org/meetings/ocaml/2013/program.html.tmp" template/main.mpp -o "ocaml.org/meetings/ocaml/2013/program.html" ; \
fi
omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -otoc -ts 0 "site/meetings/ocaml/2014/index.md" -o "ocaml.org/meetings/ocaml/2014/index.html.toc"
sed -e 's|\*Table of contents\*||g' "site/meetings/ocaml/2011/index.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/meetings/ocaml/2011/index.html.tmp"
if [ -f "ocaml.org/learn/tutorials/structure_of_ocaml_programs.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/structure_of_ocaml_programs.md" -set "page=ocaml.org/learn/tutorials/structure_of_ocaml_programs.html.tmp" -set "toc=ocaml.org/learn/tutorials/structure_of_ocaml_programs.html.toc" template/main.mpp -o "ocaml.org/learn/tutorials/structure_of_ocaml_programs.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/structure_of_ocaml_programs.md" -set "page=ocaml.org/learn/tutorials/structure_of_ocaml_programs.html.tmp" template/main.mpp -o "ocaml.org/learn/tutorials/structure_of_ocaml_programs.html" ; \
fi
if [ -f "ocaml.org/meetings/ocaml/2013/talks/index.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/meetings/ocaml/2013/talks/index.md" -set "page=ocaml.org/meetings/ocaml/2013/talks/index.html.tmp" -set "toc=ocaml.org/meetings/ocaml/2013/talks/index.html.toc" template/main.mpp -o "ocaml.org/meetings/ocaml/2013/talks/index.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/meetings/ocaml/2013/talks/index.md" -set "page=ocaml.org/meetings/ocaml/2013/talks/index.html.tmp" template/main.mpp -o "ocaml.org/meetings/ocaml/2013/talks/index.html" ; \
fi
if [ -f "ocaml.org/meetings/ocaml/2009/index.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/meetings/ocaml/2009/index.md" -set "page=ocaml.org/meetings/ocaml/2009/index.html.tmp" -set "toc=ocaml.org/meetings/ocaml/2009/index.html.toc" template/main.mpp -o "ocaml.org/meetings/ocaml/2009/index.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/meetings/ocaml/2009/index.md" -set "page=ocaml.org/meetings/ocaml/2009/index.html.tmp" template/main.mpp -o "ocaml.org/meetings/ocaml/2009/index.html" ; \
fi
if [ -f "ocaml.org/meetings/ocaml/2014/cfp.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/meetings/ocaml/2014/cfp.md" -set "page=ocaml.org/meetings/ocaml/2014/cfp.html.tmp" -set "toc=ocaml.org/meetings/ocaml/2014/cfp.html.toc" template/main.mpp -o "ocaml.org/meetings/ocaml/2014/cfp.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/meetings/ocaml/2014/cfp.md" -set "page=ocaml.org/meetings/ocaml/2014/cfp.html.tmp" template/main.mpp -o "ocaml.org/meetings/ocaml/2014/cfp.html" ; \
fi
sed -e 's|\*Table of contents\*||g' "site/meetings/ocaml/2013/index.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/meetings/ocaml/2013/index.html.tmp"
make -f Makefile.from_md "ocaml.org/meetings/ocaml/2014/index.html.tmp"
if [ -f "ocaml.org/meetings/ocaml/2011/index.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/meetings/ocaml/2011/index.md" -set "page=ocaml.org/meetings/ocaml/2011/index.html.tmp" -set "toc=ocaml.org/meetings/ocaml/2011/index.html.toc" template/main.mpp -o "ocaml.org/meetings/ocaml/2011/index.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/meetings/ocaml/2011/index.md" -set "page=ocaml.org/meetings/ocaml/2011/index.html.tmp" template/main.mpp -o "ocaml.org/meetings/ocaml/2011/index.html" ; \
fi
if [ -f "ocaml.org/meetings/ocaml/2013/index.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/meetings/ocaml/2013/index.md" -set "page=ocaml.org/meetings/ocaml/2013/index.html.tmp" -set "toc=ocaml.org/meetings/ocaml/2013/index.html.toc" template/main.mpp -o "ocaml.org/meetings/ocaml/2013/index.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/meetings/ocaml/2013/index.md" -set "page=ocaml.org/meetings/ocaml/2013/index.html.tmp" template/main.mpp -o "ocaml.org/meetings/ocaml/2013/index.html" ; \
fi
if [ -f "ocaml.org/learn/tutorials/streams.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/streams.md" -set "page=ocaml.org/learn/tutorials/streams.html.tmp" -set "toc=ocaml.org/learn/tutorials/streams.html.toc" template/main.mpp -o "ocaml.org/learn/tutorials/streams.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/streams.md" -set "page=ocaml.org/learn/tutorials/streams.html.tmp" template/main.mpp -o "ocaml.org/learn/tutorials/streams.html" ; \
fi
sed -e 's|\*Table of contents\*||g' "site/meetings/ocaml/2014/index.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/meetings/ocaml/2014/index.html.tmp"
if [ -f "ocaml.org/meetings/ocaml/2014/index.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/meetings/ocaml/2014/index.md" -set "page=ocaml.org/meetings/ocaml/2014/index.html.tmp" -set "toc=ocaml.org/meetings/ocaml/2014/index.html.toc" template/main.mpp -o "ocaml.org/meetings/ocaml/2014/index.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/meetings/ocaml/2014/index.md" -set "page=ocaml.org/meetings/ocaml/2014/index.html.tmp" template/main.mpp -o "ocaml.org/meetings/ocaml/2014/index.html" ; \
fi
rm -f "ocaml.org/community/support.html.tmp"
rm -f "ocaml.org/docs/index.fr.html.tmp"
rm -f "ocaml.org/community/support.fr.html.tmp"
rm -f "ocaml.org/community/support.html.toc"
bash: fork: Resource temporarily unavailable
bash: fork: Resource temporarily unavailable
bash: fork: Resource temporarily unavailable
Error: exception <Failure("Command <> ended with error <128>. Location: template/main.mpp:5:68.")>
Error: exception <Failure("Command <> ended with error <128>. Location: template/navbar.mpp:5:128.")>
Error: exception <Failure("Command <> ended with error <128>. Location: template/footer.mpp:6:155.")>
make[3]: *** [ocaml.org/meetings/ocaml/2013/index.html] Error 3
make[3]: *** [ocaml.org/learn/tutorials/ocaml_and_the_web.html] Error 3
make[3]: *** [ocaml.org/learn/tutorials/garbage_collection.html] Error 3
bash: fork: Resource temporarily unavailable
Error: exception <Failure("Command <> ended with error <128>. Location: template/footer.mpp:19:115.")>
make[3]: *** [ocaml.org/learn/tutorials/comparison_of_standard_containers.ja.html] Error 3
rm -f "ocaml.org/docs/index.fr.html.toc"
cat: /var/folders/gd/bdnlf1ld21g4ynlctmqgml5h0000gn/T/mpp_commandcd12fe: No such file or directory
rm -f "ocaml.org/community/support.fr.html.toc"
rm -f "ocaml.org/contributors.fr.html.tmp"
bash: fork: Resource temporarily unavailable
bash: fork: Resource temporarily unavailable
bash: fork: Resource temporarily unavailable
Error: exception <Failure("Command <> ended with error <128>. Location: template/navbar.mpp:2:120.")>
Error: exception <Failure("Command <> ended with error <128>. Location: template/main.mpp:58:78.")>
Error: exception <Failure("Command <> ended with error <128>. Location: template/main.mpp:49:64.")>
bash: fork: Resource temporarily unavailable
make[3]: *** [ocaml.org/meetings/ocaml/2013/call.html] Error 3
make[3]: *** [ocaml.org/learn/tutorials/modules.ko.html] Error 3
make[3]: *** [ocaml.org/meetings/ocaml/2013/talks/index.html] Error 3
Error: exception <Failure("Command <> ended with error <128>. Location: template/main.mpp:58:78.")>
make[3]: *** [ocaml.org/learn/tutorials/labels.html] Error 3
rm -f "ocaml.org/docs/index.html.tmp"
rm -f "ocaml.org/contributors.fr.html.toc"
rm -f "ocaml.org/contributors.html.tmp"
cat: /var/folders/gd/bdnlf1ld21g4ynlctmqgml5h0000gn/T/mpp_command3f5595: No such file or directory
rm -f "ocaml.org/docs/index.html.toc"
rm -f "ocaml.org/contributors.html.toc"
rm -f "ocaml.org/docs/license.html.tmp"
rm -f "ocaml.org/docs/license.html.toc"
rm -f "ocaml.org/docs/logos.html.tmp"
rm -f "ocaml.org/docs/logos.html.toc"
rm -f "ocaml.org/docs/papers.html.tmp"
rm -f "ocaml.org/docs/install.fr.html.tmp"
rm -f "ocaml.org/learn/companies.html.tmp"
rm -f "ocaml.org/docs/papers.html.toc"
rm -f "ocaml.org/docs/install.fr.html.toc"
rm -f "ocaml.org/learn/companies.html.toc"
rm -f "ocaml.org/docs/install.html.tmp"
rm -f "ocaml.org/learn/history.fr.html.tmp"
rm -f "ocaml.org/learn/index.fr.html.tmp"
rm -f "ocaml.org/learn/index.html.tmp"
rm -f "ocaml.org/docs/install.html.toc"
rm -f "ocaml.org/learn/history.fr.html.toc"
rm -f "ocaml.org/learn/index.fr.html.toc"
rm -f "ocaml.org/learn/libraries.html.tmp"
rm -f "ocaml.org/learn/index.html.toc"
rm -f "ocaml.org/learn/libraries.html.toc"
rm -f "ocaml.org/learn/portability.html.tmp"
rm -f "ocaml.org/learn/books.html.tmp"
rm -f "ocaml.org/learn/success.fr.html.tmp"
rm -f "ocaml.org/learn/portability.html.toc"
rm -f "ocaml.org/learn/history.html.tmp"
rm -f "ocaml.org/learn/description.html.tmp"
rm -f "ocaml.org/learn/books.html.toc"
rm -f "ocaml.org/learn/success.fr.html.toc"
rm -f "ocaml.org/learn/history.html.toc"
rm -f "ocaml.org/learn/description.html.toc"
rm -f "ocaml.org/learn/success.html.tmp"
rm -f "ocaml.org/learn/success.html.toc"
rm -f "ocaml.org/learn/tutorials/camlp4_3.10/dynamic_functor_example.html.tmp"
rm -f "ocaml.org/learn/tutorials/calling_c_libraries.html.tmp"
rm -f "ocaml.org/learn/tutorials/camlp4_3.10/dynamic_functor_example.html.toc"
rm -f "ocaml.org/learn/tutorials/calling_c_libraries.html.toc"
rm -f "ocaml.org/learn/tutorials/camlp4_3.10/static_old_syntax.html.tmp"
rm -f "ocaml.org/learn/tutorials/camlp4_3.10/quick_non_extensible_example.html.tmp"
rm -f "ocaml.org/learn/tutorials/camlp4_3.10/static_functor_example.html.tmp"
rm -f "ocaml.org/learn/tutorials/camlp4_3.10/static_old_syntax.html.toc"
rm -f "ocaml.org/learn/tutorials/basics.de.html.tmp"
rm -f "ocaml.org/learn/tutorials/camlp4_3.10/quick_non_extensible_example.html.toc"
rm -f "ocaml.org/learn/tutorials/calling_fortran_libraries.html.tmp"
rm -f "ocaml.org/learn/tutorials/camlp4_3.10/static_functor_example.html.toc"
rm -f "ocaml.org/learn/tutorials/camlp5.html.tmp"
rm -f "ocaml.org/learn/tutorials/basics.de.html.toc"
rm -f "ocaml.org/learn/tutorials/basics.fr.html.tmp"
rm -f "ocaml.org/learn/tutorials/calling_fortran_libraries.html.toc"
rm -f "ocaml.org/learn/tutorials/basics.it.html.tmp"
rm -f "ocaml.org/learn/tutorials/basics.ko.html.tmp"
rm -f "ocaml.org/learn/tutorials/basics.ja.html.tmp"
rm -f "ocaml.org/learn/taste.fr.html.tmp"
rm -f "ocaml.org/learn/tutorials/camlp5.html.toc"
rm -f "ocaml.org/learn/tutorials/camlp4_3.10/index.html.tmp"
rm -f "ocaml.org/learn/tutorials/basics.fr.html.toc"
rm -f "ocaml.org/learn/tutorials/basics.zh.html.tmp"
rm -f "ocaml.org/learn/tutorials/basics.it.html.toc"
rm -f "ocaml.org/learn/taste.html.tmp"
rm -f "ocaml.org/learn/tutorials/basics.ko.html.toc"
rm -f "ocaml.org/learn/tutorials/basics.ja.html.toc"
rm -f "ocaml.org/learn/taste.fr.html.toc"
rm -f "ocaml.org/learn/tutorials/camlp4_3.10/index.html.toc"
rm -f "ocaml.org/learn/tutorials/command-line_arguments.html.tmp"
rm -f "ocaml.org/learn/tutorials/command-line_arguments.ja.html.tmp"
rm -f "ocaml.org/learn/tutorials/basics.zh.html.toc"
rm -f "ocaml.org/learn/taste.html.toc"
rm -f "ocaml.org/learn/tutorials/basics.html.tmp"
rm -f "ocaml.org/learn/faq.html.tmp"
rm -f "ocaml.org/learn/tutorials/command-line_arguments.html.toc"
rm -f "ocaml.org/learn/tutorials/command-line_arguments.ja.html.toc"
rm -f "ocaml.org/learn/tutorials/command-line_arguments.zh.html.tmp"
rm -f "ocaml.org/learn/tutorials/basics.html.toc"
rm -f "ocaml.org/learn/faq.html.toc"
rm -f "ocaml.org/learn/tutorials/command-line_arguments.zh.html.toc"
rm -f "ocaml.org/learn/tutorials/compiling_with_omake.ja.html.tmp"
rm -f "ocaml.org/learn/tutorials/camlp4_3.10/foreach_tutorial.html.tmp"
rm -f "ocaml.org/learn/tutorials/compiling_with_omake.html.tmp"
rm -f "ocaml.org/learn/tutorials/compiling_with_omake.ja.html.toc"
rm -f "ocaml.org/learn/tutorials/camlp4_3.10/foreach_tutorial.html.toc"
rm -f "ocaml.org/learn/tutorials/compiling_with_omake.html.toc"
rm -f "ocaml.org/learn/tutorials/comparison_of_standard_containers.html.tmp"
rm -f "ocaml.org/learn/tutorials/common_error_messages.fr.html.tmp"
rm -f "ocaml.org/learn/tutorials/comparison_of_standard_containers.html.toc"
rm -f "ocaml.org/learn/tutorials/common_error_messages.fr.html.toc"
rm -f "ocaml.org/learn/tutorials/compiling_ocaml_projects.html.tmp"
rm -f "ocaml.org/learn/tutorials/compiling_ocaml_projects.ja.html.tmp"
rm -f "ocaml.org/learn/tutorials/compiling_with_gnu_make.html.tmp"
rm -f "ocaml.org/learn/tutorials/common_error_messages.ja.html.tmp"
rm -f "ocaml.org/learn/tutorials/compiling_ocaml_projects.html.toc"
rm -f "ocaml.org/learn/tutorials/compiling_ocaml_projects.ja.html.toc"
rm -f "ocaml.org/learn/tutorials/compiling_with_gnu_make.html.toc"
rm -f "ocaml.org/learn/tutorials/common_error_messages.ja.html.toc"
rm -f "ocaml.org/learn/tutorials/compiling_with_gnu_make.ja.html.tmp"
rm -f "ocaml.org/learn/tutorials/common_error_messages.html.tmp"
rm -f "ocaml.org/learn/tutorials/compiling_with_gnu_make.ja.html.toc"
rm -f "ocaml.org/learn/tutorials/common_error_messages.html.toc"
rm -f "ocaml.org/learn/tutorials/filenames.html.tmp"
rm -f "ocaml.org/learn/tutorials/filenames.zh.html.tmp"
rm -f "ocaml.org/learn/tutorials/data_types_and_matching.zh.html.tmp"
rm -f "ocaml.org/learn/tutorials/filenames.html.toc"
rm -f "ocaml.org/learn/tutorials/filenames.zh.html.toc"
rm -f "ocaml.org/learn/tutorials/data_types_and_matching.zh.html.toc"
rm -f "ocaml.org/learn/tutorials/file_manipulation.html.tmp"
rm -f "ocaml.org/learn/tutorials/file_manipulation.ja.html.tmp"
rm -f "ocaml.org/learn/tutorials/file_manipulation.zh.html.tmp"
rm -f "ocaml.org/learn/tutorials/file_manipulation.html.toc"
rm -f "ocaml.org/learn/tutorials/data_types_and_matching.it.html.tmp"
rm -f "ocaml.org/learn/tutorials/dev_tools.html.tmp"
rm -f "ocaml.org/learn/tutorials/file_manipulation.ja.html.toc"
rm -f "ocaml.org/learn/tutorials/file_manipulation.zh.html.toc"
rm -f "ocaml.org/learn/tutorials/data_types_and_matching.it.html.toc"
rm -f "ocaml.org/learn/tutorials/data_types_and_matching.fr.html.tmp"
rm -f "ocaml.org/learn/tutorials/data_types_and_matching.html.tmp"
rm -f "ocaml.org/learn/tutorials/dev_tools.html.toc"
rm -f "ocaml.org/learn/tutorials/data_types_and_matching.ja.html.tmp"
rm -f "ocaml.org/learn/tutorials/debug.html.tmp"
rm -f "ocaml.org/learn/tutorials/data_types_and_matching.fr.html.toc"
rm -f "ocaml.org/learn/tutorials/data_types_and_matching.html.toc"
rm -f "ocaml.org/learn/tutorials/data_types_and_matching.ja.html.toc"
rm -f "ocaml.org/learn/tutorials/debug.html.toc"
rm -f "ocaml.org/learn/tutorials/humor_proof.html.tmp"
rm -f "ocaml.org/learn/tutorials/humor_proof.html.toc"
rm -f "ocaml.org/learn/tutorials/hashtbl.ja.html.tmp"
rm -f "ocaml.org/learn/tutorials/format.html.tmp"
rm -f "ocaml.org/learn/tutorials/hashtbl.html.tmp"
rm -f "ocaml.org/learn/tutorials/format.fr.html.tmp"
rm -f "ocaml.org/learn/tutorials/garbage_collection.ja.html.tmp"
rm -f "ocaml.org/learn/tutorials/hashtbl.ja.html.toc"
rm -f "ocaml.org/learn/tutorials/format.html.toc"
rm -f "ocaml.org/learn/tutorials/hashtbl.html.toc"
rm -f "ocaml.org/learn/tutorials/functional_programming.fr.html.tmp"
rm -f "ocaml.org/learn/tutorials/index.de.html.tmp"
rm -f "ocaml.org/learn/tutorials/format.fr.html.toc"
rm -f "ocaml.org/learn/tutorials/garbage_collection.ja.html.toc"
rm -f "ocaml.org/learn/tutorials/index.fr.html.tmp"
++ Building the package infos: rm -f "ocaml.org/learn/tutorials/functional_programming.html.tmp"
rm -f "ocaml.org/learn/tutorials/functional_programming.fr.html.toc"
++ Building the package infos: 162 /2189rm -f "ocaml.org/learn/tutorials/index.de.html.toc"
rm -f "ocaml.org/learn/tutorials/index.ja.html.tmp"
rm -f "ocaml.org/learn/tutorials/functional_programming.ja.html.tmp"
rm -f "ocaml.org/learn/tutorials/index.ko.html.tmp"
++ Building therm -f "ocaml.org/learn/tutorials/index.fr.html.toc"
++ Building therm -f "ocaml.org/learn/tutorials/index.it.html.tmp"
rm -f "ocaml.org/learn/tutorials/functional_programming.ja.html.toc"
rm -f "ocaml.org/learn/tutorials/index.ja.html.toc"
rm -f "ocaml.org/learn/tutorials/functional_programming.html.toc"
rm -f "ocaml.org/learn/tutorials/if_statements_loops_and_recursion.fr.html.tmp"
rm -f "ocaml.org/learn/tutorials/index.ko.html.toc"
rm -f "ocaml.org/learn/tutorials/index.html.tmp"
rm -f "ocaml.org/learn/tutorials/functional_programming.it.html.tmp"
rm -f "ocaml.org/learn/tutorials/guidelines.html.tmp"
++ Building the package infos: 261 /2189rm -f "ocaml.org/learn/tutorials/index.zh.html.tmp"
rm -f "ocaml.org/learn/tutorials/functional_programming.zh.html.tmp"
++ Building the package infos: 265 /2189rm -f "ocaml.org/learn/tutorials/index.it.html.toc"
rm -f "ocaml.org/learn/tutorials/if_statements_loops_and_recursion.fr.html.toc"
rm -f "ocaml.org/learn/tutorials/index.html.toc"
rm -f "ocaml.org/learn/tutorials/functional_programming.it.html.toc"
rm -f "ocaml.org/learn/tutorials/guidelines.html.toc"
rm -f "ocaml.org/learn/tutorials/index.zh.html.toc"
rm -f "ocaml.org/learn/tutorials/functional_programming.zh.html.toc"
++ Building the package infos: 539 /2189rm -f "ocaml.org/learn/tutorials/map.html.tmp"
++ Building the package infos: 682 /2189rm -f "ocaml.org/learn/tutorials/map.ja.html.tmp"
++ Building the package infos: 779 /2189rm -f "ocaml.org/learn/tutorials/map.html.toc"
++ Building the package infos: 806 /2189rm -f "ocaml.org/learn/tutorials/map.ja.html.toc"
++ Building therm -f "ocaml.org/learn/tutorials/introduction_to_gtk.html.tmp"
++ Building the package infos: 1261 /2189rm -f "ocaml.org/learn/tutorials/modules.ja.html.tmp"
++ Building the package infos: 1267 /2189rm -f "ocaml.org/learn/tutorials/performance_and_profiling_discussion.html.tmp"
++ Building the package infos: 1313 /2189rm -f "ocaml.org/learn/tutorials/labels.ja.html.tmp"
rm -f "ocaml.org/learn/tutorials/introduction_to_gtk.html.toc"
++ Building the package infos: 1330 /2189rm -f "ocaml.org/learn/tutorials/modules.fr.html.tmp"
++ Building therm -f "ocaml.org/learn/tutorials/modules.ja.html.toc"
rm -f "ocaml.org/learn/tutorials/performance_and_profiling_discussion.html.toc"
++ Building the package infos: 1364 /2189rm -f "ocaml.org/learn/tutorials/labels.ja.html.toc"
rm -f "ocaml.org/learn/tutorials/modules.html.tmp"
++ Building therm -f "ocaml.org/learn/tutorials/null_pointers_asserts_and_warnings.it.html.tmp"
rm -f "ocaml.org/learn/tutorials/modules.fr.html.toc"
rm -f "ocaml.org/learn/tutorials/99problems.html.tmp"
++ Building the package infos: 1408 /2189rm -f "ocaml.org/learn/tutorials/null_pointers_asserts_and_warnings.ja.html.tmp"
rm -f "ocaml.org/learn/tutorials/modules.html.toc"
rm -f "ocaml.org/learn/tutorials/null_pointers_asserts_and_warnings.html.tmp"
++ Building the package infos: 1427 /2189rm -f "ocaml.org/learn/tutorials/modules.zh.html.tmp"
++ Building the package infos: 1430 /2189rm -f "ocaml.org/learn/tutorials/standard_library_examples.ja.html.tmp"
++ Building the package infos: 1463 /2189rm -f "ocaml.org/learn/tutorials/null_pointers_asserts_and_warnings.it.html.toc"
rm -f "ocaml.org/learn/tutorials/99problems.html.toc"
++ Building the package infos: 1485 /2189rm -f "ocaml.org/learn/tutorials/ocaml_and_the_web.ja.html.tmp"
++ Building the package infos: 1550 /2189rm -f "ocaml.org/learn/tutorials/standard_library_examples.html.tmp"
++ Building the package infos: 1577 /2189rm -f "ocaml.org/learn/tutorials/null_pointers_asserts_and_warnings.ja.html.toc"
rm -f "ocaml.org/learn/tutorials/null_pointers_asserts_and_warnings.zh.html.tmp"
++ Building the package infos: 1578 /2189rm -f "ocaml.org/learn/tutorials/standard_library_examples.zh.html.tmp"
++ Building the package infos: 1604 /2189rm -f "ocaml.org/learn/tutorials/null_pointers_asserts_and_warnings.zh.html.toc"
++ Building the package infos: 1619 /2189rm -f "ocaml.org/learn/tutorials/standard_library_examples.html.toc"
++ Building the package infos: 1620 /2189rm -f "ocaml.org/learn/tutorials/ocaml_and_the_web.ja.html.toc"
++ Building the package infos: 1621 /2189rm -f "ocaml.org/learn/tutorials/standard_library_examples.ja.html.toc"
rm -f "ocaml.org/learn/tutorials/modules.zh.html.toc"
++ Building the package infos: 1622 /2189rm -f "ocaml.org/learn/tutorials/null_pointers_asserts_and_warnings.html.toc"
++ Building the package infos: 1713 /2189rm -f "ocaml.org/learn/tutorials/if_statements_loops_and_recursion.it.html.tmp"
rm -f "ocaml.org/learn/tutorials/standard_library_examples.zh.html.toc"
rm -f "ocaml.org/learn/tutorials/set.html.tmp"
rm -f "ocaml.org/learn/tutorials/set.ja.html.tmp"
++ Building the package infos: 1733 /2189rm -f "ocaml.org/learn/tutorials/if_statements_loops_and_recursion.it.html.toc"
++ Building the package infos: 1735 /2189rm -f "ocaml.org/learn/tutorials/set.html.toc"
rm -f "ocaml.org/learn/tutorials/set.ja.html.toc"
rm -f "ocaml.org/learn/tutorials/performance_and_profiling.ja.html.tmp"
rm -f "ocaml.org/learn/tutorials/performance_and_profiling.ja.html.toc"
rm -f "ocaml.org/learn/tutorials/performance_and_profiling.html.tmp"
rm -f "ocaml.org/learn/tutorials/performance_and_profiling.html.toc"
rm -f "ocaml.org/learn/tutorials/objects.ja.html.tmp"
rm -f "ocaml.org/meetings/index.html.tmp"
++ Building the package infos: 1741 /2189rm -f "ocaml.org/learn/tutorials/if_statements_loops_and_recursion.ja.html.tmp"
rm -f "ocaml.org/learn/tutorials/objects.ja.html.toc"
rm -f "ocaml.org/learn/tutorials/if_statements_loops_and_recursion.ko.html.tmp"
rm -f "ocaml.org/meetings/index.html.toc"
++ Building the package infos: 1782 /2189rm -f "ocaml.org/learn/tutorials/pointers.html.tmp"
++ Building the package infos: 1783 /2189rm -f "ocaml.org/learn/tutorials/if_statements_loops_and_recursion.ja.html.toc"
++ Building the package infos: 1784 /2189rm -f "ocaml.org/learn/tutorials/if_statements_loops_and_recursion.ko.html.toc"
++ Building the package infos: 1809 /2189rm -f "ocaml.org/learn/tutorials/objects.html.tmp"
++ Building the package infos: 1840 /2189rm -f "ocaml.org/learn/tutorials/pointers.html.toc"
++ Building the package infos: 1898 /2189rm -f "ocaml.org/learn/tutorials/if_statements_loops_and_recursion.html.tmp"
++ Building the package infos: 1906 /2189rm -f "ocaml.org/learn/tutorials/if_statements_loops_and_recursion.html.toc"
++ Building the package infos: 1928 /2189rm -f "ocaml.org/learn/tutorials/objects.html.toc"
++ Building the package infos: 1963 /2189rm -f "ocaml.org/learn/tutorials/structure_of_ocaml_programs.ko.html.tmp"
rm -f "ocaml.org/meetings/ocaml/2013/program.html.tmp"
rm -f "ocaml.org/meetings/index.fr.html.tmp"
++ Building therm -f "ocaml.org/learn/tutorials/stream_expressions.html.tmp"
++ Building the package infos: 2012 /2189rm -f "ocaml.org/learn/tutorials/stream_expressions.html.toc"
rm -f "ocaml.org/meetings/index.fr.html.toc"
rm -f "ocaml.org/meetings/ocaml/2013/program.html.toc"
rm -f "ocaml.org/learn/tutorials/structure_of_ocaml_programs.ko.html.toc"
rm -f "ocaml.org/learn/tutorials/structure_of_ocaml_programs.ja.html.tmp"
++ Building the package infos: 2039 /2189rm -f "ocaml.org/learn/tutorials/structure_of_ocaml_programs.ja.html.toc"
++ Building the package infos: 2060 /2189rm -f "ocaml.org/meetings/ocaml/2014/cfp.html.tmp"
++ Building the package infos: 2061 /2189rm -f "ocaml.org/learn/tutorials/structure_of_ocaml_programs.zh.html.tmp"
++ Building the package infos: 2089 /2189rm -f "ocaml.org/learn/tutorials/structure_of_ocaml_programs.zh.html.toc"
rm -f "ocaml.org/meetings/ocaml/2014/cfp.html.toc"
rm -f "ocaml.org/learn/tutorials/structure_of_ocaml_programs.fr.html.tmp"
++ Building the package infos: 2101 /2189rm -f "ocaml.org/meetings/ocaml/2008/index.html.tmp"
++ Building the package infos: 2104 /2189rm -f "ocaml.org/learn/tutorials/structure_of_ocaml_programs.fr.html.toc"
++ Building the package infos: 2105 /2189rm -f "ocaml.org/meetings/ocaml/2008/index.html.toc"
++ Building the package infos: 2110 /2189rm -f "ocaml.org/meetings/ocaml/2011/index.html.tmp"
++ Building the package infos: 2113 /2189rm -f "ocaml.org/learn/tutorials/structure_of_ocaml_programs.html.tmp"
++ Building the package infos: 2117 /2189rm -f "ocaml.org/learn/tutorials/structure_of_ocaml_programs.html.toc"
++ Building the package infos: 2118 /2189rm -f "ocaml.org/meetings/ocaml/2011/index.html.toc"
++ Building the package infos: 2129 /2189rm -f "ocaml.org/meetings/ocaml/2009/index.html.tmp"
++ Building the package infos: 2130 /2189rm -f "ocaml.org/learn/tutorials/structure_of_ocaml_programs.it.html.tmp"
++ Building the package infos: 2162 /2189rm -f "ocaml.org/learn/tutorials/structure_of_ocaml_programs.it.html.toc"
rm -f "ocaml.org/meetings/ocaml/2009/index.html.toc"
++ Building the package infos: 2189 /2189
rm -f "ocaml.org/learn/tutorials/streams.html.tmp"
rm -f "ocaml.org/meetings/ocaml/2014/index.html.tmp"
rm -f "ocaml.org/meetings/ocaml/2014/index.html.toc"
rm -f "ocaml.org/learn/tutorials/streams.html.toc"
rm template/front_code_snippet.html template/learn_code_snippet.html
make[2]: *** [gen_md] Error 2
make[1]: *** [staging] Error 2
make: *** [local] Error 2
amirmacbook:ocaml.org amir$ make -j
make staging
make gen_md gen_html SET_STAGING='-set staging'
make[3]: `ocaml.org/about.html' is up to date.
make[3]: `ocaml.org/caml-light/faq.html' is up to date.
make[3]: `ocaml.org/caml-light/index.html' is up to date.
make[3]: `ocaml.org/caml-light/license.html' is up to date.
make[3]: `ocaml.org/meetings/ocaml/index.html' is up to date.
make[3]: `ocaml.org/caml-light/releases/0.75.html' is up to date.
make[3]: `ocaml.org/community/announcements/CompCert_award.html' is up to date.
make[3]: `ocaml.org/community/index.fr.html' is up to date.
make[3]: `ocaml.org/community/index.html' is up to date.
make[3]: `ocaml.org/community/mailing_lists.fr.html' is up to date.
make[3]: `ocaml.org/community/mailing_lists.html' is up to date.
make[3]: `ocaml.org/community/media.html' is up to date.
make[3]: `ocaml.org/community/planet/index.html' is up to date.
make[3]: `ocaml.org/community/planet/syndication.html' is up to date.
make[3]: `ocaml.org/community/planet.html' is up to date.
make[3]: `ocaml.org/community/support.fr.html' is up to date.
make[3]: `ocaml.org/community/support.html' is up to date.
make[3]: `ocaml.org/contributors.fr.html' is up to date.
make[3]: `ocaml.org/contributors.html' is up to date.
make[3]: `ocaml.org/docs/cheat_sheets.html' is up to date.
make[3]: `ocaml.org/docs/consortium-license.html' is up to date.
make[3]: `ocaml.org/docs/index.fr.html' is up to date.
make[3]: `ocaml.org/docs/index.html' is up to date.
make[3]: `ocaml.org/docs/install.fr.html' is up to date.
make[3]: `ocaml.org/docs/install.html' is up to date.
make[3]: `ocaml.org/docs/license.fr.html' is up to date.
make[3]: `ocaml.org/docs/license.html' is up to date.
make[3]: `ocaml.org/docs/logos.html' is up to date.
make[3]: `ocaml.org/docs/papers.html' is up to date.
cat "template/front_code_snippet.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o template/front_code_snippet.html
cat "template/learn_code_snippet.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o template/learn_code_snippet.html
mkdir -p "ocaml.org"
mkdir -p "ocaml.org"
mkdir -p "ocaml.org/learn"
mkdir -p "ocaml.org/learn"
if grep -q '*Table of contents*' "site/index.fr.md" ; then make -f Makefile.from_md "ocaml.org/index.fr.html.toc" ; fi
if grep -q '*Table of contents*' "site/index.md" ; then make -f Makefile.from_md "ocaml.org/index.html.toc" ; fi
mkdir -p "ocaml.org/learn"
if grep -q '*Table of contents*' "site/learn/books.md" ; then make -f Makefile.from_md "ocaml.org/learn/books.html.toc" ; fi
mkdir -p "ocaml.org/learn"
make -f Makefile.from_md "ocaml.org/index.html.tmp"
if grep -q '*Table of contents*' "site/learn/companies.md" ; then make -f Makefile.from_md "ocaml.org/learn/companies.html.toc" ; fi
mkdir -p "ocaml.org/learn"
if grep -q '*Table of contents*' "site/learn/description.md" ; then make -f Makefile.from_md "ocaml.org/learn/description.html.toc" ; fi
make -f Makefile.from_md "ocaml.org/index.fr.html.tmp"
mkdir -p "ocaml.org/learn"
if grep -q '*Table of contents*' "site/learn/faq.md" ; then make -f Makefile.from_md "ocaml.org/learn/faq.html.toc" ; fi
mkdir -p "ocaml.org/learn"
if grep -q '*Table of contents*' "site/learn/history.fr.md" ; then make -f Makefile.from_md "ocaml.org/learn/history.fr.html.toc" ; fi
make -f Makefile.from_md "ocaml.org/learn/companies.html.tmp"
mkdir -p "ocaml.org/learn"
sed -e 's|\*Table of contents\*||g' "site/index.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/index.html.tmp"
if grep -q '*Table of contents*' "site/learn/index.fr.md" ; then make -f Makefile.from_md "ocaml.org/learn/index.fr.html.toc" ; fi
if grep -q '*Table of contents*' "site/learn/history.md" ; then make -f Makefile.from_md "ocaml.org/learn/history.html.toc" ; fi
omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -otoc -ts 0 "site/learn/books.md" -o "ocaml.org/learn/books.html.toc"
mkdir -p "ocaml.org/learn"
make -f Makefile.from_md "ocaml.org/learn/history.fr.html.tmp"
sed -e 's|\*Table of contents\*||g' "site/index.fr.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/index.fr.html.tmp"
omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -otoc -ts 0 "site/learn/description.md" -o "ocaml.org/learn/description.html.toc"
mkdir -p "ocaml.org/learn"
if grep -q '*Table of contents*' "site/learn/libraries.md" ; then make -f Makefile.from_md "ocaml.org/learn/libraries.html.toc" ; fi
make -f Makefile.from_md "ocaml.org/learn/index.fr.html.tmp"
if grep -q '*Table of contents*' "site/learn/index.md" ; then make -f Makefile.from_md "ocaml.org/learn/index.html.toc" ; fi
make -f Makefile.from_md "ocaml.org/learn/books.html.tmp"
omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -otoc -ts 0 "site/learn/faq.md" -o "ocaml.org/learn/faq.html.toc"
sed -e 's|\*Table of contents\*||g' "site/learn/companies.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/learn/companies.html.tmp"
sed -e 's|\*Table of contents\*||g' "site/learn/history.fr.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/learn/history.fr.html.tmp"
mkdir -p "ocaml.org/learn"
omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -otoc -ts 0 "site/learn/history.md" -o "ocaml.org/learn/history.html.toc"
sed -e 's|\*Table of contents\*||g' "site/learn/books.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/learn/books.html.tmp"
sed -e 's|\*Table of contents\*||g' "site/learn/index.fr.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/learn/index.fr.html.tmp"
if grep -q '*Table of contents*' "site/learn/success.fr.md" ; then make -f Makefile.from_md "ocaml.org/learn/success.fr.html.toc" ; fi
make -f Makefile.from_md "ocaml.org/learn/index.html.tmp"
make -f Makefile.from_md "ocaml.org/learn/libraries.html.tmp"
if grep -q '*Table of contents*' "site/learn/portability.md" ; then make -f Makefile.from_md "ocaml.org/learn/portability.html.toc" ; fi
if [ -f "ocaml.org/learn/history.fr.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/history.fr.md" -set "page=ocaml.org/learn/history.fr.html.tmp" -set "toc=ocaml.org/learn/history.fr.html.toc" template/main.mpp -o "ocaml.org/learn/history.fr.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/history.fr.md" -set "page=ocaml.org/learn/history.fr.html.tmp" template/main.mpp -o "ocaml.org/learn/history.fr.html" ; \
fi
make -f Makefile.from_md "ocaml.org/learn/history.html.tmp"
if [ -f "ocaml.org/learn/companies.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/companies.md" -set "page=ocaml.org/learn/companies.html.tmp" -set "toc=ocaml.org/learn/companies.html.toc" template/main.mpp -o "ocaml.org/learn/companies.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/companies.md" -set "page=ocaml.org/learn/companies.html.tmp" template/main.mpp -o "ocaml.org/learn/companies.html" ; \
fi
if [ -f "ocaml.org/learn/index.fr.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/index.fr.md" -set "page=ocaml.org/learn/index.fr.html.tmp" -set "toc=ocaml.org/learn/index.fr.html.toc" template/main.mpp -o "ocaml.org/learn/index.fr.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/index.fr.md" -set "page=ocaml.org/learn/index.fr.html.tmp" template/main.mpp -o "ocaml.org/learn/index.fr.html" ; \
fi
make -f Makefile.from_md "ocaml.org/learn/faq.html.tmp"
if [ -f "ocaml.org/index.fr.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/index.fr.md" -set "page=ocaml.org/index.fr.html.tmp" -set "toc=ocaml.org/index.fr.html.toc" template/main.mpp -o "ocaml.org/index.fr.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/index.fr.md" -set "page=ocaml.org/index.fr.html.tmp" template/main.mpp -o "ocaml.org/index.fr.html" ; \
fi
make -f Makefile.from_md "ocaml.org/learn/description.html.tmp"
if [ -f "ocaml.org/index.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/index.md" -set "page=ocaml.org/index.html.tmp" -set "toc=ocaml.org/index.html.toc" template/main.mpp -o "ocaml.org/index.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/index.md" -set "page=ocaml.org/index.html.tmp" template/main.mpp -o "ocaml.org/index.html" ; \
fi
make -f Makefile.from_md "ocaml.org/learn/success.fr.html.tmp"
mkdir -p "ocaml.org/learn"
mkdir -p "ocaml.org/learn"
make -f Makefile.from_md "ocaml.org/learn/portability.html.tmp"
sed -e 's|\*Table of contents\*||g' "site/learn/libraries.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/learn/libraries.html.tmp"
if grep -q '*Table of contents*' "site/learn/success.md" ; then make -f Makefile.from_md "ocaml.org/learn/success.html.toc" ; fi
if [ -f "ocaml.org/learn/books.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/books.md" -set "page=ocaml.org/learn/books.html.tmp" -set "toc=ocaml.org/learn/books.html.toc" template/main.mpp -o "ocaml.org/learn/books.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/books.md" -set "page=ocaml.org/learn/books.html.tmp" template/main.mpp -o "ocaml.org/learn/books.html" ; \
fi
sed -e 's|\*Table of contents\*||g' "site/learn/index.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/learn/index.html.tmp"
sed -e 's|\*Table of contents\*||g' "site/learn/history.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/learn/history.html.tmp"
mkdir -p "ocaml.org/learn"
sed -e 's|\*Table of contents\*||g' "site/learn/description.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/learn/description.html.tmp"
if grep -q '*Table of contents*' "site/learn/taste.fr.md" ; then make -f Makefile.from_md "ocaml.org/learn/taste.fr.html.toc" ; fi
if [ -f "ocaml.org/learn/libraries.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/libraries.md" -set "page=ocaml.org/learn/libraries.html.tmp" -set "toc=ocaml.org/learn/libraries.html.toc" template/main.mpp -o "ocaml.org/learn/libraries.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/libraries.md" -set "page=ocaml.org/learn/libraries.html.tmp" template/main.mpp -o "ocaml.org/learn/libraries.html" ; \
fi
sed -e 's|\*Table of contents\*||g' "site/learn/faq.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/learn/faq.html.tmp"
sed -e 's|\*Table of contents\*||g' "site/learn/success.fr.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/learn/success.fr.html.tmp"
mkdir -p "ocaml.org/learn/tutorials"
mkdir -p "ocaml.org/learn/tutorials"
if grep -q '*Table of contents*' "site/learn/taste.md" ; then make -f Makefile.from_md "ocaml.org/learn/taste.html.toc" ; fi
if [ -f "ocaml.org/learn/history.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/history.md" -set "page=ocaml.org/learn/history.html.tmp" -set "toc=ocaml.org/learn/history.html.toc" template/main.mpp -o "ocaml.org/learn/history.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/history.md" -set "page=ocaml.org/learn/history.html.tmp" template/main.mpp -o "ocaml.org/learn/history.html" ; \
fi
if [ -f "ocaml.org/learn/index.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/index.md" -set "page=ocaml.org/learn/index.html.tmp" -set "toc=ocaml.org/learn/index.html.toc" template/main.mpp -o "ocaml.org/learn/index.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/index.md" -set "page=ocaml.org/learn/index.html.tmp" template/main.mpp -o "ocaml.org/learn/index.html" ; \
fi
omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -otoc -ts 0 "site/learn/success.md" -o "ocaml.org/learn/success.html.toc"
sed -e 's|\*Table of contents\*||g' "site/learn/portability.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/learn/portability.html.tmp"
mkdir -p "ocaml.org/learn/tutorials"
if grep -q '*Table of contents*' "site/learn/tutorials/99problems.md" ; then make -f Makefile.from_md "ocaml.org/learn/tutorials/99problems.html.toc" ; fi
if [ -f "ocaml.org/learn/success.fr.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/success.fr.md" -set "page=ocaml.org/learn/success.fr.html.tmp" -set "toc=ocaml.org/learn/success.fr.html.toc" template/main.mpp -o "ocaml.org/learn/success.fr.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/success.fr.md" -set "page=ocaml.org/learn/success.fr.html.tmp" template/main.mpp -o "ocaml.org/learn/success.fr.html" ; \
fi
mkdir -p "ocaml.org/learn/tutorials"
omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -otoc -ts 0 "site/learn/taste.fr.md" -o "ocaml.org/learn/taste.fr.html.toc"
if grep -q '*Table of contents*' "site/learn/tutorials/basics.fr.md" ; then make -f Makefile.from_md "ocaml.org/learn/tutorials/basics.fr.html.toc" ; fi
Downloading http://planet.ocaml.org/rss20.xml... done.
(using cache /var/folders/gd/bdnlf1ld21g4ynlctmqgml5h0000gn/T/ocamlorg-58b572cd68238dae1e7b458047db3e24, updated 0:24m29s ago).
if grep -q '*Table of contents*' "site/learn/tutorials/basics.de.md" ; then make -f Makefile.from_md "ocaml.org/learn/tutorials/basics.de.html.toc" ; fi
make -f Makefile.from_md "ocaml.org/learn/success.html.tmp"
if [ -f "ocaml.org/learn/description.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/description.md" -set "page=ocaml.org/learn/description.html.tmp" -set "toc=ocaml.org/leomd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -otoc -ts 0 "site/learn/taste.md" -o "ocaml.org/learn/taste.html.toc"
omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -otoc -ts 0 "site/learn/tutorials/99problems.md" -o "ocaml.org/learn/tutorials/99problems.html.toc"
omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -otoc -ts 0 "site/learn/tutorials/basics.fr.md" -o "ocaml.org/learn/tutorials/basics.fr.html.toc"
sed -e 's|\*Table of contents\*||g' "site/learn/success.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/learn/success.html.tmp"
omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -otoc -ts 0 "site/learn/tutorials/basics.de.md" -o "ocaml.org/learn/tutorials/basics.de.html.toc"
Downloading http://planet.ocaml.org/rss20.xml... done.
(using cache /var/folders/gd/bdnlf1ld21g4ynlctmqgml5h0000gn/T/ocamlorg-58b572cd68238dae1e7b458047db3e24, updated 0:24m29s ago).
arn/description.html.toc" template/main.mpp -o "ocaml.org/learn/description.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/description.md" -set "page=ocaml.org/learn/description.html.tmp" template/main.mpp -o "ocaml.org/learn/description.html" ; \
fi
***** STARTING OCAML TOPLEVEL ******
if grep -q '*Table of contents*' "site/learn/tutorials/basics.it.md" ; then make -f Makefile.from_md "ocaml.org/learn/tutorials/basics.it.html.toc" ; fi
make -f Makefile.from_md "ocaml.org/learn/taste.fr.html.tmp"
if [ -f "ocaml.org/learn/portability.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/portability.md" -set "page=ocaml.org/learn/portability.html.tmp" -set "toc=ocaml.org/learn/portability.html.toc" template/main.mpp -o "ocaml.org/learn/portability.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/portability.md" -set "page=ocaml.org/learn/portability.html.tmp" template/main.mpp -o "ocaml.org/learn/portability.html" ; \
fi
mkdir -p "ocaml.org/learn/tutorials"
make -f Makefile.from_md "ocaml.org/learn/taste.html.tmp"
mkdir -p "ocaml.org/learn/tutorials"
sed -e 's|\*Table of contents\*||g' "site/learn/taste.fr.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/learn/taste.fr.html.tmp"
if grep -q '*Table of contents*' "site/learn/tutorials/basics.ja.md" ; then make -f Makefile.from_md "ocaml.org/learn/tutorials/basics.ja.html.toc" ; fi
if [ -f "ocaml.org/learn/success.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/success.md" -set "page=ocaml.org/learn/success.html.tmp" -set "toc=ocaml.org/learn/success.html.toc" template/main.mpp -o "ocaml.org/learn/success.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/success.md" -set "page=ocaml.org/learn/suomd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -otoc -ts 0 "site/learn/tutorials/basics.it.md" -o "ocaml.org/learn/tutorials/basics.it.html.toc"
ccess.html.tmp" template/main.mpp -o "ocaml.org/learn/success.html" ; \
fi
if grep -q '*Table of contents*' "site/learn/tutorials/basics.ko.md" ; then make -f Makefile.from_md "ocaml.org/learn/tutorials/basics.ko.html.toc" ; fi
make -f Makefile.from_md "ocaml.org/learn/tutorials/basics.de.html.tmp"
make -f Makefile.from_md "ocaml.org/learn/tutorials/basics.fr.html.tmp"
sed -e 's|\*Table of contents\*||g' "site/learn/taste.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/learn/taste.html.tmp"
mkdir -p "ocaml.org/learn/tutorials"
mkdir -p "ocaml.org/learn/tutorials"
make -f Makefile.from_md "ocaml.org/learn/tutorials/basics.it.html.tmp"
mkdir -p "ocaml.org/learn/tutorials"
if grep -q '*Table of contents*' "site/learn/tutorials/basics.md" ; then make -f Makefile.from_md "ocaml.org/learn/tutorials/basics.html.toc" ; fi
omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -otoc -ts 0 "site/learn/tutorials/basics.ja.md" -o "ocaml.org/learn/tutorials/basics.ja.html.toc"
sed -e 's|\*Table of contents\*||g' "site/learn/tutorials/basics.de.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/learn/tutorials/basics.de.html.tmp"
sed -e 's|\*Table of contents\*||g' "site/learn/tutorials/basics.fr.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/learn/tutorials/basics.fr.html.tmp"
***** STARTING OCAML TOPLEVEL ******
mkdir -p "ocaml.org/learn/tutorials"
omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -otoc -ts 0 "site/learn/tutorials/basics.ko.md" -o "ocaml.org/learn/tutorials/basics.ko.html.toc"
if grep -q '*Table of contents*' "site/learn/tutorials/basics.zh.md" ; then make -f Makefile.from_md "ocaml.org/learn/tutorials/basics.zh.html.toc" ; fi
make -f Makefile.from_md "ocaml.org/learn/tutorials/99problems.html.tmp"
mkdir -p "ocaml.org/learn/tutorials/camlp4_3.10"
if grep -q '*Table of contents*' "site/learn/tutorials/calling_c_libraries.md" ; then make -f Makefile.from_md "ocaml.org/learn/tutorials/calling_c_libraries.html.toc" ; fi
make -f Makefile.from_md "ocaml.org/learn/tutorials/basics.ja.html.tmp"
mkdir -p "ocaml.org/learn/tutorials/camlp4_3.10"
sed -e 's|\*Table of contents\*||g' "site/learn/tutorials/basics.it.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/learn/tutorials/basics.it.html.tmp"
***** STARTING OCAML TOPLEVEL ******
mkdir -p "ocaml.org/learn/tutorials/camlp4_3.10"
make -f Makefile.from_md "ocaml.org/learn/tutorials/calling_c_libraries.html.tmp"
if grep -q '*Table of contents*' "site/learn/tutorials/camlp4_3.10/dynamic_functor_example.md" ; then make -f Makefile.from_md "ocaml.org/learn/tutorials/camlp4_3.10/dynamic_functor_example.html.toc" ; fi
if grep -q '*Table of contents*' "site/learn/tutorials/calling_fortran_libraries.md" ; then make -f Makefile.from_md "ocaml.org/learn/tutorials/calling_fortran_libraries.html.toc" ; fi
make -f Makefile.from_md "ocaml.org/learn/tutorials/basics.ko.html.tmp"
mkdir -p "ocaml.org/learn/tutorials/camlp4_3.10"
omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -otoc -ts 0 "site/learn/tutorials/basics.md" -o "ocaml.org/learn/tutorials/basics.html.toc"
if grep -q '*Table of contents*' "site/learn/tutorials/camlp4_3.10/dynamic_old_syntax.md" ; then make -f Makefile.from_md "ocaml.org/learn/tutorials/camlp4_3.10/dynamic_old_syntax.html.toc" ; fi
sed -e 's|\*Table of contents\*||g' "site/learn/tutorials/99problems.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/learn/tutorials/99problems.html.tmp"
***** STARTING OCAML TOPLEVEL ******
omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -otoc -ts 0 "site/learn/tutorials/basics.zh.md" -o "ocaml.org/learn/tutorials/basics.zh.html.toc"
sed -e 's|\*Table of contents\*||g' "site/learn/tutorials/basics.ja.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/learn/tutorials/basics.ja.html.tmp"
***** STARTING OCAML TOPLEVEL ******
mkdir -p "ocaml.org/learn/tutorials/camlp4_3.10"
make -f Makefile.from_md "ocaml.org/learn/tutorials/camlp4_3.10/dynamic_functor_example.html.tmp"
if grep -q '*Table of contents*' "site/learn/tutorials/camlp4_3.10/foreach_tutorial.md" ; then make -f Makefile.from_md "ocaml.org/learn/tutorials/camlp4_3.10/foreach_tutorial.html.toc" ; fi
mkdir -p "ocaml.org/learn/tutorials/camlp4_3.10"
make -f Makefile.from_md "ocaml.org/learn/tutorials/camlp4_3.10/dynamic_old_syntax.html.tmp"
if grep -q '*Table of contents*' "site/learn/tutorials/camlp4_3.10/index.md" ; then make -f Makefile.from_md "ocaml.org/learn/tutorials/camlp4_3.10/index.html.toc" ; fi
sed -e 's|\*Table of contents\*||g' "site/learn/tutorials/calling_c_libraries.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/learn/tutorials/calling_c_libraries.html.tmp"
mkdir -p "ocaml.org/learn/tutorials/camlp4_3.10"
sed -e 's|\*Table of contents\*||g' "site/learn/tutorials/basics.ko.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/learn/tutorials/basics.ko.html.tmp"
if grep -q '*Table of contents*' "site/learn/tutorials/camlp4_3.10/quick_non_extensible_example.md" ; then make -f Makefile.from_md "ocaml.org/learn/tutorials/camlp4_3.10/quick_non_extensible_example.html.toc" ; fi
***** STARTING OCAML TOPLEVEL ******
make -f Makefile.from_md "ocaml.org/learn/tutorials/basics.zh.html.tmp"
make -f Makefile.from_md "ocaml.org/learn/tutorials/basics.html.tmp"
omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -otoc -ts 0 "site/learn/tutorials/calling_fortran_libraries.md" -o "ocaml.org/learn/tutorials/calling_fortran_libraries.html.toc"
mkdir -p "ocaml.org/learn/tutorials"
if grep -q '*Table of contents*' "site/learn/tutorials/camlp4_3.10/static_functor_example.md" ; then make -f Makefile.from_md "ocaml.org/learn/tutorials/camlp4_3.10/static_functor_example.html.toc" ; fi
sed -e 's|\*Table of contents\*||g' "site/learn/tutorials/camlp4_3.10/dynamic_functor_example.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/learn/tutorials/camlp4_3.10/dynamic_functor_example.html.tmp"
mkdir -p "ocaml.org/learn/tutorials"
make -f Makefile.from_md "ocaml.org/learn/tutorials/camlp4_3.10/quick_non_extensible_example.html.tmp"
if grep -q '*Table of contents*' "site/learn/tutorials/camlp4_3.10/static_old_syntax.md" ; then make -f Makefile.from_md "ocaml.org/learn/tutorials/camlp4_3.10/static_old_syntax.html.toc" ; fi
if [ -f "ocaml.org/learn/tutorials/calling_c_libraries.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/calling_c_libraries.md" -set "page=ocaml.org/learn/tutorials/calling_c_libraries.html.tmp" -set "toc=ocaml.org/learn/tutorials/calling_c_libraries.html.toc" template/main.mpp -o "ocaml.org/learnomd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -otoc -ts 0 "site/learn/tutorials/camlp4_3.10/index.md" -o "ocaml.org/learn/tutorials/camlp4_3.10/index.html.toc"
omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -otoc -ts 0 "site/learn/tutorials/camlp4_3.10/foreach_tutorial.md" -o "ocaml.org/learn/tutorials/camlp4_3.10/foreach_tutorial.html.toc"
make[4]: `ocaml.org/learn/tutorials/camlp4_3.10/dynamic_old_syntax.html.tmp' is up to date.
sed -e 's|\*Table of contents\*||g' "site/learn/tutorials/basics.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/learn/tutorials/basics.html.tmp"
/tutorials/calling_c_libraries.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/calling_c_libraries.md" -set "page=ocaml.org/learn/tutorials/calling_c_libraries.html.tmp" template/main.mpp -o "ocaml.org/learn/tutorials/calling_c_libraries.html" ; \
fi
make -f Makefile.from_md "ocaml.org/learn/tutorials/camlp4_3.10/static_old_syntax.html.tmp"
if grep -q '*Table of contents*' "site/learn/tutorials/command-line_arguments.ja.md" ; then make -f Makefile.from_md "ocaml.org/learn/tutorials/command-line_arguments.ja.html.toc" ; fi
make -f Makefile.from_md "ocaml.org/learn/tutorials/camlp4_3.10/static_functor_example.html.tmp"
if grep -q '*Table of contents*' "site/learn/tutorials/camlp5.md" ; then make -f Makefile.from_md "ocaml.org/learn/tutorials/camlp5.html.toc" ; fi
if [ -f "ocaml.org/learn/tutorials/camlp4_3.10/dynamic_old_syntax.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/camlp4_3.10/dynamic_old_syntax.md" -set "page=ocaml.org/learn/tutorials/camlp4_3.10/dynamic_old_syntax.html.tmp" -set "toc=ocaml.org/learn/tutorials/camlp4_3.10/dynamic_old_syntax.html.toc" template/main.mpp -o "ocaml.orsed -e 's|\*Table of contents\*||g' "site/learn/tutorials/basics.zh.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/learn/tutorials/basics.zh.html.tmp"
g/learn/tutorials/camlp4_3.10/dynamic_old_syntax.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/camlp4_3.10/dynamic_old_syntax.md" -set "page=ocaml.org/learn/tutorials/camlp4_3.10/dynamic_old_syntax.html.tmp" template/main.mpp -o "ocaml.org/learn/tutorials/camlp4_3.10/dynamic_old_syntax.html" ; \
fi
make -f Makefile.from_md "ocaml.org/learn/tutorials/command-line_arguments.ja.html.tmp"
make -f Makefile.from_md "ocaml.org/learn/tutorials/calling_fortran_libraries.html.tmp"
***** STARTING OCAML TOPLEVEL ******
mkdir -p "ocaml.org/learn/tutorials"
make -f Makefile.from_md "ocaml.org/learn/tutorials/camlp5.html.tmp"
mkdir -p "ocaml.org/learn/tutorials"
sed -e 's|\*Table of contents\*||g' "site/learn/tutorials/camlp4_3.10/quick_non_extensible_example.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/learn/tutorials/camlp4_3.10/quick_non_extensible_example.html.tmp"
mkdir -p "ocaml.org/learn/tutorials"
if grep -q '*Table of contents*' "site/learn/tutorials/command-line_arguments.md" ; then make -f Makefile.from_md "ocaml.org/learn/tutorials/command-line_arguments.html.toc" ; fi
if [ -f "ocaml.org/learn/tutorials/camlp4_3.10/dynamic_functor_example.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/camlp4_3.10/dynamic_functor_example.md" -set "page=ocaml.org/learn/tutorials/camlp4_3.10/dynamic_functor_example.html.tmp" -set "toc=ocaml.org/learn/tutorials/camlp4_3.10/dynamic_functor_example.html.toc" template/main.mpp -o "ocaml.org/learn/tutorials/camlp4_3.10/dynamic_functor_example.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/camlp4_3.10/dynamic_functor_example.md" -set "page=ocaml.org/learn/tutorials/camlp4_3.10/dynamic_functor_example.html.tmp" template/main.mpp -o "ocaml.org/learn/tutorials/camlp4_3.10/dynamic_functor_example.html" ; \
fi
if grep -q '*Table of contents*' "site/learn/tutorials/command-line_arguments.zh.md" ; then make -f Makefile.from_md "ocaml.org/learn/tutorials/command-line_arguments.zh.html.toc" ; fi
make -f Makefile.from_md "ocaml.org/learn/tutorials/camlp4_3.10/index.html.tmp"
make -f Makefile.from_md "ocaml.org/learn/tutorials/camlp4_3.10/foreach_tutorial.html.tmp"
if [ -f "ocaml.org/learn/tutorials/basics.de.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/basics.de.md" -set "page=ocaml.org/learn/tutorials/basics.de.html.tmp" -set "toc=ocaml.org/learn/tutorials/basics.de.html.toc" template/main.mpp -o "ocaml.org/learn/tutorials/basics.de.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/basics.de.md" -set "page=ocaml.org/learn/tutorials/basics.de.html.tmp" template/main.mpp -o "ocaml.org/learn/tutorials/basics.de.html" ; \
fi
if grep -q '*Table of contents*' "site/learn/tutorials/common_error_messages.fr.md" ; then make -f Makefile.from_md "ocaml.org/learn/tutorials/common_error_messages.fr.html.toc" ; fi
sed -e 's|\*Table of contents\*||g' "site/learn/tutorials/camlp4_3.10/static_old_syntax.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/learn/tutorials/camlp4_3.10/static_old_syntax.html.tmp"
sed -e 's|\*Table of contents\*||g' "site/learn/tutorials/calling_fortran_libraries.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/learn/tutorials/calling_fortran_libraries.html.tmp"
sed -e 's|\*Table of contents\*||g' "site/learn/tutorials/camlp4_3.10/static_functor_example.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/learn/tutorials/camlp4_3.10/static_functor_example.html.tmp"
sed -e 's|\*Table of contents\*||g' "site/learn/tutorials/command-line_arguments.ja.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/learn/tutorials/command-line_arguments.ja.html.tmp"
sed -e 's|\*Table of contents\*||g' "site/learn/tutorials/camlp5.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/learn/tutorials/camlp5.html.tmp"
if [ -f "ocaml.org/learn/tutorials/basics.fr.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/basics.fr.md" -set "page=ocaml.org/learn/tutorials/basics.fr.html.tmp" -set "toc=ocaml.org/learn/tutorials/basics.fr.html.toc" template/main.mpp -o "ocaml.org/learn/tutorials/basics.fr.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/basics.fr.md" -set "page=ocaml.org/learn/tutorials/basics.fr.html.tmp" template/main.mpp -o "ocaml.org/learn/tutorials/basics.fr.html" ; \
fi
mkdir -p "ocaml.org/learn/tutorials"
make -f Makefile.from_md "ocaml.org/learn/tutorials/command-line_arguments.html.tmp"
if [ -f "ocaml.org/learn/tutorials/camlp4_3.10/quick_non_extensible_example.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/camlp4_3.10/quick_non_extensible_example.md" -set "page=ocaml.org/learn/tutorials/camlp4_3.10/quick_non_extensible_example.html.tmp" -set "toc=ocaml.org/learn/tutorials/camlp4_3.10/quick_non_extensible_example.html.toc" template/main.mpp -o "ocaml.org/learn/tutorials/camlp4_3.10/quick_non_extensible_example.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/camlp4_3.10/quick_non_extensible_example.md" -set "page=ocaml.org/learn/tutorials/camlp4_3.10/quick_non_extensible_example.html.tmp" template/main.mpp -o "ocaml.org/learn/tuto***** STARTING OCAML TOPLEVEL ******
rials/camlp4_3.10/quick_non_extensible_example.html" ; \
fi
make -f Makefile.from_md "ocaml.org/learn/tutorials/command-line_arguments.zh.html.tmp"
if [ -f "ocaml.org/learn/tutorials/basics.it.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/basics.it.md" -set "page=ocaml.org/learn/tutorials/basics.it.html.tmp" -set "toc=ocaml.org/learn/tutorials/basics.it.html.toc" template/main.mpp -o "ocaml.org/learn/tutorials/basics.it.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/basics.it.md" -set "page=ocaml.org/learn/tutorials/basics.it.html.tmp" template/main.mpp -o "ocaml.org/learn/tutorials/basics.it.html" ; \
fi
mkdir -p "ocaml.org/learn/tutorials"
if grep -q '*Table of contents*' "site/learn/tutorials/common_error_messages.ja.md" ; then make -f Makefile.from_md "ocaml.org/learn/tutorials/common_error_messages.ja.html.toc" ; fi
if [ -f "ocaml.org/learn/tutorials/camlp5.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/camlp5.md" -set "page=ocaml.org/learn/tutorials/camlp5.html.tmp" -set "toc=ocaml.org/learn/tutorials/camlp5.html.toc" template/main.mpp -o "ocaml.org/learn/tutorials/camlp5.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/camlp5.md" -set "page=ocaml.org/learn/tutorials/camlp5.html.tmp" template/main.mpp -o "ocaml.org/learn/tutorials/camlp5.html" ; \
fi
sed -e 's|\*Table of contents\*||g' "site/learn/tutorials/camlp4_3.10/foreach_tutorial.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/learn/tutorials/camlp4_3.10/foreach_tutorial.html.tmp"
if [ -f "ocaml.org/learn/tutorials/calling_fortran_libraries.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/calling_fortran_libraries.md" -set "page=ocaml.org/learn/tutorials/calling_fortran_libraries.html.tmp" -set "toc=ocaml.org/learn/tutorials/calling_fortran_libraries.html.toc" template/main.mpp -o "ocaml.org/learn/tutorials/calling_fortran_libraries.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/calling_fortran_libraries.md" -set "page=ocaml.org/learn/tutorials/calling_fortran_libraries.html.tmp" template/main.mpp -o "ocaml.org/learn/tutorials/calling_fortran_libraries.html" ; \
fi
sed -e 's|\*Table of contents\*||g' "site/learn/tutorials/camlp4_3.10/index.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/learn/tutorials/camlp4_3.10/index.html.tmp"
if [ -f "ocaml.org/learn/tutorials/camlp4_3.10/static_functor_example.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/camlp4_3.10/static_functor_example.md" -set "page=ocaml.org/learn/tutorials/camlp4_3.10/static_functor_example.html.tmp" -set "toc=ocaml.org/learn/tutorials/camlp4_3.10/static_functor_example.html.toc" template/main.mpp -o "ocaml.org/learn/tutorials/camlp4_3.10/static_functor_example.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/camlp4_3.10/static_functor_example.md" -set "page=ocaml.org/learn/tutorials/camlp4_3.10/static_functor_example.html.tmp" template/main.mpp -o "ocaml.org/learn/tutorials/camlp4_3.10/static_functor_example.html" ; \
fi
if [ -f "ocaml.org/learn/tutorials/camlp4_3.10/static_old_syntax.html.toc" ] ; then \
mpp -so '((!' -sc 'omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -otoc -ts 0 "site/learn/tutorials/common_error_messages.ja.md" -o "ocaml.org/learn/tutorials/common_error_messages.ja.html.toc"
omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -otoc -ts 0 "site/learn/tutorials/common_error_messages.fr.md" -o "ocaml.org/learn/tutorials/common_error_messages.fr.html.toc"
sed -e 's|\*Table of contents\*||g' "site/learn/tutorials/command-line_arguments.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/learn/tutorials/command-line_arguments.html.tmp"
sed -e 's|\*Table of contents\*||g' "site/learn/tutorials/command-line_arguments.zh.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/learn/tutorials/command-line_arguments.zh.html.tmp"
***** STARTING OCAML TOPLEVEL ******
!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/camlp4_3.10/static_old_syntax.md" -set "page=ocaml.org/learn/tutorials/camlp4_3.10/static_old_syntax.html.tmp" -set "toc=ocaml.org/learn/tutorials/camlp4_3.10/static_old_syntax.html.toc" template/main.mpp -o "ocaml.org/learn/tutorials/camlp4_3.10/static_old_syntax.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/camlp4_3.10/static_old_syntax.md" -set "page=ocaml.org/learn/tutorials/camlp4_3.10/static_old_syntax.html.tmp" template/main.mpp -o "ocaml.org/learn/tutorials/camlp4_3.10/static_old_syntax.html" ; \
fi
if grep -q '*Table of contents*' "site/learn/tutorials/common_error_messages.md" ; then make -f Makefile.from_md "ocaml.org/learn/tutorials/common_error_messages.html.toc" ; fi
if [ -f "ocaml.org/learn/tutorials/camlp4_3.10/index.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/camlp4_3.10/index.md" -set "page=ocaml.org/learn/tutorials/camlp4_3.10/index.html.tmp" -set "toc=ocaml.org/learn/tutorials/camlp4_3.10/index.html.toc" template/main.mpp -o "ocaml.org/learn/tutorials/camlp4_3.10/index.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/camlp4_3.10/index.md" -set "page=ocaml.org/learn/tutorials/camlp4_3.10/index.html.tmp" template/main.mpp -o "ocaml.org/learn/tutorials/camlp4_3.10/index.html" ; \
fi
if [ -f "ocaml.org/learn/tutorials/basics.ja.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/basics.ja.md" -set "page=ocaml.org/learn/tutorials/basics.ja.html.tmp" -set "toc=ocaml.org/learn/tutorials/basics.ja.html.toc" template/main.mpp -o "ocaml.org/learn/tutorials/basics.ja.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/basics.ja.md" -set "page=ocaml.org/learn/tutorials/basics.ja.html.tmp" template/main.mpp -o "ocaml.org/learn/tutorials/basics.ja.html" ; \
fi
***** STARTING OCAML TOPLEVEL ******
mkdir -p "ocaml.org/learn/tutorials"
mkdir -p "ocaml.org/learn/tutorials"
make -f Makefile.from_md "ocaml.org/learn/tutorials/common_error_messages.fr.html.tmp"
mkdir -p "ocaml.org/learn/tutorials"
make -f Makefile.from_md "ocaml.org/learn/tutorials/common_error_messages.ja.html.tmp"
***** STARTING OCAML TOPLEVEL ******
***** STARTING OCAML TOPLEVEL ******
***** STARTING OCAML TOPLEVEL ******
mkdir -p "ocaml.org/learn/tutorials"
if grep -q '*Table of contents*' "site/learn/tutorials/comparison_of_standard_containers.ja.md" ; then make -f Makefile.from_md "ocaml.org/learn/tutorials/comparison_of_standard_containers.ja.html.toc" ; fi
if [ -f "ocaml.org/learn/tutorials/basics.ko.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/basics.ko.md" -set "page=ocaml.org/learn/tutorials/basics.ko.html.tmp" -set "toc=ocaml.org/learn/tutorials/basics.ko.html.toc" template/main.mpp -o "ocaml.org/learn/tutorials/basics.ko.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/basics.ko.md" -set "page=ocaml.org/learn/tutorials/basics.ko.html.tmp" template/main.mpp -o "ocaml.org/learn/tutorials/basics.ko.html" ; \
fi
if [ -f "ocaml.org/learn/taste.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/taste.md" -set "page=ocaml.org/learn/taste.html.tmp" -set "toc=ocaml.org/learn/taste.html.toc" template/main.mpp -o "ocaml.org/learn/taste.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/taste.md" -set "page=ocaml.org/learn/taste.html.tmp" template/main.mpp -o "ocaml.org/learn/taste.html" ; \
fi
if grep -q '*Table of contents*' "site/learn/tutorials/comparison_of_standard_containers.md" ; then make -f Makefile.from_md "ocaml.org/learn/tutorials/comparison_of_standard_containers.html.toc" ; fi
if [ -f "ocaml.org/learn/taste.fr.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/taste.fr.md" -set "page=ocaml.org/learn/taste.fr.html.tmp" -set "toc=ocaml.org/learn/taste.fr.html.toc" template/main.mpp -o "ocaml.org/learn/taste.fr.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/taste.fr.md" -set "page=ocaml.org/learn/taste.fr.html.tmp" template/main.mpp -o "ocaml.org/learn/taste.fr.html" ; \
fi
omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -otoc -ts 0 "site/learn/tutorials/common_error_messages.md" -o "ocaml.org/learn/tutorials/common_error_messages.html.toc"
mkdir -p "ocaml.org/learn/tutorials"
if grep -q '*Table of contents*' "site/learn/tutorials/compiling_ocaml_projects.ja.md" ; then make -f Makefile.from_md "ocaml.org/learn/tutorials/compiling_ocaml_projects.ja.html.toc" ; fi
if [ -f "ocaml.org/learn/tutorials/basics.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/basics.md" -set "page=ocaml.org/learn/tutorials/basics.html.tmp" -set "toc=ocaml.org/learn/tutorials/basics.html.toc" template/main.mpp -o "ocaml.org/learn/tutorials/basics.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/basics.md" -set "page=ocaml.org/learn/tutorials/basics.html.tmp" template/main.mpp -o "ocaml.org/learn/tutorials/basics.html" ; \
fi
sed -e 's|\*Table of contents\*||g' "site/learn/tutorials/common_error_messages.fr.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtmlmkdir -p "ocaml.org/learn/tutorials"
if grep -q '*Table of contents*' "site/learn/tutorials/compiling_ocaml_projects.md" ; then make -f Makefile.from_md "ocaml.org/learn/tutorials/compiling_ocaml_projects.html.toc" ; fi
if [ -f "ocaml.org/learn/tutorials/basics.zh.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/basics.zh.md" -set "page=ocaml.org/learn/tutorials/basics.zh.html.tmp" -set "toc=ocaml.org/learn/tutorials/basics.zh.html.toc" template/main.mpp -o "ocaml.org/learn/tutorials/basics.zh.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/basics.zh.md" -set "page=ocaml.org/learn/tutorials/basics.zh.html.tmp" template/main.mpp -o "ocaml.org/learn/tutorials/basics.zh.html" ; \
fi
-r tryocaml=script/ocamlapplet.bash -o "ocaml.org/learn/tutorials/common_error_messages.fr.html.tmp"
***** STARTING OCAML TOPLEVEL ******
sed -e 's|\*Table of contents\*||g' "site/learn/tutorials/common_error_messages.ja.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/learn/tutorials/common_error_messages.ja.html.tmp"
mkdir -p "ocaml.org/learn/tutorials"
if grep -q '*Table of contents*' "site/learn/tutorials/compiling_with_gnu_make.ja.md" ; then make -f Makefile.from_md "ocaml.org/learn/tutorials/compiling_with_gnu_make.ja.html.toc" ; fi
make -f Makefile.from_md "ocaml.org/learn/tutorials/common_error_messages.html.tmp"
if [ -f "ocaml.org/learn/tutorials/command-line_arguments.ja.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/command-line_arguments.ja.md" -set "page=ocaml.org/learn/tutorials/command-line_arguments.ja.html.tmp" -set "toc=ocaml.org/learn/tutorials/command-line_arguments.ja.html.toc" template/main.mpp -o "ocaml.org/learn/tutorials/command-linemake[4]: `ocaml.org/learn/tutorials/comparison_of_standard_containers.ja.html.toc' is up to date.
_arguments.ja.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/command-line_arguments.ja.md" -set "page=ocaml.org/learn/tutorials/command-line_arguments.ja.html.tmp" template/main.mpp -o "ocaml.org/learn/tutorials/command-line_arguments.ja.html" ; \
fi
if grep -q '*Table of contents*' "site/learn/tutorials/compiling_with_gnu_make.md" ; then make -f Makefile.from_md "ocaml.org/learn/tutorials/compiling_with_gnu_make.html.toc" ; fi
omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -otoc -ts 0 "site/learn/tutorials/comparison_of_standard_containers.md" -o "ocaml.org/learn/tutorials/comparison_of_standard_containers.html.toc"
***** STARTING OCAML TOPLEVEL ******
mkdir -p "ocaml.org/learn/tutorials"
if grep -q '*Table of contents*' "site/learn/tutorials/compiling_with_omake.ja.md" ; then make -f Makefile.from_md "ocaml.org/learn/tutorials/compiling_with_omake.ja.html.toc" ; fi
make -f Makefile.from_md "ocaml.org/learn/tutorials/comparison_of_standard_containers.ja.html.tmp"
omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -otoc -ts 0 "site/learn/tutorials/compiling_ocaml_projects.ja.md" -o "ocaml.org/learn/tutorials/compiling_ocaml_projects.ja.html.toc"
mkdir -p "ocaml.org/learn/tutorials"
if [ -f "ocaml.org/learn/tutorials/command-line_arguments.zh.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/command-line_arguments.zh.md" -set "page=ocaml.org/learn/tutorials/command-line_arguments.zh.html.tmp" -set "toc=ocaml.org/learn/tutorials/command-line_arguments.zh.html.toc" template/main.mpp -o "ocaml.org/learn/tutorials/command-line_arguments.zh.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/command-line_arguments.zh.md" -set "page=ocaml.org/learn/tutorials/command-line_arguments.zh.html.tmp" template/main.mpp -o "ocaml.org/learn/tutorials/command-line_arguments.zh.html" ; \
fi
if [ -f "ocaml.org/learn/tutorials/command-line_arguments.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/command-line_arguments.md" -set "page=ocaml.org/learn/tutorials/command-line_arguments.html.tmp" -set "toc=ocaml.org/learn/tutorials/command-line_arguments.html.toc" template/main.mpp -o "ocaml.org/learn/tutorials/command-line_arguments.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/command-line_arguments.md" -set "page=ocaml.org/learn/tutorials/command-line_arguments.html.tmp" template/main.mpp -o "ocaml.org/learn/tutorials/command-line_arguments.html" ; \
fi
omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -otoc -ts 0 "site/learn/tutorials/compiling_ocaml_projects.md" -o "ocaml.org/learn/tutorials/compiling_ocaml_projects.html.toc"
sed -e 's|\*Table of contents\*||g' "site/learn/tutorials/common_error_messages.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/learn/tutorials/common_error_messages.html.tmp"
mkdir -p "ocaml.org/learn/tutorials"
make -f Makefile.from_md "ocaml.org/learn/tutorials/compiling_with_omake.ja.html.tmp"
if grep -q '*Table of contents*' "site/learn/tutorials/compiling_with_omake.md" ; then make -f Makefile.from_md "ocaml.org/learn/tutorials/compiling_with_omake.html.toc" ; fi
make -f Makefile.from_md "ocaml.org/learn/tutorials/comparison_of_standard_containers.html.tmp"
omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -otoc -ts 0 "site/learn/tutorials/compiling_with_gnu_make.ja.md" -o "ocaml.org/learn/tutorials/compiling_with_gnu_make.ja.html.toc"
mkdir -p "ocaml.org/learn/tutorials"
***** STARTING OCAML TOPLEVEL ******
if grep -q '*Table of contents*' "site/learn/tutorials/data_types_and_matching.fr.md" ; then make -f Makefile.from_md "ocaml.org/learn/tutorials/data_types_and_matching.fr.html.toc" ; fi
make -f Makefile.from_md "ocaml.org/learn/tutorials/compiling_ocaml_projects.ja.html.tmp"
if [ -f "ocaml.org/learn/faq.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/faq.md" -set "page=ocaml.org/learn/faq.html.tmp" -set "toc=ocaml.org/learn/faq.html.toc" template/main.mpp -o "ocaml.org/learn/faq.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/faq.md" -set "page=ocaml.org/learn/faq.html.tmp" template/main.mpp -o "ocaml.org/learn/faq.html" ; \
fi
***** STARTING OCAML TOPLEVEL ******
omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -otoc -ts 0 "site/learn/tutorials/compiling_with_gnu_make.md" -o "ocaml.org/learn/tutorials/compiling_with_gnu_make.html.toc"
mkdir -p "ocaml.org/learn/tutorials"
make -f Makefile.from_md "ocaml.org/learn/tutorials/compiling_with_omake.html.tmp"
if grep -q '*Table of contents*' "site/learn/tutorials/data_types_and_matching.it.md" ; then make -f Makefile.from_md "ocaml.org/learn/tutorials/data_types_and_matching.it.html.toc" ; fi
make -f Makefile.from_md "ocaml.org/learn/tutorials/compiling_ocaml_projects.html.tmp"
make[4]: `ocaml.org/learn/tutorials/comparison_of_standard_containers.ja.html.tmp' is up to date.
mkdir -p "ocaml.org/learn/tutorials"
if grep -q '*Table of contents*' "site/learn/tutorials/data_types_and_matching.ja.md" ; then make -f Makefile.from_md "ocaml.org/learn/tutorials/data_types_and_matching.ja.html.toc" ; fi
if [ -f "ocaml.org/learn/tutorials/comparison_of_standard_containers.ja.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/comparison_of_standard_containers.ja.md" -set "page=ocaml.org/learn/tutorials/comparison_of_standard_containers.ja.html.tmp" -set "toc=ocaml.org/learn/tutorials/comparison_of_standard_containers.ja.html.toc" template/main.mpp -o "ocaml.org/learn/tutorials/comparison_of_standard_containers.ja.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/comparison_of_standard_containers.ja.md" -set "page=ocaml.org/learn/tutorials/comparison_of_standard_containers.ja.html.tmp" template/main.mpp -o "ocaml.org/learn/tutorials/comparison_of_standard_containers.ja.html" ; \
fi
make -f Makefile.from_md "ocaml.org/learn/tutorials/compiling_with_gnu_make.ja.html.tmp"
sed -e 's|\*Table of contents\*||g' "site/learn/tutorials/comparison_of_standard_containers.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/learn/tutorials/comparison_of_standard_containers.html.tmp"
sed -e 's|\*Table of contents\*||g' "site/learn/tutorials/compiling_with_omake.ja.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/learn/tutorials/compiling_with_omake.ja.html.tmp"
mkdir -p "ocaml.org/learn/tutorials"
if grep -q '*Table of contents*' "site/learn/tutorials/data_types_and_matching.md" ; then make -f Makefile.from_md "ocaml.org/learn/tutorials/data_types_and_matching.html.toc" ; fi
make -f Makefile.from_md "ocaml.org/learn/tutorials/compiling_with_gnu_make.html.tmp"
Code_top.toploop_eval: the following error was raised during error reporting for "for s in List [\"hello\"; \"world\"] do print_endline s; () done\n;;" (normal if the problem occurred during preprocessing):
Pervasives.Exit
Error backtrace: (Program not linked with -g, cannot print stack backtrace)
stdout: ""
stderr: "File \"\", line 1, characters 36-55:\nError: Failure: \"expr; expr: not allowed here, use do {...} or [|...|] to surround them\"\n"
***** STARTING OCAML TOPLEVEL ******
sed -e 's|\*Table of contents\*||g' "site/learn/tutorials/compiling_ocaml_projects.ja.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/learn/tutorials/compiling_ocaml_projects.ja.html.tmp"
Code_top.toploop_eval: the following error was raised during error reporting for "for i = 0 to 5 do print_int i done\n;;" (normal if the problem occurred during preprocessing):
Pervasives.Exit
Error backtrace: (Program not linked with -g, cannot print stack backtrace)
stmkdir -p "ocaml.org/learn/tutorials"
if grep -q '*Table of contents*' "site/learn/tutorials/data_types_and_matching.zh.md" ; then make -f Makefile.from_md "ocaml.org/learn/tutorials/data_types_and_matching.zh.html.toc" ; fi
omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -otoc -ts 0 "site/learn/tutorials/data_types_and_matching.fr.md" -o "ocaml.org/learn/tutorials/data_types_and_matching.fr.html.toc"
dout: ""
stderr: "File \"\", line 1, characters 4-5:\nError: Parse error: [ipatt] or \"in\" expected (in [expr])\n"
sed -e 's|\*Table of contents\*||g' "site/learn/tutorials/compiling_with_omake.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/learn/tutorials/compiling_with_omake.html.tmp"
sed -e 's|\*Table of contents\*||g' "site/learn/tutorials/compiling_ocaml_projects.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/learn/tutorials/compiling_ocaml_projects.html.tmp"
mkdir -p "ocaml.org/learn/tutorials"
if grep -q '*Table of contents*' "site/learn/tutorials/debug.md" ; then make -f Makefile.from_md "ocaml.org/learn/tutorials/debug.html.toc" ; fi
if [ -f "ocaml.org/learn/tutorials/comparison_of_standard_containers.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/comparison_of_standard_containers.md" -set "page=ocaml.org/learn/tutorials/comparison_of_standard_containers.html.tmp" -set "toc=ocaml.org/learn/tutorials/comparison_of_standard_containers.html.toc" template/main.mpp -o "ocaml.org/learn/tutorials/comparison_of_standard_containers.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/comparison_of_standard_containers.md" -set "page=ocaml.org/learn/tutorials/comparison_of_standard_containers.html.tmp" template/main.mpp -o "ocaml.org/learn/tutorials/comparison_of_standard_containers.html" ; \
fi
if [ -f "ocaml.org/learn/tutorials/compiling_with_omake.ja.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/compiling_with_omake.ja.md" -set "page=ocaml.org/learn/tutorials/compiling_with_omake.ja.html.tmp" -set "toc=ocaml.org/learn/tutorials/compiling_with_omake.ja.html.toc" template/main.mpp -o "ocaml.org/learn/tutorials/compiling_with_omake.ja.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/compiling_with_omake.ja.md" -set "page=ocaml.org/learn/tutorials/compiling_with_omake.ja.html.tmp" template/main.mpp -o "ocaml.org/learn/tutorials/compiling_with_omake.ja.html" ; \
fi
omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -otoc -ts 0 "site/learn/tutorials/data_types_and_matching.it.md" -o "ocaml.org/learn/tutorials/data_types_and_matching.it.html.toc"
sed -e 's|\*Table of contents\*||g' "site/learn/tutorials/compiling_with_gnu_make.ja.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/learn/tutorials/compiling_with_gnu_make.ja.html.tmp"
mkdir -p "ocaml.org/learn/tutorials"
if grep -q '*Table of contents*' "site/learn/tutorials/dev_tools.md" ; then make -f Makefile.from_md "ocaml.org/learn/tutorials/dev_tools.html.toc" ; fi
if [ -f "ocaml.org/learn/tutorials/compiling_ocaml_projects.ja.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/compiling_ocaml_projects.ja.md" -set "page=ocaml.org/learn/tutorials/compiling_ocaml_projects.ja.html.tmp" -set "toc=ocaml.org/learn/tutorials/compiling_ocaml_projects.ja.html.toc" template/main.mpp -o "ocaml.org/learn/tutorials/compiling_ocaml_projects.ja.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/compiling_ocaml_projects.ja.md" -set "page=ocaml.org/learn/tutorials/compiling_ocaml_projects.ja.html.tmp" template/main.mpp -o "ocaml.org/learn/tutorials/compiling_ocaml_projects.ja.html" ; \
fi
if grep -q '*Table of contents*' "site/learn/tutorials/file_manipulation.ja.md" ; then make -f Makefile.from_md "ocaml.org/learn/tutorials/file_manipulation.ja.html.toc" ; fi
if [ -f "ocaml.org/learn/tutorials/compiling_ocaml_projects.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/compiling_ocaml_projects.md" -set "page=ocaml.org/learn/tutorials/compiling_ocaml_projects.html.tmp" -set "toc=ocaml.org/learn/tutorials/compiling_ocaml_projects.html.toc" template/main.mpp -o "ocaml.org/learn/tutorials/compiling_ocaml_projects.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/compiling_ocaml_projects.md" -set "page=ocaml.org/learn/tutorials/compiling_ocaml_projects.html.tmp" template/main.mpp -o "ocaml.org/learn/tutorials/compiling_ocaml_projects.html" ; \
fi
if [ -f "ocaml.org/learn/tutorials/compiling_with_omake.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/compiling_with_omake.md" -set "page=ocaml.org/learn/tutorials/compiling_with_omake.html.tmp" -set "toc=ocaml.org/learn/tutorials/compiling_with_omake.html.toc" template/main.mpp -o "ocaml.org/learn/tutorials/compiling_with_omake.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/compiling_with_omake.md" -set "page=ocaml.org/learn/tutorials/compiling_with_omake.html.tmp" template/main.mpp -o "ocaml.org/learn/tutorials/compiling_with_omake.html" ; \
fi
make -f Makefile.from_md "ocaml.org/learn/tutorials/data_types_and_matching.fr.html.tmp"
if [ -f "ocaml.org/learn/tutorials/camlp4_3.10/foreach_tutorial.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/camlp4_3.10/foreach_tutorial.md" -set "page=ocaml.org/learn/tutorials/camlp4_3.10/foreach_tutorial.html.tmp" -set "toc=ocaml.org/learn/tutorials/camlp4_3.10/foreach_tutorial.html.toc" template/main.mpp -o "ocaml.org/learn/tutorials/camlp4_3.10/foreach_tutorial.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/camlp4_3.10/foreach_tutorial.md" -set "page=ocaml.org/learn/tutorials/camlp4_3.10/foreach_tutorial.html.tmp" template/main.mpp -o "ocaml.org/learn/tutorials/camlp4_3.10/foreach_tutorial.html" ; \
fi
omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -otoc -ts 0 "site/learn/tutorials/data_types_and_matching.ja.md" -o "ocaml.org/learn/tutorials/data_types_and_matching.ja.html.toc"
sed -e 's|\*Table of contents\*||g' "site/learn/tutorials/compiling_with_gnu_make.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/learn/tutorials/compiling_with_gnu_make.html.tmp"
omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -otoc -ts 0 "site/learn/tutorials/data_types_and_matching.md" -o "ocaml.org/learn/tutorials/data_types_and_matching.html.toc"
mkdir -p "ocaml.org/learn/tutorials"
if grep -q '*Table of contents*' "site/learn/tutorials/file_manipulation.md" ; then make -f Makefile.from_md "ocaml.org/learn/tutorials/file_manipulation.html.toc" ; fi
if [ -f "ocaml.org/learn/tutorials/compiling_with_gnu_make.ja.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/compiling_with_gnu_make.ja.md" -set "page=ocaml.org/learn/tutorials/compiling_with_gnu_make.ja.html.tmp" -set "toc=ocaml.org/learn/tutorials/compiling_with_gnu_make.ja.html.toc" template/main.mpp -o "ocaml.org/learn/tutorials/compiling_with_gnu_make.ja.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/compiling_with_gnu_make.ja.md" -set "page=ocaml.org/learn/tutorials/compiling_with_gnu_make.ja.html.tmp" template/main.mpp -o "ocaml.org/learn/tutorials/compiling_with_gnu_make.ja.html" ; \
fi
make -f Makefile.from_md "ocaml.org/learn/tutorials/data_types_and_matching.it.html.tmp"
if [ -f "ocaml.org/learn/tutorials/common_error_messages.fr.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/common_error_messages.fr.md" -set "page=ocaml.org/learn/tutorials/common_error_messages.fr.html.tmp" -set "toc=ocaml.org/learn/tutorials/common_error_messages.fr.html.toc" template/main.mpp -o "ocaml.org/learn/tutorials/common_error_messages.fr.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/common_error_messages.fr.md" -set "page=ocaml.org/learn/tutorials/common_error_messages.fr.html.tmp" template/main.mpp -o "ocaml.org/learn/tutorials/common_error_messages.fr.html" ; \
fi
omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -otoc -ts 0 "site/learn/tutorials/data_types_and_matching.zh.md" -o "ocaml.org/learn/tutorials/data_types_and_matching.zh.html.toc"
make -f Makefile.from_md "ocaml.org/learn/tutorials/data_types_and_matching.ja.html.tmp"
omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -otoc -ts 0 "site/learn/tutorials/debug.md" -o "ocaml.org/learn/tutorials/debug.html.toc"
mkdir -p "ocaml.org/learn/tutorials"
if grep -q '*Table of contents*' "site/learn/tutorials/file_manipulation.zh.md" ; then make -f Makefile.from_md "ocaml.org/learn/tutorials/file_manipulation.zh.html.toc" ; fi
if [ -f "ocaml.org/learn/tutorials/compiling_with_gnu_make.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/compiling_with_gnu_make.md" -set "page=ocaml.org/learn/tutorials/compiling_with_gnu_make.html.tmp" -set "toc=ocaml.org/learn/tutorials/compiling_with_gnu_make.html.toc" template/main.mpp -o "ocaml.org/learn/tutorials/compiling_with_gnu_make.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/compiling_with_gnu_make.md" -set "page=ocaml.org/learn/tutorials/compiling_with_gnu_make.html.tmp" template/main.mpp -o "ocaml.org/learn/tutorials/compiling_with_gnu_make.html" ; \
fi
make -f Makefile.from_md "ocaml.org/learn/tutorials/data_types_and_matching.html.tmp"
if [ -f "ocaml.org/learn/tutorials/common_error_messages.ja.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/common_error_messages.ja.md" -set "page=ocaml.org/learn/tutorials/common_error_messages.ja.html.tmp" -set "toc=ocaml.org/learn/tutorials/common_error_messages.ja.html.toc" template/main.mpp -o "ocaml.org/learn/tutorials/common_error_messages.ja.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/common_error_messages.ja.md" -set "page=ocaml.org/learn/tutorials/common_error_messages.ja.html.tmp" template/main.mpp -o "ocaml.org/learn/tutorials/common_error_messages.ja.html" ; \
fi
omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -otoc -ts 0 "site/learn/tutorials/dev_tools.md" -o "ocaml.org/learn/tutorials/dev_tools.html.toc"
sed -e 's|\*Table of contents\*||g' "site/learn/tutorials/data_types_and_matching.fr.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/learn/tutorials/data_types_and_matching.fr.html.tmp"
mkdir -p "ocaml.org/learn/tutorials"
make -f Makefile.from_md "ocaml.org/learn/tutorials/data_types_and_matching.zh.html.tmp"
omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -otoc -ts 0 "site/learn/tutorials/file_manipulation.ja.md" -o "ocaml.org/learn/tutorials/file_manipulation.ja.html.toc"
sed -e 's|\*Table of contents\*||g' "site/learn/tutorials/data_types_and_matching.it.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/learn/tutorials/data_types_and_matching.it.html.tmp"
mkdir -p "ocaml.org/learn/tutorials"
if grep -q '*Table of contents*' "site/learn/tutorials/filenames.md" ; then make -f Makefile.from_md "ocaml.org/learn/tutorials/filenames.html.toc" ; fi
make -f Makefile.from_md "ocaml.org/learn/tutorials/debug.html.tmp"
omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -otoc -ts 0 "site/learn/tutorials/file_manipulation.md" -o "ocaml.org/learn/tutorials/file_manipulation.html.toc"
sed -e 's|\*Table of contents\*||g' "site/learn/tutorials/data_types_and_matching.ja.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/learn/tutorials/data_types_and_matching.ja.html.tmp"
mkdir -p "ocaml.org/learn/tutorials"
if grep -q '*Table of contents*' "site/learn/tutorials/filenames.zh.md" ; then make -f Makefile.from_md "ocaml.org/learn/tutorials/filenames.zh.html.toc" ; fi
make -f Makefile.from_md "ocaml.org/learn/tutorials/dev_tools.html.tmp"
mkdir -p "ocaml.org/learn/tutorials"
make -f Makefile.from_md "ocaml.org/learn/tutorials/filenames.html.tmp"
if grep -q '*Table of contents*' "site/learn/tutorials/format.fr.md" ; then make -f Makefile.from_md "ocaml.org/learn/tutorials/format.fr.html.toc" ; fi
make -f Makefile.from_md "ocaml.org/learn/tutorials/file_manipulation.ja.html.tmp"
if [ -f "ocaml.org/learn/tutorials/common_error_messages.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/common_error_messages.md" -set "page=ocaml.org/learn/tutorials/common_error_messages.html.tmp" -set "toc=ocaml.org/learn/tutorials/common_error_messages.html.toc" template/main.mpp -o "ocaml.org/learn/tutorials/common_error_messages.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/common_error_messages.md" -set "page=ocaml.orsed -e 's|\*Table of contents\*||g' "site/learn/tutorials/data_types_and_matching.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/learn/tutorials/data_types_and_matching.html.tmp"
g/learn/tutorials/common_error_messages.html.tmp" template/main.mpp -o "ocaml.org/learn/tutorials/common_error_messages.html" ; \
fi
omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -otoc -ts 0 "site/learn/tutorials/file_manipulation.zh.md" -o "ocaml.org/learn/tutorials/file_manipulation.zh.html.toc"
make -f Makefile.from_md "ocaml.org/learn/tutorials/file_manipulation.html.tmp"
sed -e 's|\*Table of contents\*||g' "site/learn/tutorials/data_types_and_matching.zh.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/learn/tutorials/data_types_and_matching.zh.html.tmp"
***** STARTING OCAML TOPLEVEL ******
mkdir -p "ocaml.org/learn/tutorials"
make -f Makefile.from_md "ocaml.org/learn/tutorials/filenames.zh.html.tmp"
if grep -q '*Table of contents*' "site/learn/tutorials/format.md" ; then make -f Makefile.from_md "ocaml.org/learn/tutorials/format.html.toc" ; fi
sed -e 's|\*Table of contents\*||g' "site/learn/tutorials/debug.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/learn/tutorials/debug.html.tmp"
mkdir -p "ocaml.org/learn/tutorials"
if grep -q '*Table of contents*' "site/learn/tutorials/functional_programming.fr.md" ; then make -f Makefile.from_md "ocaml.org/learn/tutorials/functional_programming.fr.html.toc" ; fi
make -f Makefile.from_md "ocaml.org/learn/tutorials/file_manipulation.zh.html.tmp"
***** STARTING OCAML TOPLEVEL ******
sed -e 's|\*Table of contents\*||g' "site/learn/tutorials/dev_tools.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/learn/tutorials/dev_tools.html.tmp"
***** STARTING OCAML TOPLEVEL ******
mkdir -p "ocaml.org/learn/tutorials"
if grep -q '*Table of contents*' "site/learn/tutorials/functional_programming.it.md" ; then make -f Makefile.from_md "ocaml.org/learn/tutorials/functional_programming.it.html.toc" ; fi
if [ -f "ocaml.org/learn/tutorials/data_types_and_matching.zh.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/data_types_and_matching.zh.md" -set "page=ocaml.org/learn/tutorials/data_types_and_matching.zh.html.tmp" -set "toc=ocaml.org/learn/tutorials/data_types_and_matching.zh.html.toc" template/main.mpp -o "ocaml.org/learn/tutorials/data_types_and_matching.zh.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/data_types_and_matching.zh.md" -set "page=ocaml.org/learn/tutorials/data_types_and_matching.zh.html.tmp" template/main.mpp -o "ocaml.org/learn/tutorials/data_types_and_matching.zh.html" ; \
fi
sed -e 's|\*Table of contents\*||g' "site/learn/tutorials/filenames.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/learn/tutorials/filenames.html.tmp"
sed -e 's|\*Table of contents\*||g' "site/learn/tutorials/file_manipulation.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/learn/tutorials/file_manipulation.html.tmp"
mkdir -p "ocaml.org/learn/tutorials"
if grep -q '*Table of contents*' "site/learn/tutorials/functional_programming.ja.md" ; then make -f Makefile.from_md "ocaml.org/learn/tutorials/functional_programming.ja.html.toc" ; fi
sed -e 's|\*Table of contents\*||g' "site/learn/tutorials/file_manipulation.ja.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/learn/tutorials/file_manipulation.ja.html.tmp"
omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -otoc -ts 0 "site/learn/tutorials/format.fr.md" -o "ocaml.org/learn/tutorials/format.fr.html.toc"
sed -e 's|\*Table of contents\*||g' "site/learn/tutorials/filenames.zh.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/learn/tutorials/filenames.zh.html.tmp"
mkdir -p "ocaml.org/learn/tutorials"
if grep -q '*Table of contents*' "site/learn/tutorials/functional_programming.md" ; then make -f Makefile.from_md "ocaml.org/learn/tutorials/functional_programming.html.toc" ; fi
omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -otoc -ts 0 "site/learn/tutorials/format.md" -o "ocaml.org/learn/tutorials/format.html.toc"
***** STARTING OCAML TOPLEVEL ******
sed -e 's|\*Table of contents\*||g' "site/learn/tutorials/file_manipulation.zh.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/learn/tutorials/file_manipulation.zh.html.tmp"
mkdir -p "ocaml.org/learn/tutorials"
if grep -q '*Table of contents*' "site/learn/tutorials/functional_programming.zh.md" ; then make -f Makefile.from_md "ocaml.org/learn/tutorials/functional_programming.zh.html.toc" ; fi
if [ -f "ocaml.org/learn/tutorials/file_manipulation.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/file_manipulation.md" -set "page=ocaml.org/learn/tutorials/file_manipulation.html.tmp" -set "toc=ocaml.org/learn/tutorials/file_manipulation.html.toc" template/main.mpp -o "ocaml.org/learn/tutorials/file_manipulation.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/file_manipulation.md" -set "page=ocaml.org/learn/tutorials/file_manipulation.html.tmp" template/main.mpp -o "ocaml.org/learn/tutorials/file_manipulation.html" ; \
fi
if [ -f "ocaml.org/learn/tutorials/file_manipulation.ja.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/file_manipulation.ja.md" -set "page=ocaml.org/learn/tutorials/file_manipulation.ja.html.tmp" -set "toc=ocaml.org/learn/tutorials/file_manipulation.ja.html.toc" template/main.mpp -o "ocaml.org/learn/tutorials/file_manipulation.ja.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/file_manipulation.ja.md" -set "page=ocaml.org/learn/tutorials/file_manipulation.ja.html.tmp" template/main.mpp -o "ocaml.org/learn/tutorials/file_manipulation.ja.html" ; \
fi
if [ -f "ocaml.org/learn/tutorials/filenames.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/filenames.md" -set "page=ocaml.org/learn/tutorials/filenames.html.tmp" -set "toc=ocaml.org/learn/tutorials/filenames.html.toc" template/main.mpp -o "ocaml.org/learn/tutorials/filenames.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/filenames.md" -set "page=ocaml.org/learn/tutorials/filenames.html.tmp" template/main.mpp -o "ocaml.org/learn/tutorials/filenames.html" ; \
fi
***** STARTING OCAML TOPLEVEL ******
omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -otoc -ts 0 "site/learn/tutorials/functional_programming.fr.md" -o "ocaml.org/learn/tutorials/functional_programming.fr.html.toc"
mkdir -p "ocaml.org/learn/tutorials"
if grep -q '*Table of contents*' "site/learn/tutorials/garbage_collection.ja.md" ; then make -f Makefile.from_md "ocaml.org/learn/tutorials/garbage_collection.ja.html.toc" ; fi
if [ -f "ocaml.org/learn/tutorials/filenames.zh.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/filenames.zh.md" -set "page=ocaml.org/learn/tutorials/filenames.zh.html.tmp" -set "toc=ocaml.org/learn/tutorials/filenames.zh.html.toc" template/main.mpp -o "ocaml.org/learn/tutorials/filenames.zh.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/filenames.zh.md" -set "page=ocaml.org/learn/tutorials/filenames.zh.html.tmp" template/main.mpp -o "ocaml.org/learn/tutorials/filenames.zh.html" ; \
fi
omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -otoc -ts 0 "site/learn/tutorials/functional_programming.it.md" -o "ocaml.org/learn/tutorials/functional_programming.it.html.toc"
if grep -q '*Table of contents*' "site/learn/tutorials/garbage_collection.md" ; then make -f Makefile.from_md "ocaml.org/learn/tutorials/garbage_collection.html.toc" ; fi
if [ -f "ocaml.org/learn/tutorials/file_manipulation.zh.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/file_manipulation.zh.md" -set "page=ocaml.org/learn/tutorials/file_manipulation.zh.html.tmp" -set "toc=ocaml.org/learn/tutorials/file_manipulation.zh.html.toc" template/main.mpp -o "ocaml.org/learn/tutorials/file_manipulation.zh.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/file_manipulation.zh.md" -set "page=ocaml.org/learn/tutorials/file_manipulation.zh.html.tmp" template/main.mpp -o "ocaml.org/learn/tutorials/file_manipulation.zh.html" ; \
fi
make -f Makefile.from_md "ocaml.org/learn/tutorials/format.html.tmp"
make -f Makefile.from_md "ocaml.org/learn/tutorials/format.fr.html.tmp"
omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -otoc -ts 0 "site/learn/tutorials/functional_programming.ja.md" -o "ocaml.org/learn/tutorials/functional_programming.ja.html.toc"
***** STARTING OCAML TOPLEVEL ******
mkdir -p "ocaml.org/learn/tutorials"
make -f Makefile.from_md "ocaml.org/learn/tutorials/functional_programming.fr.html.tmp"
omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -otoc -ts 0 "site/learn/tutorials/functional_programming.md" -o "ocaml.org/learn/tutorials/functional_programming.html.toc"
mkdir -p "ocaml.org/learn/tutorials"
if grep -q '*Table of contents*' "site/learn/tutorials/guidelines.md" ; then make -f Makefile.from_md "ocaml.org/learn/tutorials/guidelines.html.toc" ; fi
make -f Makefile.from_md "ocaml.org/learn/tutorials/functional_programming.it.html.tmp"
omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -otoc -ts 0 "site/learn/tutorials/functional_programming.zh.md" -o "ocaml.org/learn/tutorials/functional_programming.zh.html.toc"
mkdir -p "ocaml.org/learn/tutorials"
if grep -q '*Table of contents*' "site/learn/tutorials/hashtbl.ja.md" ; then make -f Makefile.from_md "ocaml.org/learn/tutorials/hashtbl.ja.html.toc" ; fi
make -f Makefile.from_md "ocaml.org/learn/tutorials/functional_programming.ja.html.tmp"
sed -e 's|\*Table of contents\*||g' "site/learn/tutorials/format.fr.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/learn/tutorials/format.fr.html.tmp"
sed -e 's|\*Table of contents\*||g' "site/learn/tutorials/format.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/learn/tutorials/format.html.tmp"
mkdir -p "ocaml.org/learn/tutorials"
if grep -q '*Table of contents*' "site/learn/tutorials/hashtbl.md" ; then make -f Makefile.from_md "ocaml.org/learn/tutorials/hashtbl.html.toc" ; fi
make -f Makefile.from_md "ocaml.org/learn/tutorials/functional_programming.html.tmp"
if [ -f "ocaml.org/learn/tutorials/dev_tools.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/dev_tools.md" -set "page=ocaml.org/learn/tutorials/dev_tools.html.tmp" -set "toc=ocaml.org/learn/tutorials/dev_tools.html.toc" template/main.mpp -o "ocaml.org/learn/tutorials/dev_tools.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/dev_tools.md" -set "page=ocaml.org/learn/tutorials/dev_tools.html.tmp" template/main.mpp -o "ocaml.org/learn/tutorials/dev_tools.html" ; \
fi
if [ -f "ocaml.org/learn/tutorials/data_types_and_matching.it.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/data_types_and_matching.it.md" -set "page=ocaml.org/learn/tutorials/data_types_and_matching.it.html.tmp" -set "toc=ocaml.org/learn/tutorials/data_types_and_matching.it.html.toc" template/main.mpp -o "ocaml.org/learn/tutorials/data_types_and_matching.it.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/data_types_and_matching.it.md" -set "page=ocaml.org/learn/tutorials/data_types_and_matching.it.html.tmp" template/main.mpp -o "ocaml.org/learn/tutorials/data_types_and_matching.it.html" ; \
fi
if [ -f "ocaml.org/learn/tutorials/data_types_and_matching.fr.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/data_types_and_matching.fr.md" -set "page=ocaml.org/learn/tutorials/data_types_and_matching.fr.html.tmp" -set "toc=ocaml.org/learn/tutorials/data_types_and_matching.fr.html.toc" template/main.mpp -o "ocaml.org/learn/tutorials/data_types_and_matching.fr.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/data_types_and_matching.fr.md" -set "page=ocaml.org/learn/tutorials/data_types_and_matching.fr.html.tmp" template/main.mpp -o "ocaml.org/learn/tutorials/data_types_and_matching.fr.html" ; \
fi
omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -otoc -ts 0 "site/learn/tutorials/garbage_collection.ja.md" -o "ocaml.org/learn/tutorials/garbage_collection.ja.html.toc"
sed -e 's|\*Table of contents\*||g' "site/learn/tutorials/functional_programming.fr.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/learn/tutorials/functional_programming.fr.html.tmp"
mkdir -p "ocaml.org/learn/tutorials"
make -f Makefile.from_md "ocaml.org/learn/tutorials/hashtbl.ja.html.tmp"
if grep -q '*Table of contents*' "site/learn/tutorials/humor_proof.md" ; then make -f Makefile.from_md "ocaml.org/learn/tutorials/humor_proof.html.toc" ; fi
make -f Makefile.from_md "ocaml.org/learn/tutorials/functional_programming.zh.html.tmp"
if [ -f "ocaml.org/learn/tutorials/data_types_and_matching.ja.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/data_types_and_matching.ja.md" -set "page=ocaml.org/learn/tutorials/data_types_and_matching.ja.html.tmp" -set "toc=ocaml.org/learn/tutorials/data_types_and_matching.ja.html.toc" template/main.mpp -o "ocaml.org/learn/tutorials/data_types_and_matching.ja.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/data_types_and_matching.ja.md" -set "page=ocaml.org/learn/tutorials/data_types_and_matching.ja.html.tmp" template/main.mpp -o "ocaml.org/learn/tutorials/data_types_and_matching.ja.html" ; \
fi
make[4]: `ocaml.org/learn/tutorials/garbage_collection.html.toc' is up to date.
sed -e 's|\*Table of contents\*||g' "site/learn/tutorials/functional_programming.it.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/learn/tutorials/functional_programming.it.html.tmp"
mkdir -p "ocaml.org/learn/tutorials"
make -f Makefile.from_md "ocaml.org/learn/tutorials/hashtbl.html.tmp"
if grep -q '*Table of contents*' "site/learn/tutorials/if_statements_loops_and_recursion.fr.md" ; then make -f Makefile.from_md "ocaml.org/learn/tutorials/if_statements_loops_and_recursion.fr.html.toc" ; fi
make -f Makefile.from_md "ocaml.org/learn/tutorials/garbage_collection.html.tmp"
make -f Makefile.from_md "ocaml.org/learn/tutorials/garbage_collection.ja.html.tmp"
if [ -f "ocaml.org/learn/tutorials/debug.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/debug.md" -set "page=ocaml.org/learn/tutorials/debug.html.tmp" -set "toc=ocaml.org/learn/tutorials/debug.html.toc" template/main.mpp -o "ocaml.org/learn/tutorials/debug.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/debug.md" -set "page=ocaml.org/learn/tutorials/debug.html.tmp" template/main.mpp -o "ocaml.org/learn/tutorials/debug.html" ; \
fi
if [ -f "ocaml.org/learn/tutorials/data_types_and_matching.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/data_types_and_matching.md" -set "page=ocaml.org/learn/tutorials/data_types_and_matching.html.tmp" -set "toc=ocaml.org/learn/tutorials/data_types_and_matching.html.toc" template/main.mpp -o "ocaml.org/learn/tutorials/data_types_and_matching.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/data_types_and_matching.md" -set "page=ocaml.org/learn/tutorials/data_types_and_matching.html.tmp" template/main.mpp -o "ocaml.org/learn/tutorials/data_types_and_matching.html" ; \
fi
sed -e 's|\*Table of contents\*||g' "site/learn/tutorials/functional_programming.ja.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/learn/tutorials/functional_programming.ja.html.tmp"
omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -otoc -ts 0 "site/learn/tutorials/guidelines.md" -o "ocaml.org/learn/tutorials/guidelines.html.toc"
mkdir -p "ocaml.org/learn/tutorials"
make -f Makefile.from_md "ocaml.org/learn/tutorials/humor_proof.html.tmp"
if grep -q '*Table of contents*' "site/learn/tutorials/if_statements_loops_and_recursion.it.md" ; then make -f Makefile.from_md "ocaml.org/learn/tutorials/if_statements_loops_and_recursion.it.html.toc" ; fi
sed -e 's|\*Table of contents\*||g' "site/learn/tutorials/functional_programming.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/learn/tutorials/functional_programming.html.tmp"
***** STARTING OCAML TOPLEVEL ******
mkdir -p "ocaml.org/learn/tutorials"
if grep -q '*Table of contents*' "site/learn/tutorials/if_statements_loops_and_recursion.ja.md" ; then make -f Makefile.from_md "ocaml.org/learn/tutorials/if_statements_loops_and_recursion.ja.html.toc" ; fi
sed -e 's|\*Table of contents\*||g' "site/learn/tutorials/functional_programming.zh.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/learn/tutorials/functional_programming.zh.html.tmp"
sed -e 's|\*Table of contents\*||g' "site/learn/tutorials/hashtbl.ja.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/learn/tutorials/hashtbl.ja.html.tmp"
***** STARTING OCAML TOPLEVEL ******
mkdir -p "ocaml.org/learn/tutorials"
if grep -q '*Table of contents*' "site/learn/tutorials/if_statements_loops_and_recursion.ko.md" ; then make -f Makefile.from_md "ocaml.org/learn/tutorials/if_statements_loops_and_recursion.ko.html.toc" ; fi
make -f Makefile.from_md "ocaml.org/learn/tutorials/guidelines.html.tmp"
sed -e 's|\*Table of contents\*||g' "site/learn/tutorials/garbage_collection.ja.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/learn/tutorials/garbage_collection.ja.html.tmp"
make[4]: `ocaml.org/learn/tutorials/garbage_collection.html.tmp' is up to date.
mkdir -p "ocaml.org/learn/tutorials"
***** STARTING OCAML TOPLEVEL ******
sed -e 's|\*Table of contents\*||g' "site/learn/tutorials/hashtbl.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/learn/tutorials/hashtbl.html.tmp"
if grep -q '*Table of contents*' "site/learn/tutorials/if_statements_loops_and_recursion.md" ; then make -f Makefile.from_md "ocaml.org/learn/tutorials/if_statements_loops_and_recursion.html.toc" ; fi
if [ -f "ocaml.org/learn/tutorials/garbage_collection.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/garbage_collection.md" -set "page=ocaml.org/learn/tutorials/garbage_collection.html.tmp" -set "toc=ocaml.org/learn/tutorials/garbage_collection.html.toc" template/main.mpp -o "ocaml.org/learn/tutorials/garbage_collection.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/garbage_collection.md" -set "page=ocaml.org/learn/tutorials/garbage_collection.html.tmp" template/main.mpp -o "ocaml.org/learn/tutorials/garbage_collection.html" ; \
fi
***** STARTING OCAML TOPLEVEL ******
mkdir -p "ocaml.org/learn/tutorials"
if grep -q '*Table of contents*' "site/learn/tutorials/index.de.md" ; then make -f Makefile.from_md "ocaml.org/learn/tutorials/index.de.html.toc" ; fi
***** STARTING OCAML TOPLEVEL ******
omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -otoc -ts 0 "site/learn/tutorials/if_statements_loops_and_recursion.fr.md" -o "ocaml.org/learn/tutorials/if_statements_loops_and_recursion.fr.html.toc"
sed -e 's|\*Table of contents\*||g' "site/learn/tutorials/humor_proof.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/learn/tutorials/humor_proof.html.tmp"
mkdir -p "ocaml.org/learn/tutorials"
if grep -q '*Table of contents*' "site/learn/tutorials/index.fr.md" ; then make -f Makefile.from_md "ocaml.org/learn/tutorials/index.fr.html.toc" ; fi
if [ -f "ocaml.org/learn/tutorials/garbage_collection.ja.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/garbage_collection.ja.md" -set "page=ocaml.org/learn/tutorials/garbage_collection.ja.html.tmp" -set "toc=ocaml.org/learn/tutorials/garbage_collection.ja.html.toc" template/main.mpp -o "ocaml.org/learn/tutorials/garbage_collection.ja.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/garbage_collection.ja.md" -set "page=ocaml.org/learn/tutorials/garbage_collection.ja.html.tmp" template/main.mpp -o "ocaml.org/learn/tutorials/garbage_collection.ja.html" ; \
fi
omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -otoc -ts 0 "site/learn/tutorials/if_statements_loops_and_recursion.it.md" -o "ocaml.org/learn/tutorials/if_statements_loops_and_recursion.it.html.toc"
mkdir -p "ocaml.org/learn/tutorials"
omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -otoc -ts 0 "site/learn/tutorials/if_statements_loops_and_recursion.ja.md" -o "ocaml.org/learn/tutorials/if_statements_loops_and_recursion.ja.html.toc"
sed -e 's|\*Table of contents\*||g' "site/learn/tutorials/guidelines.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/learn/tutorials/guidelines.html.tmp"
***** STARTING OCAML TOPLEVEL ******
***** STARTING OCAML TOPLEVEL ******
mkdir -p "ocaml.org/learn/tutorials"
if grep -q '*Table of contents*' "site/learn/tutorials/index.ja.md" ; then make -f Makefile.from_md "ocaml.org/learn/tutorials/index.ja.html.toc" ; fi
make -f Makefile.from_md "ocaml.org/learn/tutorials/index.de.html.tmp"
if grep -q '*Table of contents*' "site/learn/tutorials/index.it.md" ; then make -f Makefile.from_md "ocaml.org/learn/tutorials/index.it.html.toc" ; fi
if [ -f "ocaml.org/learn/tutorials/humor_proof.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/humor_proof.md" -set "page=ocaml.org/learn/tutorials/humor_proof.html.tmp" -set "toc=ocaml.org/learn/tutorials/humor_proof.html.toc" template/main.mpp -o "ocaml.org/learn/tutorials/humor_proof.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/humor_proof.md" -set "page=ocaml.org/learn/tutorials/humor_proof.html.tmp" template/main.mpp -o "ocaml.org/learn/tutorials/humor_proof.html" ; \
fi
make -f Makefile.from_md "ocaml.org/learn/tutorials/index.fr.html.tmp"
make -f Makefile.from_md "ocaml.org/learn/tutorials/if_statements_loops_and_recursion.fr.html.tmp"
if [ -f "ocaml.org/learn/tutorials/format.fr.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/format.fr.md" -set "page=ocaml.org/learn/tutorials/format.fr.html.tmp" -set "toc=ocaml.org/learn/tutorials/format.fr.html.toc" template/main.mpp -o "ocaml.org/learn/tutorials/format.fr.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/format.fr.md" -set "page=ocaml.org/learn/tutorials/format.fr.html.tmp" template/main.mpp -o "ocaml.org/learn/tutorials/format.fr.html" ; \
fi
if [ -f "ocaml.org/learn/tutorials/format.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/format.md" -set "page=ocaml.org/learn/tutorials/format.html.tmp" -set "toc=ocaml.org/learn/tutorials/format.html.toc" template/main.mpp -o "ocaml.org/learn/tutorials/format.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/format.md" -set "page=ocaml.org/learn/tutorials/format.html.tmp" template/main.mpp -o "ocaml.org/learn/tutorials/format.html" ; \
fi
omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -otoc -ts 0 "site/learn/tutorials/if_statements_loops_and_recursion.ko.md" -o "ocaml.org/learn/tutorials/if_statements_loops_and_recursion.ko.html.toc"
***** STARTING OCAML TOPLEVEL ******
mkdir -p "ocaml.org/learn/tutorials"
if grep -q '*Table of contents*' "site/learn/tutorials/index.ko.md" ; then make -f Makefile.from_md "ocaml.org/learn/tutorials/index.ko.html.toc" ; fi
make -f Makefile.from_md "ocaml.org/learn/tutorials/if_statements_loops_and_recursion.it.html.tmp"
omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -otoc -ts 0 "site/learn/tutorials/if_statements_loops_and_recursion.md" -o "ocaml.org/learn/tutorials/if_statements_loops_and_recursion.html.toc"
mkdir -p "ocaml.org/learn/tutorials"
make -f Makefile.from_md "ocaml.org/learn/tutorials/index.it.html.tmp"
make -f Makefile.from_md "ocaml.org/learn/tutorials/index.ja.html.tmp"
if grep -q '*Table of contents*' "site/learn/tutorials/index.md" ; then make -f Makefile.from_md "ocaml.org/learn/tutorials/index.html.toc" ; fi
make -f Makefile.from_md "ocaml.org/learn/tutorials/if_statements_loops_and_recursion.ja.html.tmp"
***** STARTING OCAML TOPLEVEL ******
mkdir -p "ocaml.org/learn/tutorials"
make -f Makefile.from_md "ocaml.org/learn/tutorials/index.ko.html.tmp"
if grep -q '*Table of contents*' "site/learn/tutorials/index.zh.md" ; then make -f Makefile.from_md "ocaml.org/learn/tutorials/index.zh.html.toc" ; fi
make -f Makefile.from_md "ocaml.org/learn/tutorials/if_statements_loops_and_recursion.ko.html.tmp"
if [ -f "ocaml.org/learn/tutorials/hashtbl.ja.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/hashtbl.ja.md" -set "page=ocaml.org/learn/tutorials/hashtbl.ja.html.tmp" -set "toc=ocaml.org/learn/tutorials/hashtbl.ja.html.toc" template/main.mpp -o "ocaml.org/learn/tutorials/hashtbl.ja.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/hashtbl.ja.md" -set "page=ocaml.org/learn/tutorials/hashtbl.ja.html.tmp" template/main.mpp -o "ocaml.org/learn/tutorials/hashtbl.ja.html" ; \
fi
if [ -f "ocaml.org/learn/tutorials/functional_programming.it.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/functional_programming.it.md" -set "page=ocaml.org/learn/tutorials/functional_programming.it.html.tmp" -set "toc=ocaml.org/learn/tutorials/functional_programming.it.html.toc" template/main.mpp -o "ocaml.org/learn/tutorials/functional_programming.it.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/functional_programming.it.md" -set "page=ocaml.org/learn/tutorials/functional_programming.it.html.tmp" template/main.mpp -o "ocaml.org/learn/tutorials/functional_programming.it.html" ; \
fi
sed -e 's|\*Table of contents\*||g' "site/learn/tutorials/index.de.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/learn/tutorials/index.de.html.tmp"
sed -e 's|\*Table of contents\*||g' "site/learn/tutorials/if_statements_loops_and_recursion.fr.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/learn/tutorials/if_statements_loops_and_recursion.fr.html.tmp"
sed -e 's|\*Table of contents\*||g' "site/learn/tutorials/index.fr.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/learn/tutorials/index.fr.html.tmp"
mkdir -p "ocaml.org/learn/tutorials"
make -f Makefile.from_md "ocaml.org/learn/tutorials/index.html.tmp"
if grep -q '*Table of contents*' "site/learn/tutorials/introduction_to_gtk.md" ; then make -f Makefile.from_md "ocaml.org/learn/tutorials/introduction_to_gtk.html.toc" ; fi
make -f Makefile.from_md "ocaml.org/learn/tutorials/if_statements_loops_and_recursion.html.tmp"
if [ -f "ocaml.org/learn/tutorials/guidelines.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/guidelines.md" -set "page=ocaml.org/learn/tutorials/guidelines.html.tmp" -set "toc=ocaml.org/learn/tutorials/guidelines.html.toc" template/main.mpp -o "ocaml.org/learn/tutorials/guidelines.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/guidelines.md" -set "page=ocaml.org/learn/tutorials/guidelines.html.tmp" template/main.mpp -o "ocaml.org/learn/tutorials/guidelines.html" ; \
fi
if [ -f "ocaml.org/learn/tutorials/functional_programming.fr.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/functional_programming.fr.md" -set "page=ocaml.org/learn/tutorials/functional_programming.fr.html.tmp" -set "toc=ocaml.org/learn/tutorials/functional_programming.fr.html.toc" template/main.mpp -o "ocaml.org/learn/tutorials/functional_programming.fr.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/functional_programming.fr.md" -set "page=ocaml.org/learn/tutorials/functional_programming.fr.html.tmp" template/main.mpp -o "ocaml.org/learn/tutorials/functional_programming.fr.html" ; \
fi
sed -e 's|\*Table of contents\*||g' "site/learn/tutorials/if_statements_loops_and_recursion.it.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/learn/tutorials/if_statements_loops_and_recursion.it.html.tmp"
mkdir -p "ocaml.org/learn/tutorials"
make -f Makefile.from_md "ocaml.org/learn/tutorials/index.zh.html.tmp"
if grep -q '*Table of contents*' "site/learn/tutorials/labels.ja.md" ; then make -f Makefile.from_md "ocaml.org/learn/tutorials/labels.ja.html.toc" ; fi
if [ -f "ocaml.org/learn/tutorials/hashtbl.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/hashtbl.md" -set "page=ocaml.org/learn/tutorials/hashtbl.html.tmp" -set "toc=ocaml.org/learn/tutorials/hashtbl.html.toc" template/main.mpp -o "ocaml.org/learn/tutorials/hashtbl.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/hashtbl.md" -set "page=ocaml.org/learn/tutorials/hashtbl.html.tmp" template/main.mpp -o "ocaml.org/learn/tutorials/hashtbl.html" ; \
fi
if [ -f "ocaml.org/learn/tutorials/functional_programming.zh.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/functional_programming.zh.md" -set "page=ocaml.org/learn/tutorials/functional_programming.zh.html.tmp" -set "toc=ocaml.org/learn/tutorials/functional_programming.zh.html.toc" template/main.mpp -o "ocaml.org/learn/tutorials/functional_programming.zh.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/functional_programming.zh.md" -set "page=ocaml.org/learn/tutorials/functional_programming.zh.html.tmp" template/main.mpp -o "ocaml.org/learn/tutorials/functional_programming.zh.html" ; \
fi
if [ -f "ocaml.org/learn/tutorials/functional_programming.ja.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/functional_programming.ja.md" -set "page=ocaml.org/learn/tutorials/functional_programming.ja.html.tmp" -set "toc=ocaml.org/learn/tutorials/functional_programming.ja.html.toc" template/main.mpp -o "ocaml.org/learn/tutorials/functional_programming.ja.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/functional_programming.ja.md" -set "page=ocaml.org/learn/tutorials/functional_programming.ja.html.tmp" template/main.mpp -o "ocaml.org/learn/tutorials/functional_programming.ja.html" ; \
fi
sed -e 's|\*Table of contents\*||g' "site/learn/tutorials/index.ja.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/learn/tutorials/index.ja.html.tmp"
sed -e 's|\*Table of contents\*||g' "site/learn/tutorials/index.it.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/learn/tutorials/index.it.html.tmp"
sed -e 's|\*Table of contents\*||g' "site/learn/tutorials/if_statements_loops_and_recursion.ja.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/learn/tutorials/if_statements_loops_and_recursion.ja.html.tmp"
mkdir -p "ocaml.org/learn/tutorials"
if grep -q '*Table of contents*' "site/learn/tutorials/labels.md" ; then make -f Makefile.from_md "ocaml.org/learn/tutorials/labels.html.toc" ; fi
if [ -f "ocaml.org/learn/tutorials/if_statements_loops_and_recursion.fr.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/if_statements_loops_and_recursion.fr.md" -set "page=ocaml.org/learn/tutorials/if_statements_loops_and_recursion.fr.html.tmp" -set "toc=ocaml.org/learn/tutorials/if_statements_loops_and_recursion.fr.html.toc" template/main.mpp -o "ocaml.org/learn/tutorials/if_statements_loops_and_recursion.fr.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/if_statements_loops_and_recursion.fr.md" -set "page=ocaml.org/learn/tutorials/if_statements_loops_and_recursion.fr.html.tmp" template/main.mpp -o "ocaml.org/learn/tutorials/if_statements_loops_and_recursion.fr.html" ; \
fi
if [ -f "ocaml.org/learn/tutorials/index.fr.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/index.fr.md" -set "page=ocaml.org/learn/tutorials/index.fr.html.tmp" -set "toc=ocaml.org/learn/tutorials/index.fr.html.toc" template/main.mpp -o "ocaml.org/learn/tutorials/index.fr.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/index.fr.md" -set "page=ocaml.org/learn/tutorials/index.fr.html.tmp" template/main.mpp -o "ocaml.org/learn/tutorials/index.fr.html" ; \
fi
if [ -f "ocaml.org/learn/tutorials/index.de.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/index.de.md" -set "page=ocaml.org/learn/tutorials/index.de.html.tmp" -set "toc=ocaml.org/learn/tutorials/index.de.html.toc" template/main.mpp -o "ocaml.org/learn/tutorials/index.de.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/index.de.md" -set "page=ocaml.org/learn/tutorials/index.de.html.tmp" template/main.mpp -o "ocaml.org/learn/tutorials/index.de.html" ; \
fi
if [ -f "ocaml.org/learn/tutorials/functional_programming.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/functional_programming.md" -set "page=ocaml.org/learn/tutorials/functional_programming.html.tmp" -set "toc=ocaml.org/learn/tutorials/functional_programming.html.toc" template/main.mpp -o "ocaml.org/learn/tutorials/functional_programming.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/functional_programming.md" -set "page=ocaml.org/learn/tutorials/functional_programming.html.tmp" template/main.mpp -o "ocaml.org/learn/tutorials/functional_programming.html" ; \
fi
sed -e 's|\*Table of contents\*||g' "site/learn/tutorials/index.ko.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/learn/tutorials/index.ko.html.tmp"
sed -e 's|\*Table of contents\*||g' "site/learn/tutorials/if_statements_loops_and_recursion.ko.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/learn/tutorials/if_statements_loops_and_recursion.ko.html.tmp"
mkdir -p "ocaml.org/learn/tutorials"
if grep -q '*Table of contents*' "site/learn/tutorials/map.ja.md" ; then make -f Makefile.from_md "ocaml.org/learn/tutorials/map.ja.html.toc" ; fi
sed -e 's|\*Table of contents\*||g' "site/learn/tutorials/index.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/learn/tutorials/index.html.tmp"
mkdir -p "ocaml.org/learn/tutorials"
if grep -q '*Table of contents*' "site/learn/tutorials/map.md" ; then make -f Makefile.from_md "ocaml.org/learn/tutorials/map.html.toc" ; fi
if [ -f "ocaml.org/learn/tutorials/index.ja.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/index.ja.md" -set "page=ocaml.org/learn/tutorials/index.ja.html.tmp" -set "toc=ocaml.org/learn/tutorials/index.ja.html.toc" template/main.mpp -o "ocaml.org/learn/tutorials/index.ja.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/index.ja.md" -set "page=ocaml.org/learn/tutorials/index.ja.html.tmp" template/main.mpp -o "ocaml.org/learn/tutorials/index.ja.html" ; \
fi
if [ -f "ocaml.org/learn/tutorials/index.it.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/index.it.md" -set "page=ocaml.org/learn/tutorials/index.it.html.tmp" -set "toc=ocaml.org/learn/tutorials/index.it.html.toc" template/main.mpp -o "ocaml.org/learn/tutorials/index.it.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/index.it.md" -set "page=ocaml.org/learn/tutorials/index.it.html.tmp" template/main.mpp -o "ocaml.org/learn/tutorials/index.it.html" ; \
fi
sed -e 's|\*Table of contents\*||g' "site/learn/tutorials/if_statements_loops_and_recursion.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/learn/tutorials/if_statements_loops_and_recursion.html.tmp"
omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -otoc -ts 0 "site/learn/tutorials/introduction_to_gtk.md" -o "ocaml.org/learn/tutorials/introduction_to_gtk.html.toc"
mkdir -p "ocaml.org/learn/tutorials"
make -f Makefile.from_md "ocaml.org/learn/tutorials/map.ja.html.tmp"
if grep -q '*Table of contents*' "site/learn/tutorials/modules.fr.md" ; then make -f Makefile.from_md "ocaml.org/learn/tutorials/modules.fr.html.toc" ; fi
if [ -f "ocaml.org/learn/tutorials/index.ko.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/index.ko.md" -set "page=ocaml.org/learn/tutorials/index.ko.html.tmp" -set "toc=ocaml.org/learn/tutorials/index.ko.html.toc" template/main.mpp -o "ocaml.org/learn/tutorials/index.ko.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/index.ko.md" -set "page=ocaml.org/learn/tutorials/index.ko.html.tmp" template/main.mpp -o "ocaml.org/learn/tutorials/index.ko.html" ; \
fi
***** STARTING OCAML TOPLEVEL ******
sed -e 's|\*Table of contents\*||g' "site/learn/tutorials/index.zh.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/learn/tutorials/index.zh.html.tmp"
omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -otoc -ts 0 "site/learn/tutorials/labels.ja.md" -o "ocaml.org/learn/tutorials/labels.ja.html.toc"
mkdir -p "ocaml.org/learn/tutorials"
make -f Makefile.from_md "ocaml.org/learn/tutorials/map.html.tmp"
if grep -q '*Table of contents*' "site/learn/tutorials/modules.ja.md" ; then make -f Makefile.from_md "ocaml.org/learn/tutorials/modules.ja.html.toc" ; fi
if [ -f "ocaml.org/learn/tutorials/index.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/index.md" -set "page=ocaml.org/learn/tutorials/index.html.tmp" -set "toc=ocaml.org/learn/tutorials/index.html.toc" template/main.mpp -o "ocaml.org/learn/tutorials/index.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/index.md" -set "page=ocaml.org/learn/tutorials/index.html.tmp" template/main.mpp -o "ocaml.org/learn/tutorials/index.html" ; \
fi
***** STARTING OCAML TOPLEVEL ******
mkdir -p "ocaml.org/learn/tutorials"
if grep -q '*Table of contents*' "site/learn/tutorials/modules.ko.md" ; then make -f Makefile.from_md "ocaml.org/learn/tutorials/modules.ko.html.toc" ; fi
make -f Makefile.from_md "ocaml.org/learn/tutorials/introduction_to_gtk.html.tmp"
make[4]: `ocaml.org/learn/tutorials/labels.html.toc' is up to date.
***** STARTING OCAML TOPLEVEL ******
mkdir -p "ocaml.org/learn/tutorials"
if grep -q '*Table of contents*' "site/learn/tutorials/modules.md" ; then make -f Makefile.from_md "ocaml.org/learn/tutorials/modules.html.toc" ; fi
make -f Makefile.from_md "ocaml.org/learn/tutorials/labels.html.tmp"
make -f Makefile.from_md "ocaml.org/learn/tutorials/labels.ja.html.tmp"
if [ -f "ocaml.org/learn/tutorials/index.zh.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/index.zh.md" -set "page=ocaml.org/learn/tutorials/index.zh.html.tmp" -set "toc=ocaml.org/learn/tutorials/index.zh.html.toc" template/main.mpp -o "ocaml.org/learn/tutorials/index.zh.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/index.zh.md" -set "page=ocaml.org/learn/tutorials/index.zh.html.tmp" template/main.mpp -o "ocaml.org/learn/tutorials/index.zh.html" ; \
fi
sed -e 's|\*Table of contents\*||g' "site/learn/tutorials/map.ja.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/learn/tutorials/map.ja.html.tmp"
mkdir -p "ocaml.org/learn/tutorials"
if grep -q '*Table of contents*' "site/learn/tutorials/modules.zh.md" ; then make -f Makefile.from_md "ocaml.org/learn/tutorials/modules.zh.html.toc" ; fi
***** STARTING OCAML TOPLEVEL ******
sed -e 's|\*Table of contents\*||g' "site/learn/tutorials/map.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/learn/tutorials/map.html.tmp"
mkdir -p "ocaml.org/learn/tutorials"
if grep -q '*Table of contents*' "site/learn/tutorials/null_pointers_asserts_and_warnings.fr.md" ; then make -f Makefile.from_md "ocaml.org/learn/tutorials/null_pointers_asserts_and_warnings.fr.html.toc" ; fi
omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -otoc -ts 0 "site/learn/tutorials/modules.fr.md" -o "ocaml.org/learn/tutorials/modules.fr.html.toc"
omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -otoc -ts 0 "site/learn/tutorials/modules.ja.md" -o "ocaml.org/learn/tutorials/modules.ja.html.toc"
mkdir -p "ocaml.org/learn/tutorials"
if grep -q '*Table of contents*' "site/learn/tutorials/null_pointers_asserts_and_warnings.it.md" ; then make -f Makefile.from_md "ocaml.org/learn/tutorials/null_pointers_asserts_and_warnings.it.html.toc" ; fi
sed -e 's|\*Table of contents\*||g' "site/learn/tutorials/introduction_to_gtk.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/learn/tutorials/introduction_to_gtk.html.tmp"
make[4]: `ocaml.org/learn/tutorials/labels.html.tmp' is up to date.
sed -e 's|\*Table of contents\*||g' "site/learn/tutorials/labels.ja.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/learn/tutorials/labels.ja.html.tmp"
mkdir -p "ocaml.org/learn/tutorials"
if grep -q '*Table of contents*' "site/learn/tutorials/null_pointers_asserts_and_warnings.ja.md" ; then make -f Makefile.from_md "ocaml.org/learn/tutorials/null_pointers_asserts_and_warnings.ja.html.toc" ; fi
if [ -f "ocaml.org/learn/tutorials/labels.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/labels.md" -set "page=ocaml.org/learn/tutorials/labels.html.tmp" -set "toc=ocaml.org/learn/tutorials/labels.html.toc" template/main.mpp -o "ocaml.org/learn/tutorials/labels.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/labels.md" -set "page=ocaml.org/learn/tutorials/labels.html.tmp" template/main.mpp -o "ocaml.org/learn/tutorials/labels.html" ; \
fi
make[4]: `ocaml.org/learn/tutorials/modules.ko.html.toc' is up to date.
omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -otoc -ts 0 "site/learn/tutorials/modules.md" -o "ocaml.org/learn/tutorials/modules.html.toc"
mkdir -p "ocaml.org/learn/tutorials"
if grep -q '*Table of contents*' "site/learn/tutorials/null_pointers_asserts_and_warnings.md" ; then make -f Makefile.from_md "ocaml.org/learn/tutorials/null_pointers_asserts_and_warnings.html.toc" ; fi
make -f Makefile.from_md "ocaml.org/learn/tutorials/modules.ko.html.tmp"
make -f Makefile.from_md "ocaml.org/learn/tutorials/modules.ja.html.tmp"
make -f Makefile.from_md "ocaml.org/learn/tutorials/modules.fr.html.tmp"
***** STARTING OCAML TOPLEVEL ******
mkdir -p "ocaml.org/learn/tutorials"
if grep -q '*Table of contents*' "site/learn/tutorials/null_pointers_asserts_and_warnings.zh.md" ; then make -f Makefile.from_md "ocaml.org/learn/tutorials/null_pointers_asserts_and_warnings.zh.html.toc" ; fi
omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -otoc -ts 0 "site/learn/tutorials/modules.zh.md" -o "ocaml.org/learn/tutorials/modules.zh.html.toc"
make[4]: `ocaml.org/learn/tutorials/null_pointers_asserts_and_warnings.fr.html.toc' is up to date.
mkdir -p "ocaml.org/learn/tutorials"
if grep -q '*Table of contents*' "site/learn/tutorials/objects.ja.md" ; then make -f Makefile.from_md "ocaml.org/learn/tutorials/objects.ja.html.toc" ; fi
make -f Makefile.from_md "ocaml.org/learn/tutorials/null_pointers_asserts_and_warnings.fr.html.tmp"
***** STARTING OCAML TOPLEVEL ******
mkdir -p "ocaml.org/learn/tutorials"
if grep -q '*Table of contents*' "site/learn/tutorials/objects.md" ; then make -f Makefile.from_md "ocaml.org/learn/tutorials/objects.html.toc" ; fi
make -f Makefile.from_md "ocaml.org/learn/tutorials/modules.html.tmp"
omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -otoc -ts 0 "site/learn/tutorials/null_pointers_asserts_and_warnings.it.md" -o "ocaml.org/learn/tutorials/null_pointers_asserts_and_warnings.it.html.toc"
mkdir -p "ocaml.org/learn/tutorials"
if grep -q '*Table of contents*' "site/learn/tutorials/ocaml_and_the_web.ja.md" ; then make -f Makefile.from_md "ocaml.org/learn/tutorials/ocaml_and_the_web.ja.html.toc" ; fi
make[4]: `ocaml.org/learn/tutorials/modules.ko.html.tmp' is up to date.
if [ -f "ocaml.org/learn/tutorials/modules.ko.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/modules.ko.md" -set "page=ocaml.org/learn/tutorials/modules.ko.html.tmp" -set "toc=ocaml.org/learn/tutorials/modules.ko.html.toc" template/main.mpp -o "ocaml.org/learn/tutorials/modules.ko.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/modules.ko.md" -set "page=ocaml.org/learn/tutorials/modules.ko.html.tmp" template/main.mpp -o "ocaml.org/learn/tutorials/modules.ko.html" ; \
fi
make -f Makefile.from_md "ocaml.org/learn/tutorials/modules.zh.html.tmp"
sed -e 's|\*Table of contents\*||g' "site/learn/tutorials/modules.ja.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/learn/tutorials/modules.ja.html.tmp"
sed -e 's|\*Table of contents\*||g' "site/learn/tutorials/modules.fr.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/learn/tutorials/modules.fr.html.tmp"
omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -otoc -ts 0 "site/learn/tutorials/null_pointers_asserts_and_warnings.ja.md" -o "ocaml.org/learn/tutorials/null_pointers_asserts_and_warnings.ja.html.toc"
***** STARTING OCAML TOPLEVEL ******
***** STARTING OCAML TOPLEVEL ******
mkdir -p "ocaml.org/learn/tutorials"
if grep -q '*Table of contents*' "site/learn/tutorials/ocaml_and_the_web.md" ; then make -f Makefile.from_md "ocaml.org/learn/tutorials/ocaml_and_the_web.html.toc" ; fi
if [ -f "ocaml.org/learn/tutorials/map.ja.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/map.ja.md" -set "page=ocaml.org/learn/tutorials/map.ja.html.tmp" -set "toc=ocaml.org/learn/tutorials/map.ja.html.toc" template/main.mpp -o "ocaml.org/learn/tutorials/map.ja.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/map.ja.md" -set "page=ocaml.org/learn/tutorials/map.ja.html.tmp" template/main.mpp -o "ocaml.org/learn/tutorials/map.ja.html" ; \
fi
omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -otoc -ts 0 "site/learn/tutorials/null_pointers_asserts_and_warnings.md" -o "ocaml.org/learn/tutorials/null_pointers_asserts_and_warnings.html.toc"
make[4]: `ocaml.org/learn/tutorials/null_pointers_asserts_and_warnings.fr.html.tmp' is up to date.
mkdir -p "ocaml.org/learn/tutorials"
if grep -q '*Table of contents*' "site/learn/tutorials/performance_and_profiling.ja.md" ; then make -f Makefile.from_md "ocaml.org/learn/tutorials/performance_and_profiling.ja.html.toc" ; fi
if [ -f "ocaml.org/learn/tutorials/null_pointers_asserts_and_warnings.fr.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/null_pointers_asserts_and_warnings.fr.md" -set "page=ocaml.org/learn/tutorials/null_pointers_asserts_and_warnings.fr.html.tmp" -set "toc=ocaml.org/learn/tutorials/null_pointers_asserts_and_warnings.fr.html.toc" template/main.mpp -o "ocaml.org/learn/tutorials/null_pointers_asserts_and_warnings.fr.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/null_pointers_asserts_and_warnings.fr.md" -set "page=ocaml.org/learn/tutorials/null_pointers_asserts_and_warnings.fr.html.tmp" template/main.mpp -o "ocaml.org/learn/tutorials/null_pointers_asserts_and_warnings.fr.html" ; \
fi
make -f Makefile.from_md "ocaml.org/learn/tutorials/null_pointers_asserts_and_warnings.it.html.tmp"
if [ -f "ocaml.org/learn/tutorials/map.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/map.md" -set "page=ocaml.org/learn/tutorials/map.html.tmp" -set "toc=ocaml.org/learn/tutorials/map.html.toc" template/main.mpp -o "ocaml.org/learn/tutorials/map.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/map.md" -set "page=ocaml.org/learn/tutorials/map.html.tmp" template/main.mpp -o "ocaml.org/learn/tutorials/map.html" ; \
fi
omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -otoc -ts 0 "site/learn/tutorials/null_pointers_asserts_and_warnings.zh.md" -o "ocaml.org/learn/tutorials/null_pointers_asserts_and_warnings.zh.html.toc"
sed -e 's|\*Table of contents\*||g' "site/learn/tutorials/modules.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/learn/tutorials/modules.html.tmp"
omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -otoc -ts 0 "site/learn/tutorials/objects.ja.md" -o "ocaml.org/learn/tutorials/objects.ja.html.toc"
mkdir -p "ocaml.org/learn/tutorials"
if grep -q '*Table of contents*' "site/learn/tutorials/performance_and_profiling.md" ; then make -f Makefile.from_md "ocaml.org/learn/tutorials/performance_and_profiling.html.toc" ; fi
make -f Makefile.from_md "ocaml.org/learn/tutorials/null_pointers_asserts_and_warnings.ja.html.tmp"
omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -otoc -ts 0 "site/learn/tutorials/objects.md" -o "ocaml.org/learn/tutorials/objects.html.toc"
mkdir -p "ocaml.org/learn/tutorials"
if grep -q '*Table of contents*' "site/learn/tutorials/performance_and_profiling_discussion.md" ; then make -f Makefile.from_md "ocaml.org/learn/tutorials/performance_and_profiling_discussion.html.toc" ; fi
make -f Makefile.from_md "ocaml.org/learn/tutorials/null_pointers_asserts_and_warnings.html.tmp"
sed -e 's|\*Table of contents\*||g' "site/learn/tutorials/modules.zh.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/learn/tutorials/modules.zh.html.tmp"
***** STARTING OCAML TOPLEVEL ******
***** STARTING OCAML TOPLEVEL ******
omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -otoc -ts 0 "site/learn/tutorials/ocaml_and_the_web.ja.md" -o "ocaml.org/learn/tutorials/ocaml_and_the_web.ja.html.toc"
mkdir -p "ocaml.org/learn/tutorials"
if grep -q '*Table of contents*' "site/learn/tutorials/pointers.md" ; then make -f Makefile.from_md "ocaml.org/learn/tutorials/pointers.html.toc" ; fi
make -f Makefile.from_md "ocaml.org/learn/tutorials/objects.ja.html.tmp"
make -f Makefile.from_md "ocaml.org/learn/tutorials/null_pointers_asserts_and_warnings.zh.html.tmp"
if [ -f "ocaml.org/learn/tutorials/introduction_to_gtk.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/introduction_to_gtk.md" -set "page=ocaml.org/learn/tutorials/introduction_to_gtk.html.tmp" -set "toc=ocaml.org/learn/tutorials/introduction_to_gtk.html.toc" template/main.mpp -o "ocaml.org/learn/tutorials/introduction_to_gtk.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/introduction_to_gtk.md" -set "page=ocaml.org/learn/tutorials/introduction_to_gtk.html.tmp" template/main.mpp -o "ocaml.org/learn/tutorials/introduction_to_gtk.html" ; \
fi
make[4]: `ocaml.org/learn/tutorials/ocaml_and_the_web.html.toc' is up to date.
mkdir -p "ocaml.org/learn/tutorials"
make -f Makefile.from_md "ocaml.org/learn/tutorials/performance_and_profiling_discussion.html.tmp"
if grep -q '*Table of contents*' "site/learn/tutorials/set.ja.md" ; then make -f Makefile.from_md "ocaml.org/learn/tutorials/set.ja.html.toc" ; fi
make -f Makefile.from_md "ocaml.org/learn/tutorials/ocaml_and_the_web.html.tmp"
make -f Makefile.from_md "ocaml.org/learn/tutorials/objects.html.tmp"
if [ -f "ocaml.org/learn/tutorials/modules.fr.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/modules.fr.md" -set "page=ocaml.org/learn/tutorials/modules.fr.html.tmp" -set "toc=ocaml.org/learn/tutorials/modules.fr.html.toc" template/main.mpp -o "ocaml.org/learn/tutorials/modules.fr.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/modules.fr.md" -set "page=ocaml.org/learn/tutorials/modules.fr.html.tmp" template/main.mpp -o "ocaml.org/learn/tutorials/modules.fr.html" ; \
fi
sed -e 's|\*Table of contents\*||g' "site/learn/tutorials/null_pointers_asserts_and_warnings.it.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/learn/tutorials/null_pointers_asserts_and_warnings.it.html.tmp"
sed -e 's|\*Table of contents\*||g' "site/learn/tutorials/null_pointers_asserts_and_warnings.ja.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/learn/tutorials/null_pointers_asserts_and_warnings.ja.html.tmp"
mkdir -p "ocaml.org/learn/tutorials"
if grep -q '*Table of contents*' "site/learn/tutorials/set.md" ; then make -f Makefile.from_md "ocaml.org/learn/tutorials/set.html.toc" ; fi
make -f Makefile.from_md "ocaml.org/learn/tutorials/ocaml_and_the_web.ja.html.tmp"
omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -otoc -ts 0 "site/learn/tutorials/performance_and_profiling.ja.md" -o "ocaml.org/learn/tutorials/performance_and_profiling.ja.html.toc"
***** STARTING OCAML TOPLEVEL ******
sed -e 's|\*Table of contents\*||g' "site/learn/tutorials/null_pointers_asserts_and_warnings.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/learn/tutorials/null_pointers_asserts_and_warnings.html.tmp"
omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -otoc -ts 0 "site/learn/tutorials/performance_and_profiling.md" -o "ocaml.org/learn/tutorials/performance_and_profiling.html.toc"
mkdir -p "ocaml.org/learn/tutorials"
make -f Makefile.from_md "ocaml.org/learn/tutorials/set.ja.html.tmp"
if grep -q '*Table of contents*' "site/learn/tutorials/standard_library_examples.ja.md" ; then make -f Makefile.from_md "ocaml.org/learn/tutorials/standard_library_examples.ja.html.toc" ; fi
if [ -f "ocaml.org/learn/tutorials/modules.ja.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/modules.ja.md" -set "page=ocaml.org/learn/tutorials/modules.ja.html.tmp" -set "toc=ocaml.org/learn/tutorials/modules.ja.html.toc" template/main.mpp -o "ocaml.org/learn/tutorials/modules.ja.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/modules.ja.md" -set "page=ocaml.org/learn/tutorials/modules.ja.html.tmp" template/main.mpp -o "ocaml.org/learn/tutorials/modules.ja.html" ; \
fi
if [ -f "ocaml.org/learn/tutorials/labels.ja.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/labels.ja.md" -set "page=ocaml.org/learn/tutorials/labels.ja.html.tmp" -set "toc=ocaml.org/learn/tutorials/labels.ja.html.toc" template/main.mpp -o "ocaml.org/learn/tutorials/labels.ja.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/labels.ja.md" -set "page=ocaml.org/learn/tutorials/labels.ja.html.tmp" template/main.mpp -o "ocaml.org/learn/tutorials/labels.ja.html" ; \
fi
sed -e 's|\*Table of contents\*||g' "site/learn/tutorials/null_pointers_asserts_and_warnings.zh.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/learn/tutorials/null_pointers_asserts_and_warnings.zh.html.tmp"
sed -e 's|\*Table of contents\*||g' "site/learn/tutorials/objects.ja.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/learn/tutorials/objects.ja.html.tmp"
mkdir -p "ocaml.org/learn/tutorials"
***** STARTING OCAML TOPLEVEL ******
make -f Makefile.from_md "ocaml.org/learn/tutorials/set.html.tmp"
if grep -q '*Table of contents*' "site/learn/tutorials/standard_library_examples.md" ; then make -f Makefile.from_md "ocaml.org/learn/tutorials/standard_library_examples.html.toc" ; fi
make -f Makefile.from_md "ocaml.org/learn/tutorials/performance_and_profiling.ja.html.tmp"
omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -otoc -ts 0 "site/learn/tutorials/pointers.md" -o "ocaml.org/learn/tutorials/pointers.html.toc"
sed -e 's|\*Table of contents\*||g' "site/learn/tutorials/performance_and_profiling_discussion.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/learn/tutorials/performance_and_profiling_discussion.html.tmp"
sed -e 's|\*Table of contents\*||g' "site/learn/tutorials/objects.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/learn/tutorials/objects.html.tmp"
make[4]: `ocaml.org/learn/tutorials/ocaml_and_the_web.html.tmp' is up to date.
mkdir -p "ocaml.org/learn/tutorials"
make -f Makefile.from_md "ocaml.org/learn/tutorials/standard_library_examples.ja.html.tmp"
if grep -q '*Table of contents*' "site/learn/tutorials/standard_library_examples.zh.md" ; then make -f Makefile.from_md "ocaml.org/learn/tutorials/standard_library_examples.zh.html.toc" ; fi
if [ -f "ocaml.org/learn/tutorials/ocaml_and_the_web.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/ocaml_and_the_web.md" -set "page=ocaml.org/learn/tutorials/ocaml_and_the_web.html.tmp" -set "toc=ocaml.org/learn/tutorials/ocaml_and_the_web.html.toc" template/main.mpp -o "ocaml.org/learn/tutorials/ocaml_and_the_web.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/ocaml_and_the_web.md" -set "page=ocaml.org/learn/tutorials/ocaml_and_the_web.html.tmp" template/main.mpp -o "ocaml.org/learn/tutorials/ocaml_and_the_web.html" ; \
fi
make -f Makefile.from_md "ocaml.org/learn/tutorials/performance_and_profiling.html.tmp"
sed -e 's|\*Table of contents\*||g' "site/learn/tutorials/ocaml_and_the_web.ja.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/learn/tutorials/ocaml_and_the_web.ja.html.tmp"
mkdir -p "ocaml.org/learn/tutorials"
make -f Makefile.from_md "ocaml.org/learn/tutorials/standard_library_examples.html.tmp"
if grep -q '*Table of contents*' "site/learn/tutorials/stream_expressions.md" ; then make -f Makefile.from_md "ocaml.org/learn/tutorials/stream_expressions.html.toc" ; fi
***** STARTING OCAML TOPLEVEL ******
sed -e 's|\*Table of contents\*||g' "site/learn/tutorials/set.ja.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/learn/tutorials/set.ja.html.tmp"
mkdir -p "ocaml.org/learn/tutorials"
***** STARTING OCAML TOPLEVEL ******
make -f Makefile.from_md "ocaml.org/learn/tutorials/standard_library_examples.zh.html.tmp"
if grep -q '*Table of contents*' "site/learn/tutorials/streams.md" ; then make -f Makefile.from_md "ocaml.org/learn/tutorials/streams.html.toc" ; fi
if [ -f "ocaml.org/learn/tutorials/performance_and_profiling_discussion.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/performance_and_profiling_discussion.md" -set "page=ocaml.org/learn/tutorials/performance_and_profiling_discussion.html.tmp" -set "toc=ocaml.org/learn/tutorials/performance_and_profiling_discussion.html.toc" template/main.mpp -o "ocaml.org/learn/tutorials/performance_and_profiling_discussion.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/performance_and_profiling_discussion.md" -set "page=ocaml.org/learn/tutorials/performance_and_profiling_discussion.html.tmp" template/main.mpp -o "ocaml.org/learn/tutorials/performance_and_profiling_discussion.html" ; \
fi
if [ -f "ocaml.org/learn/tutorials/ocaml_and_the_web.ja.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/ocaml_and_the_web.ja.md" -set "page=ocaml.org/learn/tutorials/ocaml_and_the_web.ja.html.tmp" -set "toc=ocaml.org/learn/tutorials/ocaml_and_the_web.ja.html.toc" template/main.mpp -o "ocaml.org/learn/tutorials/ocaml_and_the_web.ja.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/ocaml_and_the_web.ja.md" -set "page=ocaml.org/learn/tutorials/ocaml_and_the_web.ja.html.tmp" template/main.mpp -o "ocaml.org/learn/tutorials/ocaml_and_the_web.ja.html" ; \
fi
make -f Makefile.from_md "ocaml.org/learn/tutorials/pointers.html.tmp"
if [ -f "ocaml.org/learn/tutorials/modules.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/modules.md" -set "page=ocaml.org/learn/tutorials/modules.html.tmp" -set "toc=ocaml.org/learn/tutorials/modules.html.toc" template/main.mpp -o "ocaml.org/learn/tutorials/modules.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/modules.md" -set "page=ocaml.org/learn/tutorials/modules.html.tmp" template/main.mpp -o "ocaml.org/learn/tutorials/modules.html" ; \
fi
if [ -f "ocaml.org/learn/tutorials/99problems.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/99problems.md" -set "page=ocaml.org/learn/tutorials/99problems.html.tmp" -set "toc=ocaml.org/learn/tutorials/99problems.html.toc" template/main.mpp -o "ocaml.org/learn/tutorials/99problems.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/99problems.md" -set "page=ocaml.org/learn/tutorials/99problems.html.tmp" template/main.mpp -o "ocaml.org/learn/tutorials/99problems.html" ; \
fi
sed -e 's|\*Table of contents\*||g' "site/learn/tutorials/set.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/learn/tutorials/set.html.tmp"
sed -e 's|\*Table of contents\*||g' "site/learn/tutorials/performance_and_profiling.ja.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/learn/tutorials/performance_and_profiling.ja.html.tmp"
***** STARTING OCAML TOPLEVEL ******
mkdir -p "ocaml.org/learn/tutorials"
if grep -q '*Table of contents*' "site/learn/tutorials/structure_of_ocaml_programs.fr.md" ; then make -f Makefile.from_md "ocaml.org/learn/tutorials/structure_of_ocaml_programs.fr.html.toc" ; fi
if [ -f "ocaml.org/learn/tutorials/null_pointers_asserts_and_warnings.it.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/null_pointers_asserts_and_warnings.it.md" -set "page=ocaml.org/learn/tutorials/null_pointers_asserts_and_warnings.it.html.tmp" -set "toc=ocaml.org/learn/tutorials/null_pointers_asserts_and_warnings.it.html.toc" template/main.mpp -o "ocaml.org/learn/tutorials/null_pointers_asserts_and_warnings.it.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/null_pointers_asserts_and_warnings.it.md" -set "page=ocaml.org/learn/tutorials/null_pointers_asserts_and_warnings.it.html.tmp" template/main.mpp -o "ocaml.org/learn/tutorials/null_pointers_asserts_and_warnings.it.html" ; \
fi
sed -e 's|\*Table of contents\*||g' "site/learn/tutorials/standard_library_examples.ja.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/learn/tutorials/standard_library_examples.ja.html.tmp"
***** STARTING OCAML TOPLEVEL ******
sed -e 's|\*Table of contents\*||g' "site/learn/tutorials/performance_and_profiling.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/learn/tutorials/performance_and_profiling.html.tmp"
***** STARTING OCAML TOPLEVEL ******
***** STARTING OCAML TOPLEVEL ******
mkdir -p "ocaml.org/learn/tutorials"
if grep -q '*Table of contents*' "site/learn/tutorials/structure_of_ocaml_programs.it.md" ; then make -f Makefile.from_md "ocaml.org/learn/tutorials/structure_of_ocaml_programs.it.html.toc" ; fi
if [ -f "ocaml.org/learn/tutorials/null_pointers_asserts_and_warnings.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/null_pointers_asserts_and_warnings.md" -set "page=ocaml.org/learn/tutorials/null_pointers_asserts_and_warnings.html.tmp" -set "toc=ocaml.org/learn/tutorials/null_pointers_asserts_and_warnings.html.toc" template/main.mpp -o "ocaml.org/learn/tutorials/null_pointers_asserts_and_warnings.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/null_pointers_asserts_and_warnings.md" -set "page=ocaml.org/learn/tutorials/null_pointers_asserts_and_warnings.html.tmp" template/main.mpp -o "ocaml.org/learn/tutorials/null_pointers_asserts_and_warnings.html" ; \
fi
if [ -f "ocaml.org/learn/tutorials/null_pointers_asserts_and_warnings.ja.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/null_pointers_asserts_and_warnings.ja.md" -set "page=ocaml.org/learn/tutorials/null_pointers_asserts_and_warnings.ja.html.tmp" -set "toc=ocaml.org/learn/tutorials/null_pointers_asserts_and_warnings.ja.html.toc" template/main.mpp -o "ocaml.org/learn/tutorials/null_pointers_asserts_and_warnings.ja.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/null_pointers_asserts_and_warnings.ja.md" -set "page=ocaml.org/learn/tutorials/null_pointers_asserts_and_warnings.ja.html.tmp" template/main.mpp -o "ocaml.org/learn/tutorials/null_pointers_asserts_and_warnings.ja.html" ; \
fi
if [ -f "ocaml.org/learn/tutorials/modules.zh.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/modules.zh.md" -set "page=ocaml.org/learn/tutorials/modules.zh.html.tmp" -set "toc=ocaml.org/learn/tutorials/modules.zh.html.toc" template/main.mpp -o "ocaml.org/learn/tutorials/modules.zh.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/modules.zh.md" -set "page=ocaml.org/learn/tutorials/modules.zh.html.tmp" template/main.mpp -o "ocaml.org/learn/tutorials/modules.zh.html" ; \
fi
sed -e 's|\*Table of contents\*||g' "site/learn/tutorials/standard_library_examples.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/learn/tutorials/standard_library_examples.html.tmp"
mkdir -p "ocaml.org/learn/tutorials"
if grep -q '*Table of contents*' "site/learn/tutorials/structure_of_ocaml_programs.ja.md" ; then make -f Makefile.from_md "ocaml.org/learn/tutorials/structure_of_ocaml_programs.ja.html.toc" ; fi
***** STARTING OCAML TOPLEVEL ******
omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -otoc -ts 0 "site/learn/tutorials/stream_expressions.md" -o "ocaml.org/learn/tutorials/stream_expressions.html.toc"
sed -e 's|\*Table of contents\*||g' "site/learn/tutorials/standard_library_examples.zh.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/learn/tutorials/standard_library_examples.zh.html.tmp"
sed -e 's|\*Table of contents\*||g' "site/learn/tutorials/pointers.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/learn/tutorials/pointers.html.tmp"
mkdir -p "ocaml.org/learn/tutorials"
if grep -q '*Table of contents*' "site/learn/tutorials/structure_of_ocaml_programs.ko.md" ; then make -f Makefile.from_md "ocaml.org/learn/tutorials/structure_of_ocaml_programs.ko.html.toc" ; fi
if [ -f "ocaml.org/learn/tutorials/standard_library_examples.ja.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/standard_library_examples.ja.md" -set "page=ocaml.org/learn/tutorials/standard_library_examples.ja.html.tmp" -set "toc=ocaml.org/learn/tutorials/standard_library_examples.ja.html.toc" template/main.mpp -o "ocaml.org/learn/tutorials/standard_library_examples.ja.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/standard_library_examples.ja.md" -set "page=ocaml.org/learn/tutorials/standard_library_examples.ja.html.tmp" template/main.mpp -o "ocaml.org/learn/tutorials/standard_library_examples.ja.html" ; \
fi
if [ -f "ocaml.org/learn/tutorials/null_pointers_asserts_and_warnings.zh.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/null_pointers_asserts_and_warnings.zh.md" -set "page=ocaml.org/learn/tutorials/null_pointers_asserts_and_warnings.zh.html.tmp" -set "toc=ocaml.org/learn/tutorials/null_pointers_asserts_and_warnings.zh.html.toc" template/main.mpp -o "ocaml.org/learn/tutorials/null_pointers_asserts_and_warnings.zh.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/null_pointers_asserts_and_warnings.zh.md" -set "page=ocaml.org/learn/tutorials/null_pointers_asserts_and_warnings.zh.html.tmp" template/main.mpp -o "ocaml.org/learn/tutorials/null_pointers_asserts_and_warnings.zh.html" ; \
fi
omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -otoc -ts 0 "site/learn/tutorials/streams.md" -o "ocaml.org/learn/tutorials/streams.html.toc"
mkdir -p "ocaml.org/meetings"
if grep -q '*Table of contents*' "site/learn/tutorials/structure_of_ocaml_programs.md" ; then make -f Makefile.from_md "ocaml.org/learn/tutorials/structure_of_ocaml_programs.html.toc" ; fi
if [ -f "ocaml.org/learn/tutorials/standard_library_examples.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/standard_library_examples.md" -set "page=ocaml.org/learn/tutorials/standard_library_examples.html.tmp" -set "toc=ocaml.org/learn/tutorials/standard_library_examples.html.toc" template/main.mpp -o "ocaml.org/learn/tutorials/standard_library_examples.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/standard_library_examples.md" -set "page=ocaml.org/learn/tutorials/standard_library_examples.html.tmp" template/main.mpp -o "ocaml.org/learn/tutorials/standard_library_examples.html" ; \
fi
***** STARTING OCAML TOPLEVEL ******
omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -otoc -ts 0 "site/learn/tutorials/structure_of_ocaml_programs.fr.md" -o "ocaml.org/learn/tutorials/structure_of_ocaml_programs.fr.html.toc"
mkdir -p "ocaml.org/meetings"
if grep -q '*Table of contents*' "site/learn/tutorials/structure_of_ocaml_programs.zh.md" ; then make -f Makefile.from_md "ocaml.org/learn/tutorials/structure_of_ocaml_programs.zh.html.toc" ; fi
make -f Makefile.from_md "ocaml.org/learn/tutorials/streams.html.tmp"
if [ -f "ocaml.org/learn/tutorials/standard_library_examples.zh.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/standard_library_examples.zh.md" -set "page=ocaml.org/learn/tutorials/standard_library_examples.zh.html.tmp" -set "toc=ocaml.org/learn/tutorials/standard_library_examples.zh.html.toc" template/main.mpp -o "ocaml.org/learn/tutorials/standard_library_examples.zh.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/standard_library_examples.zh.md" -set "page=ocaml.org/learn/tutorials/standard_library_examples.zh.html.tmp" template/main.mpp -o "ocaml.org/learn/tutorials/standard_library_examples.zh.html" ; \
fi
make -f Makefile.from_md "ocaml.org/learn/tutorials/stream_expressions.html.tmp"
***** STARTING OCAML TOPLEVEL ******
omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -otoc -ts 0 "site/learn/tutorials/structure_of_ocaml_programs.it.md" -o "ocaml.org/learn/tutorials/structure_of_ocaml_programs.it.html.toc"
***** STARTING OCAML TOPLEVEL ******
mkdir -p "ocaml.org/meetings/ocaml/2008"
if grep -q '*Table of contents*' "site/meetings/index.fr.md" ; then make -f Makefile.from_md "ocaml.org/meetings/index.fr.html.toc" ; fi
if [ -f "ocaml.org/learn/tutorials/performance_and_profiling.ja.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/performance_and_profiling.ja.md" -set "page=ocaml.org/learn/tutorials/performance_and_profiling.ja.html.tmp" -set "toc=ocaml.org/learn/tutorials/performance_and_profiling.ja.html.toc" template/main.mpp -o "ocaml.org/learn/tutorials/performance_and_profiling.ja.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/performance_and_profiling.ja.md" -set "page=ocaml.org/learn/tutorials/performance_and_profiling.ja.html.tmp" template/main.mpp -o "ocaml.org/learn/tutorials/performance_and_profiling.ja.html" ; \
fi
if [ -f "ocaml.org/learn/tutorials/set.ja.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/set.ja.md" -set "page=ocaml.org/learn/tutorials/set.ja.html.tmp" -set "toc=ocaml.org/learn/tutorials/set.ja.html.toc" template/main.mpp -o "ocaml.org/learn/tutorials/set.ja.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/set.ja.md" -set "page=ocaml.org/learn/tutorials/set.ja.html.tmp" template/main.mpp -o "ocaml.org/learn/tutorials/set.ja.html" ; \
fi
omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -otoc -ts 0 "site/learn/tutorials/structure_of_ocaml_programs.ja.md" -o "ocaml.org/learn/tutorials/structure_of_ocaml_programs.ja.html.toc"
mkdir -p "ocaml.org/meetings/ocaml/2009"
if grep -q '*Table of contents*' "site/meetings/index.md" ; then make -f Makefile.from_md "ocaml.org/meetings/index.html.toc" ; fi
make -f Makefile.from_md "ocaml.org/learn/tutorials/structure_of_ocaml_programs.fr.html.tmp"
if [ -f "ocaml.org/learn/tutorials/performance_and_profiling.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/performance_and_profiling.md" -set "page=ocaml.org/learn/tutorials/performance_and_profiling.html.tmp" -set "toc=ocaml.org/learn/tutorials/performance_and_profiling.html.toc" template/main.mpp -o "ocaml.org/learn/tutorials/performance_and_profiling.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/performance_and_profiling.md" -set "page=ocaml.org/learn/tutorials/performance_and_profiling.html.tmp" template/main.mpp -o "ocaml.org/learn/tutorials/performance_and_profiling.html" ; \
fi
if [ -f "ocaml.org/learn/tutorials/set.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/set.md" -set "page=ocaml.org/learn/tutorials/set.html.tmp" -set "toc=ocaml.org/learn/tutorials/set.html.toc" template/main.mpp -o "ocaml.org/learn/tutorials/set.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/set.md" -set "page=ocaml.org/learn/tutorials/set.html.tmp" template/main.mpp -o "ocaml.org/learn/tutorials/set.html" ; \
fi
omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -otoc -ts 0 "site/learn/tutorials/structure_of_ocaml_programs.ko.md" -o "ocaml.org/learn/tutorials/structure_of_ocaml_programs.ko.html.toc"
***** STARTING OCAML TOPLEVEL ******
mkdir -p "ocaml.org/meetings/ocaml/2011"
if grep -q '*Table of contents*' "site/meetings/ocaml/2008/index.md" ; then make -f Makefile.from_md "ocaml.org/meetings/ocaml/2008/index.html.toc" ; fi
make -f Makefile.from_md "ocaml.org/learn/tutorials/structure_of_ocaml_programs.it.html.tmp"
if [ -f "ocaml.org/learn/tutorials/if_statements_loops_and_recursion.it.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/if_statements_loops_and_recursion.it.md" -set "page=ocaml.org/learn/tutorials/if_statements_loops_and_recursion.it.html.tmp" -set "toc=ocaml.org/learn/tutorials/if_statements_loops_and_recursion.it.html.toc" template/main.mpp -o "ocaml.org/learn/tutorials/if_statements_loops_and_recursion.it.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/if_statements_loops_and_recursion.it.md" -set "page=ocaml.org/learn/tutorials/if_statements_loops_and_recursion.it.html.tmp" template/main.mpp -o "ocaml.org/learn/tutorials/if_statements_loops_and_recursion.it.html" ; \
fi
omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -otoc -ts 0 "site/learn/tutorials/structure_of_ocaml_programs.md" -o "ocaml.org/learn/tutorials/structure_of_ocaml_programs.html.toc"
sed -e 's|\*Table of contents\*||g' "site/learn/tutorials/streams.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/learn/tutorials/streams.html.tmp"
sed -e 's|\*Table of contents\*||g' "site/learn/tutorials/stream_expressions.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/learn/tutorials/stream_expressions.html.tmp"
mkdir -p "ocaml.org/meetings/ocaml/2013"
make -f Makefile.from_md "ocaml.org/meetings/index.html.tmp"
if grep -q '*Table of contents*' "site/meetings/ocaml/2009/index.md" ; then make -f Makefile.from_md "ocaml.org/meetings/ocaml/2009/index.html.toc" ; fi
make -f Makefile.from_md "ocaml.org/learn/tutorials/structure_of_ocaml_programs.ja.html.tmp"
omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -otoc -ts 0 "site/learn/tutorials/structure_of_ocaml_programs.zh.md" -o "ocaml.org/learn/tutorials/structure_of_ocaml_programs.zh.html.toc"
mkdir -p "ocaml.org/meetings/ocaml/2013"
if grep -q '*Table of contents*' "site/meetings/ocaml/2011/index.md" ; then make -f Makefile.from_md "ocaml.org/meetings/ocaml/2011/index.html.toc" ; fi
make -f Makefile.from_md "ocaml.org/learn/tutorials/structure_of_ocaml_programs.ko.html.tmp"
omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -otoc -ts 0 "site/meetings/index.fr.md" -o "ocaml.org/meetings/index.fr.html.toc"
sed -e 's|\*Table of contents\*||g' "site/learn/tutorials/structure_of_ocaml_programs.fr.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/learn/tutorials/structure_of_ocaml_programs.fr.html.tmp"
mkdir -p "ocaml.org/meetings/ocaml/2013"
if grep -q '*Table of contents*' "site/meetings/ocaml/2013/call.md" ; then make -f Makefile.from_md "ocaml.org/meetings/ocaml/2013/call.html.toc" ; fi
make -f Makefile.from_md "ocaml.org/learn/tutorials/structure_of_ocaml_programs.html.tmp"
if [ -f "ocaml.org/learn/tutorials/objects.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/objects.md" -set "page=ocaml.org/learn/tutorials/objects.html.tmp" -set "toc=ocaml.org/learn/tutorials/objects.html.toc" template/main.mpp -o "ocaml.org/learn/tutorials/objects.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/objects.md" -set "page=ocaml.org/learn/tutorials/objects.html.tmp" template/main.mpp -o "ocaml.org/learn/tutorials/objects.html" ; \
fi
if [ -f "ocaml.org/learn/tutorials/objects.ja.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/objects.ja.md" -set "page=ocaml.org/learn/tutorials/objects.ja.html.tmp" -set "toc=ocaml.org/learn/tutorials/objects.ja.html.toc" template/main.mpp -o "ocaml.org/learn/tutorials/objects.ja.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/objects.ja.md" -set "page=ocaml.org/learn/tutorials/objects.ja.html.tmp" template/main.mpp -o "ocaml.org/learn/tutorials/objects.ja.html" ; \
fi
sed -e 's|\*Table of contents\*||g' "site/learn/tutorials/structure_of_ocaml_programs.it.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/learn/tutorials/structure_of_ocaml_programs.it.html.tmp"
mkdir -p "ocaml.org/meetings/ocaml/2013/talks"
if grep -q '*Table of contents*' "site/meetings/ocaml/2013/index.md" ; then make -f Makefile.from_md "ocaml.org/meetings/ocaml/2013/index.html.toc" ; fi
make -f Makefile.from_md "ocaml.org/learn/tutorials/structure_of_ocaml_programs.zh.html.tmp"
if [ -f "ocaml.org/learn/tutorials/if_statements_loops_and_recursion.ko.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/if_statements_loops_and_recursion.ko.md" -set "page=ocaml.org/learn/tutorials/if_statements_loops_and_recursion.ko.html.tmp" -set "toc=ocaml.org/learn/tutorials/if_statements_loops_and_recursion.ko.html.toc" template/main.mpp -o "ocaml.org/learn/tutorials/if_statements_loops_and_recursion.ko.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/if_statements_loops_and_recursion.ko.md" -set "page=ocaml.org/learn/tutorials/if_statements_loops_and_recursion.ko.html.tmp" template/main.mpp -o "ocaml.org/learn/tutorials/if_statements_loops_and_recursion.ko.html" ; \
fi
mkdir -p "ocaml.org/meetings/ocaml/2014"
make -f Makefile.from_md "ocaml.org/meetings/ocaml/2013/call.html.tmp"
if grep -q '*Table of contents*' "site/meetings/ocaml/2013/program.md" ; then make -f Makefile.from_md "ocaml.org/meetings/ocaml/2013/program.html.toc" ; fi
make -f Makefile.from_md "ocaml.org/meetings/index.fr.html.tmp"
if [ -f "ocaml.org/learn/tutorials/if_statements_loops_and_recursion.ja.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/if_statements_loops_and_recursion.ja.md" -set "page=ocaml.org/learn/tutorials/if_statements_loops_and_recursion.ja.html.tmp" -set "toc=ocaml.org/learn/tutorials/if_statements_loops_and_recursion.ja.html.toc" template/main.mpp -o "ocaml.org/learn/tutorials/if_statements_loops_and_recursion.ja.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/if_statements_loops_and_recursion.ja.md" -set "page=ocaml.org/learn/tutorials/if_statements_loops_and_recursion.ja.html.tmp" template/main.mpp -o "ocaml.org/learn/tutorials/if_statements_loops_and_recursion.ja.html" ; \
fi
***** STARTING OCAML TOPLEVEL ******
sed -e 's|\*Table of contents\*||g' "site/learn/tutorials/structure_of_ocaml_programs.ja.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/learn/tutorials/structure_of_ocaml_programs.ja.html.tmp"
omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -otoc -ts 0 "site/meetings/ocaml/2008/index.md" -o "ocaml.org/meetings/ocaml/2008/index.html.toc"
sed -e 's|\*Table of contents\*||g' "site/meetings/index.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/meetings/index.html.tmp"
***** STARTING OCAML TOPLEVEL ******
mkdir -p "ocaml.org/meetings/ocaml/2014"
if grep -q '*Table of contents*' "site/meetings/ocaml/2013/talks/index.md" ; then make -f Makefile.from_md "ocaml.org/meetings/ocaml/2013/talks/index.html.toc" ; fi
omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -otoc -ts 0 "site/meetings/ocaml/2009/index.md" -o "ocaml.org/meetings/ocaml/2009/index.html.toc"
if [ -f "ocaml.org/learn/tutorials/pointers.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/pointers.md" -set "page=ocaml.org/learn/tutorials/pointers.html.tmp" -set "toc=ocaml.org/learn/tutorials/pointers.html.toc" template/main.mpp -o "ocaml.org/learn/tutorials/pointers.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/pointers.md" -set "page=ocaml.org/learn/tutorials/pointers.html.tmp" template/main.mpp -o "ocaml.org/learn/tutorials/pointers.html" ; \
fi
sed -e 's|\*Table of contents\*||g' "site/learn/tutorials/structure_of_ocaml_programs.ko.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/learn/tutorials/structure_of_ocaml_programs.ko.html.tmp"
sed -e 's|\*Table of contents\*||g' "site/learn/tutorials/structure_of_ocaml_programs.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/learn/tutorials/structure_of_ocaml_programs.html.tmp"
omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -otoc -ts 0 "site/meetings/ocaml/2011/index.md" -o "ocaml.org/meetings/ocaml/2011/index.html.toc"
***** STARTING OCAML TOPLEVEL ******
mkdir -p "ocaml.org/platform"
make -f Makefile.from_md "ocaml.org/meetings/ocaml/2013/program.html.tmp"
if grep -q '*Table of contents*' "site/meetings/ocaml/2014/cfp.md" ; then make -f Makefile.from_md "ocaml.org/meetings/ocaml/2014/cfp.html.toc" ; fi
if [ -f "ocaml.org/meetings/index.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/meetings/index.md" -set "page=ocaml.org/meetings/index.html.tmp" -set "toc=ocaml.org/meetings/index.html.toc" template/main.mpp -o "ocaml.org/meetings/index.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/meetings/index.md" -set "page=ocaml.org/meetings/index.html.tmp" template/main.mpp -o "ocaml.org/meetings/index.html" ; \
fi
make -f Makefile.from_md "ocaml.org/meetings/ocaml/2008/index.html.tmp"
if [ -f "ocaml.org/learn/tutorials/if_statements_loops_and_recursion.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/if_statements_loops_and_recursion.md" -set "page=ocaml.org/learn/tutorials/if_statements_loops_and_recursion.html.tmp" -set "toc=ocaml.org/learn/tutorials/if_statements_loops_and_recursion.html.toc" template/main.mpp -o "ocaml.org/learn/tutorials/if_statements_loops_and_recursion.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/if_statements_loops_and_recursion.md" -set "page=ocaml.org/learn/tutorials/if_statements_loops_and_recursion.html.tmp" template/main.mpp -o "ocaml.org/learn/tutorials/if_statements_loops_and_recursion.html" ; \
fi
sed -e 's|\*Table of contents\*||g' "site/learn/tutorials/structure_of_ocaml_programs.zh.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/learn/tutorials/structure_of_ocaml_programs.zh.html.tmp"
mkdir -p "ocaml.org/releases"
make -f Makefile.from_md "ocaml.org/meetings/ocaml/2013/talks/index.html.tmp"
if grep -q '*Table of contents*' "site/meetings/ocaml/2014/index.md" ; then make -f Makefile.from_md "ocaml.org/meetings/ocaml/2014/index.html.toc" ; fi
if [ -f "ocaml.org/learn/tutorials/structure_of_ocaml_programs.ko.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/structure_of_ocaml_programs.ko.md" -set "page=ocaml.org/learn/tutorials/structure_of_ocaml_programs.ko.html.tmp" -set "toc=ocaml.org/learn/tutorials/structure_of_ocaml_programs.ko.html.toc" template/main.mpp -o "ocaml.org/learn/tutorials/structure_of_ocaml_programs.ko.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/structure_of_ocaml_programs.ko.md" -set "page=ocaml.org/learn/tutorials/structure_of_ocaml_programs.ko.html.tmp" template/main.mpp -o "ocaml.org/learn/tutorials/structure_of_ocaml_programs.ko.html" ; \
fi
make -f Makefile.from_md "ocaml.org/meetings/ocaml/2009/index.html.tmp"
sed -e 's|\*Table of contents\*||g' "site/meetings/index.fr.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/meetings/index.fr.html.tmp"
make[4]: `ocaml.org/meetings/ocaml/2013/index.html.toc' is up to date.
make[4]: `ocaml.org/meetings/ocaml/2013/call.html.tmp' is up to date.
***** STARTING OCAML TOPLEVEL ******
mkdir -p "ocaml.org/releases"
make -f Makefile.from_md "ocaml.org/meetings/ocaml/2014/cfp.html.tmp"
if grep -q '*Table of contents*' "site/platform/index.md" ; then make -f Makefile.from_md "ocaml.org/platform/index.html.toc" ; fi
if [ -f "ocaml.org/meetings/ocaml/2013/call.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/meetings/ocaml/2013/call.md" -set "page=ocaml.org/meetings/ocaml/2013/call.html.tmp" -set "toc=ocaml.org/meetings/ocaml/2013/call.html.toc" template/main.mpp -o "ocaml.org/meetings/ocaml/2013/call.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/meetings/ocaml/2013/call.md" -set "page=ocaml.org/meetings/ocaml/2013/call.html.tmp" template/main.mpp -o "ocaml.org/meetings/ocaml/2013/call.html" ; \
fi
make -f Makefile.from_md "ocaml.org/meetings/ocaml/2013/index.html.tmp"
make -f Makefile.from_md "ocaml.org/meetings/ocaml/2011/index.html.tmp"
if [ -f "ocaml.org/learn/tutorials/structure_of_ocaml_programs.zh.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/structure_of_ocaml_programs.zh.md" -set "page=ocaml.org/learn/tutorials/structure_of_ocaml_programs.zh.html.tmp" -set "toc=ocaml.org/learn/tutorials/structure_of_ocaml_programs.zh.html.toc" template/main.mpp -o "ocaml.org/learn/tutorials/structure_of_ocaml_programs.zh.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/structure_of_ocaml_programs.zh.md" -set "page=ocaml.org/learn/tutorials/structure_of_ocaml_programs.zh.html.tmp" template/main.mpp -o "ocaml.org/learn/tutorials/structure_of_ocaml_programs.zh.html" ; \
fi
***** STARTING OCAML TOPLEVEL ******
mkdir -p "ocaml.org/releases"
if grep -q '*Table of contents*' "site/releases/3.12.1.md" ; then make -f Makefile.from_md "ocaml.org/releases/3.12.1.html.toc" ; fi
if [ -f "ocaml.org/meetings/index.fr.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/meetings/index.fr.md" -set "page=ocaml.org/meetings/index.fr.html.tmp" -set "toc=ocaml.org/meetings/index.fr.html.toc" template/main.mpp -o "ocaml.org/meetings/index.fr.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/meetings/index.fr.md" -set "page=ocaml.org/meetings/index.fr.html.tmp" template/main.mpp -o "ocaml.org/meetings/index.fr.html" ; \
fi
if [ -f "ocaml.org/learn/tutorials/structure_of_ocaml_programs.fr.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/structure_of_ocaml_programs.fr.md" -set "page=ocaml.org/learn/tutorials/structure_of_ocaml_programs.fr.html.tmp" -set "toc=ocaml.org/learn/tutorials/structure_of_ocaml_programs.fr.html.toc" template/main.mpp -o "ocaml.org/learn/tutorials/structure_of_ocaml_programs.fr.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/structure_of_ocaml_programs.fr.md" -set "page=ocaml.org/learn/tutorials/structure_of_ocaml_programs.fr.html.tmp" template/main.mpp -o "ocaml.org/learn/tutorials/structure_of_ocaml_programs.fr.html" ; \
fi
if [ -f "ocaml.org/learn/tutorials/stream_expressions.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/stream_expressions.md" -set "page=ocaml.org/learn/tutorials/stream_expressions.html.tmp" -set "toc=ocaml.org/learn/tutorials/stream_expressions.html.toc" template/main.mpp -o "ocaml.org/learn/tutorials/stream_expressions.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/stream_expressions.md" -set "page=ocaml.org/learn/tutorials/stream_expressions.html.tmp" template/main.mpp -o "ocaml.org/learn/tutorials/stream_expressions.html" ; \
fi
sed -e 's|\*Table of contents\*||g' "site/meetings/ocaml/2013/program.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/meetings/ocaml/2013/program.html.tmp"
sed -e 's|\*Table of contents\*||g' "site/meetings/ocaml/2008/index.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/meetings/ocaml/2008/index.html.tmp"
***** STARTING OCAML TOPLEVEL ******
mkdir -p "ocaml.org/releases"
make -f Makefile.from_md "ocaml.org/platform/index.html.tmp"
if grep -q '*Table of contents*' "site/releases/4.00.1.md" ; then make -f Makefile.from_md "ocaml.org/releases/4.00.1.html.toc" ; fi
if [ -f "ocaml.org/learn/tutorials/structure_of_ocaml_programs.ja.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/structure_of_ocaml_programs.ja.md" -set "page=ocaml.org/learn/tutorials/structure_of_ocaml_programs.ja.html.tmp" -set "toc=ocaml.org/learn/tutorials/structure_of_ocaml_programs.ja.html.toc" template/main.mpp -o "ocaml.org/learn/tutorials/structure_of_ocaml_programs.ja.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/structure_of_ocaml_programs.ja.md" -set "page=ocaml.org/learn/tutorials/structure_of_ocaml_programs.ja.html.tmp" template/main.mpp -o "ocaml.org/learn/tutorials/structure_of_ocaml_programs.ja.html" ; \
fi
rm -f "ocaml.org/learn/index.fr.html.tmp"
rm -f "ocaml.org/learn/history.fr.html.tmp"
make[4]: `ocaml.org/meetings/ocaml/2013/talks/index.html.tmp' is up to date.
sed -e 's|\*Table of contents\*||g' "site/meetings/ocaml/2009/index.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/meetings/ocaml/2009/index.html.tmp"
mkdir -p "ocaml.org/releases/caml-light"
make -f Makefile.from_md "ocaml.org/releases/3.12.1.html.tmp"
if grep -q '*Table of contents*' "site/releases/4.01.0.fr.md" ; then make -f Makefile.from_md "ocaml.org/releases/4.01.0.fr.html.toc" ; fi
if [ -f "ocaml.org/meetings/ocaml/2013/talks/index.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/meetings/ocaml/2013/talks/index.md" -set "page=ocaml.org/meetings/ocaml/2013/talks/index.html.tmp" -set "toc=ocaml.org/meetings/ocaml/2013/talks/index.html.toc" template/main.mpp -o "ocaml.org/meetings/ocaml/2013/talks/index.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/meetings/ocaml/2013/talks/index.md" -set "page=ocaml.org/meetings/ocaml/2013/talks/index.html.tmp" template/main.mpp -o "ocaml.org/meetings/ocaml/2013/talks/index.html" ; \
fi
if [ -f "ocaml.org/learn/tutorials/structure_of_ocaml_programs.it.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/structure_of_ocaml_programs.it.md" -set "page=ocaml.org/learn/tutorials/structure_of_ocaml_programs.it.html.tmp" -set "toc=ocaml.org/learn/tutorials/structure_of_ocaml_programs.it.html.toc" template/main.mpp -o "ocaml.org/learn/tutorials/structure_of_ocaml_programs.it.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/structure_of_ocaml_programs.it.md" -set "page=ocaml.org/learn/tutorials/structure_of_ocaml_programs.it.html.tmp" template/main.mpp -o "ocaml.org/learn/tutorials/structure_of_ocaml_programs.it.html" ; \
fi
sed -e 's|\*Table of contents\*||g' "site/meetings/ocaml/2014/cfp.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/meetings/ocaml/2014/cfp.html.tmp"
make[4]: `ocaml.org/meetings/ocaml/2013/index.html.tmp' is up to date.
omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -otoc -ts 0 "site/meetings/ocaml/2014/index.md" -o "ocaml.org/meetings/ocaml/2014/index.html.toc"
sed -e 's|\*Table of contents\*||g' "site/meetings/ocaml/2011/index.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/meetings/ocaml/2011/index.html.tmp"
mkdir -p "ocaml.org/releases/caml-light"
rm -f "ocaml.org/learn/history.fr.html.toc"
rm -f "ocaml.org/learn/index.fr.html.toc"
make -f Makefile.from_md "ocaml.org/releases/4.00.1.html.tmp"
if grep -q '*Table of contents*' "site/releases/4.01.0.md" ; then make -f Makefile.from_md "ocaml.org/releases/4.01.0.html.toc" ; fi
if [ -f "ocaml.org/meetings/ocaml/2013/index.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/meetings/ocaml/2013/index.md" -set "page=ocaml.org/meetings/ocaml/2013/index.html.tmp" -set "toc=ocaml.org/meetings/ocaml/2013/index.html.toc" template/main.mpp -o "ocaml.org/meetings/ocaml/2013/index.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/meetings/ocaml/2013/index.md" -set "page=ocaml.org/meetings/ocaml/2013/index.html.tmp" template/main.mpp -o "ocaml.org/meetings/ocaml/2013/index.html" ; \
fi
if [ -f "ocaml.org/meetings/ocaml/2008/index.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/meetings/ocaml/2008/index.md" -set "page=ocaml.org/meetings/ocaml/2008/index.html.tmp" -set "toc=ocaml.org/meetings/ocaml/2008/index.html.toc" template/main.mpp -o "ocaml.org/meetings/ocaml/2008/index.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/meetings/ocaml/2008/index.md" -set "page=ocaml.org/meetings/ocaml/2008/index.html.tmp" template/main.mpp -o "ocaml.org/meetings/ocaml/2008/index.html" ; \
fi
if [ -f "ocaml.org/meetings/ocaml/2013/program.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/meetings/ocaml/2013/program.md" -set "page=ocaml.org/meetings/ocaml/2013/program.html.tmp" -set "toc=ocaml.org/meetings/ocaml/2013/program.html.toc" template/main.mpp -o "ocaml.org/meetings/ocaml/2013/program.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/meetings/ocaml/2013/program.md" -set "page=ocaml.org/meetings/ocaml/2013/program.html.tmp" template/main.mpp -o "ocaml.org/meetings/ocaml/2013/program.html" ; \
fi
mkdir -p "ocaml.org/releases/caml-light"
if grep -q '*Table of contents*' "site/releases/caml-light/faq.md" ; then make -f Makefile.from_md "ocaml.org/releases/caml-light/faq.html.toc" ; fi
if [ -f "ocaml.org/meetings/ocaml/2009/index.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/meetings/ocaml/2009/index.md" -set "page=ocaml.org/meetings/ocaml/2009/index.html.tmp" -set "toc=ocaml.org/meetings/ocaml/2009/index.html.toc" template/main.mpp -o "ocaml.org/meetings/ocaml/2009/index.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/meetings/ocaml/2009/index.md" -set "page=ocaml.org/meetings/ocaml/2009/index.html.tmp" template/main.mpp -o "ocaml.org/meetings/ocaml/2009/index.html" ; \
fi
if [ -f "ocaml.org/learn/tutorials/structure_of_ocaml_programs.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/structure_of_ocaml_programs.md" -set "page=ocaml.org/learn/tutorials/structure_of_ocaml_programs.html.tmp" -set "toc=ocaml.org/learn/tutorials/structure_of_ocaml_programs.html.toc" template/main.mpp -o "ocaml.org/learn/tutorials/structure_of_ocaml_programs.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/structure_of_ocaml_programs.md" -set "page=ocaml.org/learn/tutorials/structure_of_ocaml_programs.html.tmp" template/main.mpp -o "ocaml.org/learn/tutorials/structure_of_ocaml_programs.html" ; \
fi
sed -e 's|\*Table of contents\*||g' "site/platform/index.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/platform/index.html.tmp"
mkdir -p "ocaml.org/releases/caml-light/releases"
make -f Makefile.from_md "ocaml.org/releases/4.01.0.html.tmp"
if grep -q '*Table of contents*' "site/releases/caml-light/index.md" ; then make -f Makefile.from_md "ocaml.org/releases/caml-light/index.html.toc" ; fi
if [ -f "ocaml.org/meetings/ocaml/2011/index.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/meetings/ocaml/2011/index.md" -set "page=ocaml.org/meetings/ocaml/2011/index.html.tmp" -set "toc=ocaml.org/meetings/ocaml/2011/index.html.toc" template/main.mpp -o "ocaml.org/meetings/ocaml/2011/index.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/meetings/ocaml/2011/index.md" -set "page=ocaml.org/meetings/ocaml/2011/index.html.tmp" template/main.mpp -o "ocaml.org/meetings/ocaml/2011/index.html" ; \
fi
if [ -f "ocaml.org/meetings/ocaml/2014/cfp.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/meetings/ocaml/2014/cfp.md" -set "page=ocaml.org/meetings/ocaml/2014/cfp.html.tmp" -set "toc=ocaml.org/meetings/ocaml/2014/cfp.html.toc" template/main.mpp -o "ocaml.org/meetings/ocaml/2014/cfp.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/meetings/ocaml/2014/cfp.md" -set "page=ocaml.org/meetings/ocaml/2014/cfp.html.tmp" template/main.mpp -o "ocaml.org/meetings/ocaml/2014/cfp.html" ; \
fi
make -f Makefile.from_md "ocaml.org/meetings/ocaml/2014/index.html.tmp"
sed -e 's|\*Table of contents\*||g' "site/releases/3.12.1.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/releases/3.12.1.html.tmp"
mkdir -p "ocaml.org/releases"
make -f Makefile.from_md "ocaml.org/releases/caml-light/faq.html.tmp"
if grep -q '*Table of contents*' "site/releases/caml-light/license.md" ; then make -f Makefile.from_md "ocaml.org/releases/caml-light/license.html.toc" ; fi
rm -f "ocaml.org/learn/libraries.html.tmp"
omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -otoc -ts 0 "site/releases/4.01.0.fr.md" -o "ocaml.org/releases/4.01.0.fr.html.toc"
sed -e 's|\*Table of contents\*||g' "site/releases/4.00.1.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/releases/4.00.1.html.tmp"
mkdir -p "ocaml.org/releases"
make -f Makefile.from_md "ocaml.org/releases/caml-light/index.html.tmp"
if grep -q '*Table of contents*' "site/releases/caml-light/releases/0.75.md" ; then make -f Makefile.from_md "ocaml.org/releases/caml-light/releases/0.75.html.toc" ; fi
if [ -f "ocaml.org/platform/index.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/platform/index.md" -set "page=ocaml.org/platform/index.html.tmp" -set "toc=ocaml.org/platform/index.html.toc" template/main.mpp -o "ocaml.org/platform/index.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/platform/index.md" -set "page=ocaml.org/platform/index.html.tmp" template/main.mpp -o "ocaml.org/platform/index.html" ; \
fi
if [ -f "ocaml.org/learn/tutorials/streams.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/streams.md" -set "page=ocaml.org/learn/tutorials/streams.html.tmp" -set "toc=ocaml.org/learn/tutorials/streams.html.toc" template/main.mpp -o "ocaml.org/learn/tutorials/streams.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/learn/tutorials/streams.md" -set "page=ocaml.org/learn/tutorials/streams.html.tmp" template/main.mpp -o "ocaml.org/learn/tutorials/streams.html" ; \
fi
rm -f "ocaml.org/learn/index.html.tmp"
mkdir -p "ocaml.org/releases"
rm -f "ocaml.org/learn/libraries.html.toc"
make -f Makefile.from_md "ocaml.org/releases/caml-light/license.html.tmp"
if grep -q '*Table of contents*' "site/releases/index.fr.md" ; then make -f Makefile.from_md "ocaml.org/releases/index.fr.html.toc" ; fi
if [ -f "ocaml.org/releases/3.12.1.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/releases/3.12.1.md" -set "page=ocaml.org/releases/3.12.1.html.tmp" -set "toc=ocaml.org/releases/3.12.1.html.toc" template/main.mpp -o "ocaml.org/releases/3.12.1.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/releases/3.12.1.md" -set "page=ocaml.org/releases/3.12.1.html.tmp" template/main.mpp -o "ocaml.org/releases/3.12.1.html" ; \
fi
make -f Makefile.from_md "ocaml.org/releases/4.01.0.fr.html.tmp"
if [ -f "ocaml.org/releases/4.00.1.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/releases/4.00.1.md" -set "page=ocaml.org/releases/4.00.1.html.tmp" -set "toc=ocaml.org/releases/4.00.1.html.toc" template/main.mpp -o "ocaml.org/releases/4.00.1.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/releases/4.00.1.md" -set "page=ocaml.org/releases/4.00.1.html.tmp" template/main.mpp -o "ocaml.org/releases/4.00.1.html" ; \
fi
sed -e 's|\*Table of contents\*||g' "site/releases/4.01.0.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/releases/4.01.0.html.tmp"
if grep -q '*Table of contents*' "site/releases/index.md" ; then make -f Makefile.from_md "ocaml.org/releases/index.html.toc" ; fi
sed -e 's|\*Table of contents\*||g' "site/meetings/ocaml/2014/index.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/meetings/ocaml/2014/index.html.tmp"
rm -f "ocaml.org/learn/index.html.toc"
make -f Makefile.from_md "ocaml.org/releases/caml-light/releases/0.75.html.tmp"
if grep -q '*Table of contents*' "site/releases/svn.md" ; then make -f Makefile.from_md "ocaml.org/releases/svn.html.toc" ; fi
make -f Makefile.from_md "ocaml.org/releases/index.fr.html.tmp"
sed -e 's|\*Table of contents\*||g' "site/releases/caml-light/faq.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/releases/caml-light/faq.html.tmp"
rm -f "ocaml.org/learn/companies.html.tmp"
make -f Makefile.from_md "ocaml.org/releases/index.html.tmp"
if [ -f "ocaml.org/releases/4.01.0.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/releases/4.01.0.md" -set "page=ocaml.org/releases/4.01.0.html.tmp" -set "toc=ocaml.org/releases/4.01.0.html.toc" template/main.mpp -o "ocaml.org/releases/4.01.0.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/releases/4.01.0.md" -set "page=ocaml.org/releases/4.01.0.html.tmp" template/main.mpp -o "ocaml.org/releases/4.01.0.html" ; \
fi
if [ -f "ocaml.org/meetings/ocaml/2014/index.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/meetings/ocaml/2014/index.md" -set "page=ocaml.org/meetings/ocaml/2014/index.html.tmp" -set "toc=ocaml.org/meetings/ocaml/2014/index.html.toc" template/main.mpp -o "ocaml.org/meetings/ocaml/2014/index.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/meetings/ocaml/2014/index.md" -set "page=ocaml.org/meetings/ocaml/2014/index.html.tmp" template/main.mpp -o "ocaml.org/meetings/ocaml/2014/index.html" ; \
fi
sed -e 's|\*Table of contents\*||g' "site/releases/caml-light/index.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/releases/caml-light/index.html.tmp"
make -f Makefile.from_md "ocaml.org/releases/svn.html.tmp"
sed -e 's|\*Table of contents\*||g' "site/releases/caml-light/license.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/releases/caml-light/license.html.tmp"
if [ -f "ocaml.org/releases/caml-light/faq.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/releases/caml-light/faq.md" -set "page=ocaml.org/releases/caml-light/faq.html.tmp" -set "toc=ocaml.org/releases/caml-light/faq.html.toc" template/main.mpp -o "ocaml.org/releases/caml-light/faq.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/releases/caml-light/faq.md" -set "page=ocaml.org/releases/caml-light/faq.html.tmp" template/main.mpp -o "ocaml.org/releases/caml-light/faq.html" ; \
fi
rm -f "ocaml.org/learn/companies.html.toc"
rm -f "ocaml.org/learn/success.fr.html.tmp"
rm -f "ocaml.org/learn/history.html.tmp"
sed -e 's|\*Table of contents\*||g' "site/releases/4.01.0.fr.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/releases/4.01.0.fr.html.tmp"
sed -e 's|\*Table of contents\*||g' "site/releases/caml-light/releases/0.75.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/releases/caml-light/releases/0.75.html.tmp"
if [ -f "ocaml.org/releases/caml-light/index.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/releases/caml-light/index.md" -set "page=ocaml.org/releases/caml-light/index.html.tmp" -set "toc=ocaml.org/releases/caml-light/index.html.toc" template/main.mpp -o "ocaml.org/releases/caml-light/index.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/releases/caml-light/index.md" -set "page=ocaml.org/releases/caml-light/index.html.tmp" template/main.mpp -o "ocaml.org/releases/caml-light/index.html" ; \
fi
sed -e 's|\*Table of contents\*||g' "site/releases/index.fr.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/releases/index.fr.html.tmp"
if [ -f "ocaml.org/releases/caml-light/license.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/releases/caml-light/license.md" -set "page=ocaml.org/releases/caml-light/license.html.tmp" -set "toc=ocaml.org/releases/caml-light/license.html.toc" template/main.mpp -o "ocaml.org/releases/caml-light/license.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/releases/caml-light/license.md" -set "page=ocaml.org/releases/caml-light/license.html.tmp" template/main.mpp -o "ocaml.org/releases/caml-light/license.html" ; \
fi
rm -f "ocaml.org/learn/success.fr.html.toc"
rm -f "ocaml.org/learn/history.html.toc"
sed -e 's|\*Table of contents\*||g' "site/releases/index.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/releases/index.html.tmp"
if [ -f "ocaml.org/releases/4.01.0.fr.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/releases/4.01.0.fr.md" -set "page=ocaml.org/releases/4.01.0.fr.html.tmp" -set "toc=ocaml.org/releases/4.01.0.fr.html.toc" template/main.mpp -o "ocaml.org/releases/4.01.0.fr.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/releases/4.01.0.fr.md" -set "page=ocaml.org/releases/4.01.0.fr.html.tmp" template/main.mpp -o "ocaml.org/releases/4.01.0.fr.html" ; \
fi
rm -f "ocaml.org/learn/portability.html.tmp"
if [ -f "ocaml.org/releases/caml-light/releases/0.75.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/releases/caml-light/releases/0.75.md" -set "page=ocaml.org/releases/caml-light/releases/0.75.html.tmp" -set "toc=ocaml.org/releases/caml-light/releases/0.75.html.toc" template/main.mpp -o "ocaml.org/releases/caml-light/releases/0.75.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/releases/caml-light/releases/0.75.md" -set "page=ocaml.org/releases/caml-light/releases/0.75.html.tmp" template/main.mpp -o "ocaml.org/releases/caml-light/releases/0.75.html" ; \
fi
sed -e 's|\*Table of contents\*||g' "site/releases/svn.md" | script/md_preprocess | omd -r ocaml=script/ocamltohtml -r tryocaml=script/ocamlapplet.bash -o "ocaml.org/releases/svn.html.tmp"
if [ -f "ocaml.org/releases/index.fr.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/releases/index.fr.md" -set "page=ocaml.org/releases/index.fr.html.tmp" -set "toc=ocaml.org/releases/index.fr.html.toc" template/main.mpp -o "ocaml.org/releases/index.fr.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/releases/index.fr.md" -set "page=ocaml.org/releases/index.fr.html.tmp" template/main.mpp -o "ocaml.org/releases/index.fr.html" ; \
fi
if [ -f "ocaml.org/releases/index.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/releases/index.md" -set "page=ocaml.org/releases/index.html.tmp" -set "toc=ocaml.org/releases/index.html.toc" template/main.mpp -o "ocaml.org/releases/index.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/releases/index.md" -set "page=ocaml.org/releases/index.html.tmp" template/main.mpp -o "ocaml.org/releases/index.html" ; \
fi
rm -f "ocaml.org/learn/portability.html.toc"
if [ -f "ocaml.org/releases/svn.html.toc" ] ; then \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/releases/svn.md" -set "page=ocaml.org/releases/svn.html.tmp" -set "toc=ocaml.org/releases/svn.html.toc" template/main.mpp -o "ocaml.org/releases/svn.html" ; \
else \
mpp -so '((!' -sc '!))' -son '{{!' -scn '!}}' -soc '' -scc '' -sec '' -sos '{{<' -scs '>}}' -its -set staging -set "filename=site/releases/svn.md" -set "page=ocaml.org/releases/svn.html.tmp" template/main.mpp -o "ocaml.org/releases/svn.html" ; \
fi
rm -f "ocaml.org/learn/books.html.tmp"
rm -f "ocaml.org/learn/books.html.toc"
rm -f "ocaml.org/learn/description.html.tmp"
rm -f "ocaml.org/index.fr.html.tmp"
rm -f "ocaml.org/learn/description.html.toc"
rm -f "ocaml.org/index.fr.html.toc"
rm -f "ocaml.org/index.html.tmp"
rm -f "ocaml.org/learn/success.html.tmp"
rm -f "ocaml.org/index.html.toc"
rm -f "ocaml.org/learn/success.html.toc"
rm -f "ocaml.org/learn/tutorials/camlp4_3.10/dynamic_old_syntax.html.tmp"
rm -f "ocaml.org/learn/tutorials/camlp4_3.10/dynamic_old_syntax.html.toc"
rm -f "ocaml.org/learn/tutorials/camlp4_3.10/dynamic_functor_example.html.tmp"
rm -f "ocaml.org/learn/tutorials/camlp4_3.10/quick_non_extensible_example.html.tmp"
rm -f "ocaml.org/learn/tutorials/camlp4_3.10/dynamic_functor_example.html.toc"
rm -f "ocaml.org/learn/tutorials/camlp5.html.tmp"
rm -f "ocaml.org/learn/tutorials/calling_c_libraries.html.tmp"
rm -f "ocaml.org/learn/tutorials/camlp4_3.10/quick_non_extensible_example.html.toc"
rm -f "ocaml.org/learn/tutorials/camlp5.html.toc"
rm -f "ocaml.org/learn/tutorials/camlp4_3.10/static_functor_example.html.tmp"
rm -f "ocaml.org/learn/tutorials/calling_c_libraries.html.toc"
rm -f "ocaml.org/learn/tutorials/basics.de.html.tmp"
rm -f "ocaml.org/learn/tutorials/camlp4_3.10/static_functor_example.html.toc"
rm -f "ocaml.org/learn/tutorials/basics.de.html.toc"
rm -f "ocaml.org/learn/tutorials/camlp4_3.10/static_old_syntax.html.tmp"
rm -f "ocaml.org/learn/tutorials/calling_fortran_libraries.html.tmp"
rm -f "ocaml.org/learn/tutorials/camlp4_3.10/static_old_syntax.html.toc"
rm -f "ocaml.org/learn/tutorials/calling_fortran_libraries.html.toc"
rm -f "ocaml.org/learn/tutorials/basics.it.html.tmp"
rm -f "ocaml.org/learn/tutorials/basics.fr.html.tmp"
rm -f "ocaml.org/learn/tutorials/camlp4_3.10/index.html.tmp"
rm -f "ocaml.org/learn/tutorials/basics.it.html.toc"
rm -f "ocaml.org/learn/tutorials/basics.fr.html.toc"
rm -f "ocaml.org/learn/tutorials/camlp4_3.10/index.html.toc"
rm -f "ocaml.org/learn/tutorials/basics.ja.html.tmp"
rm -f "ocaml.org/learn/taste.html.tmp"
rm -f "ocaml.org/learn/taste.fr.html.tmp"
rm -f "ocaml.org/learn/tutorials/basics.ja.html.toc"
rm -f "ocaml.org/learn/taste.html.toc"
rm -f "ocaml.org/learn/taste.fr.html.toc"
rm -f "ocaml.org/learn/tutorials/command-line_arguments.ja.html.tmp"
rm -f "ocaml.org/learn/tutorials/basics.zh.html.tmp"
rm -f "ocaml.org/learn/tutorials/basics.ko.html.tmp"
rm -f "ocaml.org/learn/tutorials/command-line_arguments.html.tmp"
rm -f "ocaml.org/learn/tutorials/command-line_arguments.ja.html.toc"
rm -f "ocaml.org/learn/tutorials/basics.html.tmp"
rm -f "ocaml.org/learn/tutorials/command-line_arguments.zh.html.tmp"
rm -f "ocaml.org/learn/tutorials/basics.zh.html.toc"
rm -f "ocaml.org/learn/tutorials/basics.ko.html.toc"
rm -f "ocaml.org/learn/tutorials/command-line_arguments.html.toc"
rm -f "ocaml.org/learn/tutorials/basics.html.toc"
rm -f "ocaml.org/learn/tutorials/command-line_arguments.zh.html.toc"
rm -f "ocaml.org/learn/tutorials/comparison_of_standard_containers.ja.html.tmp"
rm -f "ocaml.org/learn/tutorials/compiling_with_omake.ja.html.tmp"
rm -f "ocaml.org/learn/tutorials/compiling_with_omake.html.tmp"
rm -f "ocaml.org/learn/tutorials/comparison_of_standard_containers.ja.html.toc"
rm -f "ocaml.org/learn/tutorials/compiling_with_omake.ja.html.toc"
rm -f "ocaml.org/learn/tutorials/comparison_of_standard_containers.html.tmp"
rm -f "ocaml.org/learn/tutorials/compiling_with_omake.html.toc"
rm -f "ocaml.org/learn/tutorials/compiling_ocaml_projects.html.tmp"
rm -f "ocaml.org/learn/tutorials/comparison_of_standard_containers.html.toc"
rm -f "ocaml.org/learn/tutorials/compiling_ocaml_projects.ja.html.tmp"
rm -f "ocaml.org/learn/faq.html.tmp"
rm -f "ocaml.org/learn/tutorials/camlp4_3.10/foreach_tutorial.html.tmp"
rm -f "ocaml.org/learn/tutorials/compiling_with_gnu_make.ja.html.tmp"
rm -f "ocaml.org/learn/tutorials/compiling_ocaml_projects.html.toc"
rm -f "ocaml.org/learn/tutorials/compiling_ocaml_projects.ja.html.toc"
rm -f "ocaml.org/learn/faq.html.toc"
rm -f "ocaml.org/learn/tutorials/camlp4_3.10/foreach_tutorial.html.toc"
rm -f "ocaml.org/learn/tutorials/compiling_with_gnu_make.ja.html.toc"
rm -f "ocaml.org/learn/tutorials/common_error_messages.fr.html.tmp"
rm -f "ocaml.org/learn/tutorials/compiling_with_gnu_make.html.tmp"
rm -f "ocaml.org/learn/tutorials/common_error_messages.ja.html.tmp"
rm -f "ocaml.org/learn/tutorials/common_error_messages.fr.html.toc"
rm -f "ocaml.org/learn/tutorials/compiling_with_gnu_make.html.toc"
rm -f "ocaml.org/learn/tutorials/common_error_messages.ja.html.toc"
rm -f "ocaml.org/learn/tutorials/common_error_messages.html.tmp"
rm -f "ocaml.org/learn/tutorials/common_error_messages.html.toc"
rm -f "ocaml.org/learn/tutorials/data_types_and_matching.zh.html.tmp"
rm -f "ocaml.org/learn/tutorials/filenames.html.tmp"
rm -f "ocaml.org/learn/tutorials/filenames.zh.html.tmp"
rm -f "ocaml.org/learn/tutorials/data_types_and_matching.zh.html.toc"
rm -f "ocaml.org/learn/tutorials/filenames.html.toc"
rm -f "ocaml.org/learn/tutorials/file_manipulation.html.tmp"
rm -f "ocaml.org/learn/tutorials/file_manipulation.ja.html.tmp"
rm -f "ocaml.org/learn/tutorials/filenames.zh.html.toc"
rm -f "ocaml.org/learn/tutorials/file_manipulation.zh.html.tmp"
rm -f "ocaml.org/learn/tutorials/file_manipulation.html.toc"
rm -f "ocaml.org/learn/tutorials/file_manipulation.ja.html.toc"
rm -f "ocaml.org/learn/tutorials/file_manipulation.zh.html.toc"
rm -f "ocaml.org/learn/tutorials/data_types_and_matching.it.html.tmp"
rm -f "ocaml.org/learn/tutorials/data_types_and_matching.fr.html.tmp"
rm -f "ocaml.org/learn/tutorials/dev_tools.html.tmp"
rm -f "ocaml.org/learn/tutorials/data_types_and_matching.it.html.toc"
rm -f "ocaml.org/learn/tutorials/data_types_and_matching.fr.html.toc"
rm -f "ocaml.org/learn/tutorials/dev_tools.html.toc"
rm -f "ocaml.org/learn/tutorials/data_types_and_matching.ja.html.tmp"
rm -f "ocaml.org/learn/tutorials/debug.html.tmp"
rm -f "ocaml.org/learn/tutorials/data_types_and_matching.html.tmp"
rm -f "ocaml.org/learn/tutorials/data_types_and_matching.ja.html.toc"
rm -f "ocaml.org/learn/tutorials/debug.html.toc"
rm -f "ocaml.org/learn/tutorials/data_types_and_matching.html.toc"
rm -f "ocaml.org/learn/tutorials/humor_proof.html.tmp"
rm -f "ocaml.org/learn/tutorials/garbage_collection.html.tmp"
rm -f "ocaml.org/learn/tutorials/garbage_collection.ja.html.tmp"
rm -f "ocaml.org/learn/tutorials/humor_proof.html.toc"
rm -f "ocaml.org/learn/tutorials/garbage_collection.html.toc"
rm -f "ocaml.org/learn/tutorials/format.fr.html.tmp"
rm -f "ocaml.org/learn/tutorials/garbage_collection.ja.html.toc"
rm -f "ocaml.org/learn/tutorials/hashtbl.ja.html.tmp"
rm -f "ocaml.org/learn/tutorials/format.html.tmp"
rm -f "ocaml.org/learn/tutorials/format.fr.html.toc"
rm -f "ocaml.org/learn/tutorials/hashtbl.ja.html.toc"
rm -f "ocaml.org/learn/tutorials/format.html.toc"
rm -f "ocaml.org/learn/tutorials/hashtbl.html.tmp"
rm -f "ocaml.org/learn/tutorials/index.fr.html.tmp"
rm -f "ocaml.org/learn/tutorials/index.de.html.tmp"
rm -f "ocaml.org/learn/tutorials/functional_programming.it.html.tmp"
rm -f "ocaml.org/learn/tutorials/hashtbl.html.toc"
rm -f "ocaml.org/learn/tutorials/index.fr.html.toc"
rm -f "ocaml.org/learn/tutorials/index.de.html.toc"
rm -f "ocaml.org/learn/tutorials/functional_programming.it.html.toc"
rm -f "ocaml.org/learn/tutorials/functional_programming.fr.html.tmp"
rm -f "ocaml.org/learn/tutorials/functional_programming.zh.html.tmp"
rm -f "ocaml.org/learn/tutorials/if_statements_loops_and_recursion.fr.html.tmp"
rm -f "ocaml.org/learn/tutorials/index.ja.html.tmp"
rm -f "ocaml.org/learn/tutorials/index.it.html.tmp"
rm -f "ocaml.org/learn/tutorials/functional_programming.fr.html.toc"
rm -f "ocaml.org/learn/tutorials/functional_programming.html.tmp"
rm -f "ocaml.org/learn/tutorials/index.ko.html.tmp"
rm -f "ocaml.org/learn/tutorials/functional_programming.ja.html.tmp"
rm -f "ocaml.org/learn/tutorials/functional_programming.zh.html.toc"
rm -f "ocaml.org/learn/tutorials/guidelines.html.tmp"
rm -f "ocaml.org/learn/tutorials/if_statements_loops_and_recursion.fr.html.toc"
rm -f "ocaml.org/learn/tutorials/index.ja.html.toc"
rm -f "ocaml.org/learn/tutorials/index.html.tmp"
rm -f "ocaml.org/learn/tutorials/index.it.html.toc"
rm -f "ocaml.org/learn/tutorials/index.zh.html.tmp"
rm -f "ocaml.org/learn/tutorials/functional_programming.html.toc"
rm -f "ocaml.org/learn/tutorials/index.ko.html.toc"
rm -f "ocaml.org/learn/tutorials/functional_programming.ja.html.toc"
rm -f "ocaml.org/learn/tutorials/guidelines.html.toc"
rm -f "ocaml.org/learn/tutorials/index.html.toc"
rm -f "ocaml.org/learn/tutorials/index.zh.html.toc"
rm -f "ocaml.org/learn/tutorials/labels.html.tmp"
rm -f "ocaml.org/learn/tutorials/map.ja.html.tmp"
rm -f "ocaml.org/learn/tutorials/labels.html.toc"
rm -f "ocaml.org/learn/tutorials/map.html.tmp"
rm -f "ocaml.org/learn/tutorials/map.ja.html.toc"
rm -f "ocaml.org/learn/tutorials/map.html.toc"
rm -f "ocaml.org/learn/tutorials/modules.ko.html.tmp"
rm -f "ocaml.org/learn/tutorials/null_pointers_asserts_and_warnings.fr.html.tmp"
rm -f "ocaml.org/learn/tutorials/modules.ko.html.toc"
rm -f "ocaml.org/learn/tutorials/null_pointers_asserts_and_warnings.fr.html.toc"
rm -f "ocaml.org/learn/tutorials/modules.fr.html.tmp"
rm -f "ocaml.org/learn/tutorials/introduction_to_gtk.html.tmp"
rm -f "ocaml.org/learn/tutorials/modules.fr.html.toc"
rm -f "ocaml.org/learn/tutorials/introduction_to_gtk.html.toc"
rm -f "ocaml.org/learn/tutorials/performance_and_profiling_discussion.html.tmp"
rm -f "ocaml.org/learn/tutorials/labels.ja.html.tmp"
rm -f "ocaml.org/learn/tutorials/ocaml_and_the_web.html.tmp"
rm -f "ocaml.org/learn/tutorials/modules.ja.html.tmp"
rm -f "ocaml.org/learn/tutorials/performance_and_profiling_discussion.html.toc"
rm -f "ocaml.org/learn/tutorials/labels.ja.html.toc"
rm -f "ocaml.org/learn/tutorials/modules.ja.html.toc"
rm -f "ocaml.org/learn/tutorials/ocaml_and_the_web.html.toc"
rm -f "ocaml.org/learn/tutorials/ocaml_and_the_web.ja.html.tmp"
rm -f "ocaml.org/learn/tutorials/modules.html.tmp"
rm -f "ocaml.org/learn/tutorials/null_pointers_asserts_and_warnings.it.html.tmp"
rm -f "ocaml.org/learn/tutorials/standard_library_examples.ja.html.tmp"
rm -f "ocaml.org/learn/tutorials/ocaml_and_the_web.ja.html.toc"
rm -f "ocaml.org/learn/tutorials/null_pointers_asserts_and_warnings.html.tmp"
rm -f "ocaml.org/learn/tutorials/null_pointers_asserts_and_warnings.ja.html.tmp"
rm -f "ocaml.org/learn/tutorials/null_pointers_asserts_and_warnings.it.html.toc"
rm -f "ocaml.org/learn/tutorials/modules.html.toc"
rm -f "ocaml.org/learn/tutorials/standard_library_examples.ja.html.toc"
rm -f "ocaml.org/learn/tutorials/standard_library_examples.html.tmp"
rm -f "ocaml.org/learn/tutorials/standard_library_examples.zh.html.tmp"
rm -f "ocaml.org/learn/tutorials/null_pointers_asserts_and_warnings.ja.html.toc"
rm -f "ocaml.org/learn/tutorials/null_pointers_asserts_and_warnings.html.toc"
rm -f "ocaml.org/learn/tutorials/null_pointers_asserts_and_warnings.zh.html.tmp"
rm -f "ocaml.org/learn/tutorials/modules.zh.html.tmp"
rm -f "ocaml.org/learn/tutorials/set.ja.html.tmp"
rm -f "ocaml.org/learn/tutorials/standard_library_examples.html.toc"
rm -f "ocaml.org/learn/tutorials/standard_library_examples.zh.html.toc"
rm -f "ocaml.org/learn/tutorials/modules.zh.html.toc"
rm -f "ocaml.org/learn/tutorials/null_pointers_asserts_and_warnings.zh.html.toc"
rm -f "ocaml.org/learn/tutorials/set.ja.html.toc"
rm -f "ocaml.org/learn/tutorials/set.html.tmp"
rm -f "ocaml.org/learn/tutorials/set.html.toc"
rm -f "ocaml.org/learn/tutorials/performance_and_profiling.html.tmp"
rm -f "ocaml.org/learn/tutorials/performance_and_profiling.ja.html.tmp"
rm -f "ocaml.org/learn/tutorials/performance_and_profiling.html.toc"
rm -f "ocaml.org/learn/tutorials/performance_and_profiling.ja.html.toc"
rm -f "ocaml.org/learn/tutorials/objects.html.tmp"
rm -f "ocaml.org/learn/tutorials/if_statements_loops_and_recursion.it.html.tmp"
rm -f "ocaml.org/meetings/index.html.tmp"
rm -f "ocaml.org/learn/tutorials/objects.html.toc"
rm -f "ocaml.org/learn/tutorials/if_statements_loops_and_recursion.it.html.toc"
rm -f "ocaml.org/learn/tutorials/objects.ja.html.tmp"
rm -f "ocaml.org/meetings/index.html.toc"
rm -f "ocaml.org/learn/tutorials/99problems.html.tmp"
rm -f "ocaml.org/learn/tutorials/objects.ja.html.toc"
rm -f "ocaml.org/meetings/ocaml/2013/call.html.tmp"
rm -f "ocaml.org/learn/tutorials/99problems.html.toc"
rm -f "ocaml.org/learn/tutorials/structure_of_ocaml_programs.ko.html.tmp"
rm -f "ocaml.org/meetings/ocaml/2013/talks/index.html.tmp"
rm -f "ocaml.org/meetings/ocaml/2013/call.html.toc"
rm -f "ocaml.org/learn/tutorials/pointers.html.tmp"
rm -f "ocaml.org/learn/tutorials/structure_of_ocaml_programs.ko.html.toc"
rm -f "ocaml.org/learn/tutorials/if_statements_loops_and_recursion.ja.html.tmp"
rm -f "ocaml.org/meetings/ocaml/2013/talks/index.html.toc"
rm -f "ocaml.org/learn/tutorials/structure_of_ocaml_programs.zh.html.tmp"
rm -f "ocaml.org/learn/tutorials/structure_of_ocaml_programs.ja.html.tmp"
rm -f "ocaml.org/learn/tutorials/if_statements_loops_and_recursion.html.tmp"
rm -f "ocaml.org/learn/tutorials/pointers.html.toc"
rm -f "ocaml.org/meetings/ocaml/2014/cfp.html.tmp"
rm -f "ocaml.org/meetings/ocaml/2013/program.html.tmp"
rm -f "ocaml.org/meetings/ocaml/2013/program.html.toc"
rm -f "ocaml.org/learn/tutorials/if_statements_loops_and_recursion.html.toc"
rm -f "ocaml.org/learn/tutorials/structure_of_ocaml_programs.ja.html.toc"
rm -f "ocaml.org/learn/tutorials/if_statements_loops_and_recursion.ja.html.toc"
rm -f "ocaml.org/meetings/ocaml/2014/cfp.html.toc"
rm -f "ocaml.org/learn/tutorials/structure_of_ocaml_programs.zh.html.toc"
rm -f "ocaml.org/learn/tutorials/structure_of_ocaml_programs.fr.html.tmp"
rm -f "ocaml.org/meetings/index.fr.html.tmp"
rm -f "ocaml.org/learn/tutorials/stream_expressions.html.tmp"
rm -f "ocaml.org/learn/tutorials/if_statements_loops_and_recursion.ko.html.tmp"
rm -f "ocaml.org/meetings/index.fr.html.toc"
rm -f "ocaml.org/meetings/ocaml/2013/index.html.tmp"
rm -f "ocaml.org/learn/tutorials/structure_of_ocaml_programs.html.tmp"
rm -f "ocaml.org/learn/tutorials/structure_of_ocaml_programs.html.toc"
rm -f "ocaml.org/meetings/ocaml/2013/index.html.toc"
rm -f "ocaml.org/learn/tutorials/if_statements_loops_and_recursion.ko.html.toc"
rm -f "ocaml.org/learn/tutorials/structure_of_ocaml_programs.fr.html.toc"
rm -f "ocaml.org/learn/tutorials/structure_of_ocaml_programs.it.html.tmp"
rm -f "ocaml.org/meetings/ocaml/2011/index.html.tmp"
rm -f "ocaml.org/meetings/ocaml/2009/index.html.tmp"
rm -f "ocaml.org/learn/tutorials/structure_of_ocaml_programs.it.html.toc"
rm -f "ocaml.org/learn/tutorials/stream_expressions.html.toc"
rm -f "ocaml.org/releases/4.00.1.html.tmp"
rm -f "ocaml.org/releases/4.00.1.html.toc"
rm -f "ocaml.org/meetings/ocaml/2009/index.html.toc"
rm -f "ocaml.org/meetings/ocaml/2011/index.html.toc"
rm -f "ocaml.org/releases/caml-light/faq.html.tmp"
rm -f "ocaml.org/releases/caml-light/faq.html.toc"
rm -f "ocaml.org/meetings/ocaml/2008/index.html.tmp"
rm -f "ocaml.org/meetings/ocaml/2008/index.html.toc"
rm -f "ocaml.org/releases/4.01.0.html.tmp"
rm -f "ocaml.org/releases/4.01.0.html.toc"
rm -f "ocaml.org/releases/3.12.1.html.tmp"
rm -f "ocaml.org/releases/caml-light/index.html.tmp"
rm -f "ocaml.org/releases/3.12.1.html.toc"
rm -f "ocaml.org/releases/caml-light/index.html.toc"
rm -f "ocaml.org/learn/tutorials/streams.html.tmp"
rm -f "ocaml.org/learn/tutorials/streams.html.toc"
rm -f "ocaml.org/releases/index.fr.html.tmp"
rm -f "ocaml.org/releases/index.fr.html.toc"
rm -f "ocaml.org/meetings/ocaml/2014/index.html.tmp"
rm -f "ocaml.org/releases/caml-light/releases/0.75.html.tmp"
rm -f "ocaml.org/meetings/ocaml/2014/index.html.toc"
rm -f "ocaml.org/releases/caml-light/license.html.tmp"
rm -f "ocaml.org/releases/caml-light/releases/0.75.html.toc"
rm -f "ocaml.org/releases/caml-light/license.html.toc"
rm -f "ocaml.org/releases/index.html.tmp"
rm -f "ocaml.org/releases/index.html.toc"
rm -f "ocaml.org/releases/4.01.0.fr.html.tmp"
rm -f "ocaml.org/releases/4.01.0.fr.html.toc"
rm -f "ocaml.org/releases/svn.html.tmp"
rm -f "ocaml.org/platform/index.html.tmp"
rm -f "ocaml.org/releases/svn.html.toc"
rm -f "ocaml.org/platform/index.html.toc"
rm template/front_code_snippet.html template/learn_code_snippet.html
make syncotherfiles
rsync --exclude '*~' --exclude '*.md' --exclude '*.html' \
--exclude '*.cmi' --exclude '*.cmo' --exclude '*.annot' \
-rltHprogv site/* ocaml.org/
building file list ... done
robots.txt
caml-light/
caml-light/releases/
community/
community/announcements/
community/planet/
css/
css/bootstrap.css
css/bootstrap_mod.css
css/ocamlorg.css
docs/
img/
img/3ds.png
img/OCaml_from_beginning.png
img/announcement.png
img/banner-bottom.jpg
img/banner-top.jpg
img/binary-tree.gif
img/bitbucket-logo.png
img/boxedarray.png
img/cea.png
img/chain-link-icon.png
img/cheat.png
img/citrix.png
img/colour-icon-170x148.png
img/colour-logo-777x214.png
img/colour-logo-white.png
img/colour-logo-white.svg
img/community-large.png
img/crossword.gif
img/dassault-aviation.png
img/default.png
img/divider.png
img/doc.gif
img/documentation-large.png
img/documents.png
img/edit-hover.png
img/edit.png
img/esterel.png
img/facebook.png
img/favicon32x32.ico
img/fftw-thumb.png
img/freebsd.gif
img/github-mark.png
img/googleplus.jpg
img/googleplus.png
img/gosearch.gif
img/graph1.gif
img/harrop-book.gif
img/header.jpg
img/inria.png
img/irc-graphic.png
img/jane-street.jpg
img/janestreet.png
img/learn-large.png
img/learn-ocaml.png
img/lexifi.png
img/license.png
img/linux.gif
img/lisp-like-tree.png
img/logocaml-oreilly.gif
img/macos.gif
img/mail.png
img/manual.png
img/meetup-logo.gif
img/microsoft.png
img/mlstate.png
img/multiway-tree.gif
img/mylife.png
img/news-announcement-go.png
img/news-go.png
img/news.png
img/ocamlpro.png
img/opml.png
img/platform-large.png
img/real-world-ocaml.jpg
img/reddit-alien.png
img/right_arrow.png
img/rss.png
img/rss20.png
img/search.png
img/simcorp.png
img/simplee29b.gif
img/slideshare-icon.png
img/source.gif
img/spanning-tree-graph1.gif
img/spanning-tree-graph2.gif
img/stackoverflow-logo.jpg
img/syntax-graph.gif
img/tree-layout1.gif
img/tree-layout2.gif
img/tree-layout3.gif
img/twitter.png
img/under_construction_icon.gif
img/video.png
img/von-koch1.gif
img/von-koch2.gif
img/windows.gif
img/users/
img/users/4sigma.png
img/users/Incubaid.png
img/users/acunu.png
img/users/amnh.png
img/users/anssi.png
img/users/ashima.png
img/users/bloomberg.jpg
img/users/cea.png
img/users/citrix.png
img/users/coherent.png
img/users/cryptosense.png
img/users/dassault.png
img/users/digital.gif
img/users/esterel.jpg
img/users/facebook.png
img/users/fasoo.png
img/users/flying-frog.png
img/users/galois.png
img/users/hostnet.gif
img/users/it-planning.png
img/users/lexifi.png
img/users/medit.jpg
img/users/mlstate.jpg
img/users/monoidics.png
img/users/mrnumber.jpg
img/users/mylife.jpg
img/users/nglogic.png
img/users/ocamlpro.png
img/users/prudent.jpg
img/users/psellos.png
img/users/runorg.png
img/users/shirogames.png
img/users/sleekersoft.png
img/users/vectorfabrics.png
js/
js/collapsed-menu.js
js/getElementsByClassName-1.0.1.js
learn/
learn/tutorials/
learn/tutorials/graph.ml
learn/tutorials/objcache.ml
learn/tutorials/test.ml
learn/tutorials/users.bin.gz
learn/tutorials/camlp4_3.10/
learn/tutorials/camlp4_3.10/pa_foreach.ml
learn/tutorials/camlp4_3.10/pa_foreach2.ml
learn/tutorials/camlp4_3.10/pa_foreach3.ml
meetings/
meetings/ocaml/
meetings/ocaml/2008/
meetings/ocaml/2009/
meetings/ocaml/2011/
meetings/ocaml/2013/
meetings/ocaml/2013/proposals/
meetings/ocaml/2013/proposals/core-bench.pdf
meetings/ocaml/2013/proposals/ctypes.pdf
meetings/ocaml/2013/proposals/formats-as-gadts.pdf
meetings/ocaml/2013/proposals/frenetic.pdf
meetings/ocaml/2013/proposals/goji.pdf
meetings/ocaml/2013/proposals/gpgpu.pdf
meetings/ocaml/2013/proposals/injectivity.pdf
meetings/ocaml/2013/proposals/merlin.pdf
meetings/ocaml/2013/proposals/ocamlot.pdf
meetings/ocaml/2013/proposals/optimizations.pdf
meetings/ocaml/2013/proposals/platform.pdf
meetings/ocaml/2013/proposals/profiling-memory.pdf
meetings/ocaml/2013/proposals/runtime-types.pdf
meetings/ocaml/2013/proposals/weather-related-data.pdf
meetings/ocaml/2013/proposals/wxocaml.pdf
meetings/ocaml/2013/slides/
meetings/ocaml/2013/slides/bourgoin.pdf
meetings/ocaml/2013/slides/bozman.pdf
meetings/ocaml/2013/slides/canou.pdf
meetings/ocaml/2013/slides/carty.pdf
meetings/ocaml/2013/slides/chambart.pdf
meetings/ocaml/2013/slides/garrigue.pdf
meetings/ocaml/2013/slides/guha.pdf
meetings/ocaml/2013/slides/henry.pdf
meetings/ocaml/2013/slides/james.pdf
meetings/ocaml/2013/slides/lefessant.pdf
meetings/ocaml/2013/slides/leroy.pdf
meetings/ocaml/2013/slides/madhavapeddy.pdf
meetings/ocaml/2013/slides/padioleau.pdf
meetings/ocaml/2013/slides/sheets.pdf
meetings/ocaml/2013/slides/vaugon.pdf
meetings/ocaml/2013/slides/white.pdf
meetings/ocaml/2013/talks/
meetings/ocaml/2014/
platform/
releases/
releases/caml-light/
releases/caml-light/releases/
sent 22106602 bytes received 3790 bytes 14740261.33 bytes/sec
total size is 22092614 speedup is 1.00
find ocaml.org -type f | while read f; do \
script/relative_urls --path ocaml.org "$f"; done
amirmacbook:ocaml.org amir$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment