Skip to content

Commit

Permalink
Man: Move compile-targets to the support section
Browse files Browse the repository at this point in the history
This command shouldn't be considered legacy.
  • Loading branch information
Julow committed Nov 21, 2022
1 parent 8b10196 commit 0d05af5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/odoc/bin/main.ml
Original file line number Diff line number Diff line change
Expand Up @@ -871,7 +871,7 @@ let () =
Odoc_manpage.targets ~docs:section_support;
Odoc_latex.targets ~docs:section_support;
Depends.Compile.(cmd, info ~docs:section_support);
Targets.Compile.(cmd, info ~docs:section_legacy);
Targets.Compile.(cmd, info ~docs:section_support);
Html_fragment.(cmd, info ~docs:section_legacy);
Odoc_html.process ~docs:section_legacy;
Odoc_manpage.process ~docs:section_legacy;
Expand Down

0 comments on commit 0d05af5

Please sign in to comment.