This is an automated email from the git hooks/post-receive script.

guix_mirror_bot pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new dc02be0b61 doc: Depend on os-config-*.texi files.
dc02be0b61 is described below

commit dc02be0b61edbadcb7ac330b1c7d0bbba565514f
Author: Mickaƫl Fortunato <mickael.fortun...@protonmail.com>
AuthorDate: Thu May 29 17:30:36 2025 +0200

    doc: Depend on os-config-*.texi files.
    
    This allows running `make info` without having to run `make` first.
    
    * doc/local.mk (%C%_guix_TEXINFOS): Add os-config-*.texi.
    
    Change-Id: I1998bccc6fb13a74e992a3f23311ed0de4799e89
    Signed-off-by: Ekaitz Zarraga <eka...@elenq.tech>
---
 doc/local.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/doc/local.mk b/doc/local.mk
index a77e148f3e..b47e47f78c 100644
--- a/doc/local.mk
+++ b/doc/local.mk
@@ -52,6 +52,7 @@ info_TEXINFOS = %D%/guix.texi                 \
   %D%/guix-cookbook.sv.texi
 
 %C%_guix_TEXINFOS = \
+  $(OS_CONFIG_EXAMPLES_TEXI) \
   %D%/contributing.texi \
   %D%/fdl-1.3.texi
 

Reply via email to