Skip to content

Latest commit

 

History

History
28 lines (26 loc) · 1.04 KB

Makefile.opam.ocaml.org

File metadata and controls

28 lines (26 loc) · 1.04 KB

TITLE=OPAM <t:insert xmlns:t=’http://ocaml.org/xmlns/template\#’ name=’title’/> TOOLS=\ script/absolute_urls \ script/lang_of_filename \ script/link_of_lang \ script/translate \ script/translations DEPS=$(TOOLS) template/main.mpp opam.ocaml.org_template: pre-build $(TOOLS) $(MPP) -set “notranslations” \ -set “title=$(TITLE)” \ -set “filename=opam.ocaml.org/packages” \ -set “custom-head=opam.ocaml.org/head.xhtml” \ -set “custom-edit=opam.ocaml.org/edit.xhtml” \ -set “custom-search=opam.ocaml.org/search.xhtml” \ -set “nobreadcrumb” \ -set “packages” \ -set “subheader=opam.ocaml.org/subheader.xhtml” \ -set “page=opam.ocaml.org/page.xhtml” \ -set “superfooter=opam.ocaml.org/superfooter.xhtml” \ -set “extra-js=opam.ocaml.org/js.xhtml” \ template/main.mpp \ -o opam.ocaml.org/template.xhtml script/absolute_urls –path opam.ocaml.org opam.ocaml.org/template.xhtml

include Makefile.common

.PHONY: opam.ocaml.org_template