Skip to content

Commit

Permalink
Remove odoc_html_support_files.ml
Browse files Browse the repository at this point in the history
  • Loading branch information
EmileTrotignon committed Nov 24, 2023
1 parent a60e987 commit b6d9610
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 620 deletions.
42 changes: 20 additions & 22 deletions src/html_support_files/dune
Original file line number Diff line number Diff line change
Expand Up @@ -5,34 +5,32 @@
(aliases runtest support-files)
(enabled_if
(> %{ocaml_version} 4.08))
(target odoc_html_support_files.ml)
(deps
(:x odoc_html_support_files.ml)
(glob_files *.js)
(glob_files *.css)
(glob_files_rec *.ttf)
(glob_files_rec *.woff2))
(action
(progn
(setenv
SOURCE_DATE_EPOCH
0
(run
ocaml-crunch
.
-e
js
-e
css
-e
ttf
-e
woff2
-o
%{x}.corrected
-m
plain
-s))
(diff? %{x} %{x}.corrected))))
(setenv
SOURCE_DATE_EPOCH
0
(run
ocaml-crunch
.
-e
js
-e
css
-e
ttf
-e
woff2
-o
odoc_html_support_files.ml
-m
plain
-s))))

(library
(name odoc_html_support_files)
Expand Down
Loading

0 comments on commit b6d9610

Please sign in to comment.