branch: elpa/pg
commit 1fcd4d2ba97b51b8d29ac25b027413cae108654b
Author: Eric Marsden <[email protected]>
Commit: Eric Marsden <[email protected]>

    Add recipe for building the documentation
---
 .justfile | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)

diff --git a/.justfile b/.justfile
index e84bb6ca670..a96df3c373e 100644
--- a/.justfile
+++ b/.justfile
@@ -17,6 +17,15 @@ installability:
    printf '%s' "$INSTALL_EL" > {{ init-el }}
    ls -l {{ init-el }}
    cat {{ init-el }}
-   podman run --rm -ti -v {{ tmpdir }}:/tmp docker.io/silex/emacs:29.4-ci \
+   podman run --rm -ti -v {{ tmpdir }}:/tmp docker.io/silex/emacs:30.2-ci \
       ${EMACS:-emacs} -l /tmp/init.el
 
+
+
+# Build the documentation.
+#
+# Uses mdbook and mdbook-admonish
+# https://github.com/tommilligan/mdbook-admonish
+doc:
+   (cd doc && mdbook-admonish install .)
+   (cd doc && mdbook build )

Reply via email to