From 427d6d4f08be08864a414655786368d58b8d6485 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Thu, 27 Aug 2026 16:43:08 +0100 Subject: Symlink in docbook schema from the guix shell environment. --- .gitignore | 3 ++- doc/configure-schema.sh | 3 +++ 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100755 doc/configure-schema.sh diff --git a/.gitignore b/.gitignore index ed8ebf5..f368e5b 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -__pycache__ \ No newline at end of file +__pycache__ +doc/docbookxi.rnc \ No newline at end of file diff --git a/doc/configure-schema.sh b/doc/configure-schema.sh new file mode 100755 index 0000000..fa17f8d --- /dev/null +++ b/doc/configure-schema.sh @@ -0,0 +1,3 @@ +#! /bin/sh + +ln --symbolic --force --verbose $GUIX_ENVIRONMENT/xml/docbook/5.1/rng/docbookxi.rnc $(dirname $0) -- cgit 1.4.1