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. --- doc/configure-schema.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 doc/configure-schema.sh (limited to 'doc/configure-schema.sh') 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