@@ -447,8 +447,7 @@ end = struct
447
447
let info ~docs =
448
448
let doc =
449
449
Format. sprintf
450
- " Print the files that would be generated by $(i,%s-generate). Works \
451
- on both $(i,.odoc) and $(i,.odocl) files."
450
+ " Print the files that would be generated by $(i,%s-generate)."
452
451
R. renderer.name
453
452
in
454
453
Term. info (R. renderer.name ^ " -targets" ) ~docs ~doc
@@ -760,12 +759,10 @@ module Depends = struct
760
759
let info ~docs =
761
760
Term. info " link-deps" ~docs
762
761
~doc:
763
- " Lists the packages which need to be in odoc's load path to link the \
764
- $(i,.odoc) files in the given directory.\n \
765
- The result is not correct in case of forward references. A \
766
- conservative approximation is: any link step depends on the result \
767
- of all the compile steps that could be targeted by a forward \
768
- reference."
762
+ " Lists a subset of the packages and modules which need to be in \
763
+ odoc's load path to link the $(i, odoc) files in the given \
764
+ directory. Additional packages may be required to resolve all \
765
+ references."
769
766
end
770
767
771
768
module Odoc_html = struct
@@ -873,12 +870,12 @@ let () =
873
870
Odoc_html. targets ~docs: section_support;
874
871
Odoc_manpage. targets ~docs: section_support;
875
872
Odoc_latex. targets ~docs: section_support;
873
+ Depends.Compile. (cmd, info ~docs: section_support);
876
874
Targets.Compile. (cmd, info ~docs: section_legacy);
877
875
Html_fragment. (cmd, info ~docs: section_legacy);
878
876
Odoc_html. process ~docs: section_legacy;
879
877
Odoc_manpage. process ~docs: section_legacy;
880
878
Odoc_latex. process ~docs: section_legacy;
881
- Depends.Compile. (cmd, info ~docs: section_legacy);
882
879
Depends.Link. (cmd, info ~docs: section_legacy);
883
880
Css. (cmd, info ~docs: section_deprecated);
884
881
Depends.Odoc_html. (cmd, info ~docs: section_deprecated);
0 commit comments