File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -85,6 +85,9 @@ detailed changelog below for details.
85
85
- #172-175, #177: setting up Continuous Infrastructure (CI) testsuite checks
86
86
(whitequark)
87
87
88
+ - #202: install license, changes and readme in opam's docdir for `odig`
89
+ (Gabriel Scherer, request and review by Daniel Bünzli)
90
+
88
91
- "noautolink" tag for ocaml{c,opt}
89
92
(Gabriel Scherer)
90
93
Original file line number Diff line number Diff line change @@ -278,6 +278,7 @@ install-lib-basics:
278
278
$(CP ) META src/signatures.mli $(INSTALL_LIBDIR ) /ocamlbuild
279
279
280
280
install-lib-basics-opam :
281
+ echo ' "opam"' >> ocamlbuild.install
281
282
echo ' "META"' >> ocamlbuild.install
282
283
echo ' "src/signatures.mli" {"signatures.mli"}' >> ocamlbuild.install
283
284
@@ -334,6 +335,13 @@ install-man-opam:
334
335
echo ' ]' >> ocamlbuild.install
335
336
echo >> ocamlbuild.install
336
337
338
+ install-doc-opam :
339
+ echo ' docdir: [' >> ocamlbuild.install
340
+ echo ' "LICENSE"' >> ocamlbuild.install
341
+ echo ' "Changes"' >> ocamlbuild.install
342
+ echo ' "Readme.md"' >> ocamlbuild.install
343
+ echo ' ]' >> ocamlbuild.install
344
+
337
345
uninstall-bin :
338
346
rm $(BINDIR ) /ocamlbuild
339
347
rm $(BINDIR ) /ocamlbuild.byte
@@ -385,6 +393,7 @@ ocamlbuild.install:
385
393
$(MAKE ) install-bin-opam
386
394
$(MAKE ) install-lib-opam
387
395
$(MAKE ) install-man-opam
396
+ $(MAKE ) install-doc-opam
388
397
389
398
check-if-preinstalled :
390
399
ifeq ($(CHECK_IF_PREINSTALLED ) , true)
You can’t perform that action at this time.
0 commit comments