File tree Expand file tree Collapse file tree 5 files changed +113
-357
lines changed Expand file tree Collapse file tree 5 files changed +113
-357
lines changed Original file line number Diff line number Diff line change @@ -28,4 +28,5 @@ Makefile.config
2828/ocamlbuild.native
2929
3030/man /ocamlbuild.1
31+ /man /ocamlbuild.options.1
3132/man /options_man.byte
Original file line number Diff line number Diff line change @@ -191,13 +191,13 @@ beforedepend:: src/ocamlbuild_config.ml
191191man : man/ocamlbuild.1
192192
193193man/ocamlbuild.1 : man/ocamlbuild.header.1 man/ocamlbuild.options.1 man/ocamlbuild.footer.1
194- cat man/ocamlbuild.{header,options,footer}.1 > man/ocamlbuild.1
194+ cat $^ > man/ocamlbuild.1
195195
196196man/ocamlbuild.options.1 : man/options_man.byte
197197 ./man/options_man.byte > man/ocamlbuild.options.1
198198
199199clean ::
200- rm -f man/ocamlbuild.options.1
200+ rm -f man/ocamlbuild.options.1 man/ocamlbuild.1
201201
202202man/options_man.byte : ocamlbuild_pack.cmo
203203 $(OCAMLC ) ocamlbuild_pack.cmo -I src man/options_man.ml -o man/options_man.byte
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ .SH SEE ALSO
2+ The
3+ .BR ocamlbuild
4+ manual,
5+ .BR ocaml (1),
6+ .BR make (1).
7+ .br
8+ .I The OCaml user's manual, chapter "Batch compilation".
You can’t perform that action at this time.
0 commit comments