diff options
author | Julien Lepiller <julien@lepiller.eu> | 2021-11-14 20:32:38 +0100 |
---|---|---|
committer | Julien Lepiller <julien@lepiller.eu> | 2021-11-14 20:35:04 +0100 |
commit | e95acc0919e5018a715bc62b0a3c980c9715fcc3 (patch) | |
tree | ecbc86684b7103356865bed489715f4fdb667706 | |
parent | 97909fd6fd5edaefd3124fd0732ff639b713614c (diff) |
doc: Add example to dist target.
* doc/local.mk (OS_CONFIG_EXAMPLES_TEXI): Add he-config-bare-bones.scm.
-rw-r--r-- | doc/local.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/local.mk b/doc/local.mk index 1bc717df84..029232b7ac 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) \ |