Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build site and pdf by default #3417

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions dune
Original file line number Diff line number Diff line change
@@ -1,2 +1,8 @@
(env
(non-deterministic (env-vars (MDX_RUN_NON_DETERMINISTIC true))))

(alias
(name install)
(deps
(alias_rec site)
(alias_rec pdf)))
1 change: 1 addition & 0 deletions dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ second edition book. See https://realworldocaml.org/")
cmdliner
cohttp-async
conf-ncurses
conf-pandoc
core
core_bench
ctypes
Expand Down
2 changes: 2 additions & 0 deletions rwo.opam
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ depends: [
"cmdliner"
"cohttp-async"
"conf-ncurses"
"conf-pandoc"
"core"
"core_bench"
"ctypes"
Expand Down Expand Up @@ -55,4 +56,5 @@ depexts: [
["tzdata"] {os-distribution = "ubuntu"}
["tzdata"] {os-distribution = "debian"}
["tzdata"] {os-distribution = "alpine"}
["texlive-full"] {os-family = "debian"}
]
7 changes: 7 additions & 0 deletions rwo.opam.locked
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ depends: [
"conf-gmp-powm-sec" {= "3"}
"conf-libpcre" {= "1"}
"conf-ncurses" {= "1"}
"conf-pandoc" {= "0.1"}
"conf-pkg-config" {= "2"}
"core" {= "v0.14.1"}
"core_bench" {= "v0.14.0"}
Expand Down Expand Up @@ -163,6 +164,7 @@ depends: [
]
depexts: [
["devel/pkgconf"] {os = "openbsd"}
["epel-release" "pandoc"] {os-distribution = "centos"}
["gmp"] {os = "freebsd"}
["gmp"] {os = "openbsd"}
["gmp"] {os = "macos" & os-distribution = "homebrew"}
Expand Down Expand Up @@ -196,6 +198,10 @@ depexts: [
["ncurses-devel"] {os-distribution = "ol"}
["ncurses-devel"] {os-distribution = "rhel"}
["ncurses-devel"] {os-family = "suse"}
["pandoc"] {os-distribution = "fedora"}
["pandoc"] {os-family = "debian"}
["pandoc"] {os-family = "suse"}
["pandoc"] {os = "macos" & os-distribution = "homebrew"}
["pcre"] {os = "freebsd"}
["pcre"] {os-family = "arch"}
["pcre"] {os = "macos" & os-distribution = "homebrew"}
Expand All @@ -220,6 +226,7 @@ depexts: [
["pkgconfig"] {os-distribution = "centos" & os-version <= "7"}
["pkgconfig"] {os-distribution = "rhel" & os-version <= "7"}
["system:pkgconf"] {os = "win32" & os-distribution = "cygwinports"}
["texlive-full"] {os-family = "debian"}
["tzdata"] {os-distribution = "alpine"}
["tzdata"] {os-distribution = "debian"}
["tzdata"] {os-distribution = "ubuntu"}
Expand Down
1 change: 1 addition & 0 deletions rwo.opam.template
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ depexts: [
["tzdata"] {os-distribution = "ubuntu"}
["tzdata"] {os-distribution = "debian"}
["tzdata"] {os-distribution = "alpine"}
["texlive-full"] {os-family = "debian"}
]