Skip to content

Commit 1a7db7c

Browse files
mshinwellpoechsel
authored andcommitted
flambda-backend: Local patch against upstream: make dune ignore ocamldoc/ directory
1 parent e411dd3 commit 1a7db7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dune

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@
126126
(libraries ocamlbytecomp ocamlcommon runtime_native stdlib)
127127
(modules main_native))
128128

129-
(data_only_dirs yacc)
129+
(data_only_dirs ocamldoc yacc)
130130

131131
(rule
132132
(deps (source_tree yacc))

0 commit comments

Comments
 (0)