Skip to content

Commit 0d05af5

Browse files
committed
Man: Move compile-targets to the support section
This command shouldn't be considered legacy.
1 parent 8b10196 commit 0d05af5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/odoc/bin/main.ml

+1-1
Original file line numberDiff line numberDiff line change
@@ -871,7 +871,7 @@ let () =
871871
Odoc_manpage.targets ~docs:section_support;
872872
Odoc_latex.targets ~docs:section_support;
873873
Depends.Compile.(cmd, info ~docs:section_support);
874-
Targets.Compile.(cmd, info ~docs:section_legacy);
874+
Targets.Compile.(cmd, info ~docs:section_support);
875875
Html_fragment.(cmd, info ~docs:section_legacy);
876876
Odoc_html.process ~docs:section_legacy;
877877
Odoc_manpage.process ~docs:section_legacy;

0 commit comments

Comments
 (0)