roptat pushed a commit to branch master
in repository guix.
commit e95acc0919e5018a715bc62b0a3c980c9715fcc3
Author: Julien Lepiller <[email protected]>
AuthorDate: Sun Nov 14 20:32:38 2021 +0100
doc: Add example to dist target.
* doc/local.mk (OS_CONFIG_EXAMPLES_TEXI): Add he-config-bare-bones.scm.
---
doc/local.mk | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/doc/local.mk b/doc/local.mk
index 1bc717d..029232b 100644
--- a/doc/local.mk
+++ b/doc/local.mk
@@ -81,7 +81,8 @@ EXTRA_DIST += \
OS_CONFIG_EXAMPLES_TEXI = \
%D%/os-config-bare-bones.texi \
%D%/os-config-desktop.texi \
- %D%/os-config-lightweight-desktop.texi
+ %D%/os-config-lightweight-desktop.texi \
+ %D%/he-config-bare-bones.scm
TRANSLATED_INFO = \
$(call lang_to_texinfo,$(MANUAL_LANGUAGES),guix) \