diff options
author | Ludovic Courtès <ludo@gnu.org> | 2016-03-22 23:48:21 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2016-03-23 00:23:12 +0100 |
commit | d038b674cf3e44462814da70f68522d0e3aab018 (patch) | |
tree | bc63adcbb30070aa8ec7e588672dc43b50256b98 /doc.am | |
parent | d26e19671e2a50a25d37357aba301bef5df1818e (diff) | |
download | patches-d038b674cf3e44462814da70f68522d0e3aab018.tar patches-d038b674cf3e44462814da70f68522d0e3aab018.tar.gz |
doc: Add "lightweight desktop" OS config example.
* gnu/system/examples/desktop.tmpl (packages): Remove XFCE and
RATPOISON.
(services): Add 'gnome-desktop-service' and 'xfce-desktop-service'.
* gnu/system/examples/lightweight-desktop.tmpl: New file.
* Makefile.am (EXAMPLES): Add it.
* doc.am (OS_CONFIG_EXAMPLES_TEXI): Add
doc/os-config-lightweight-desktop.texi.
* gnu/system/install.scm (/etc/configuration-files)[directory]: Add
lightweight-desktop.tmpl.
Diffstat (limited to 'doc.am')
-rw-r--r-- | doc.am | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -47,7 +47,8 @@ EXTRA_DIST += \ OS_CONFIG_EXAMPLES_TEXI = \ doc/os-config-bare-bones.texi \ - doc/os-config-desktop.texi + doc/os-config-desktop.texi \ + doc/os-config-lightweight-desktop.texi # Bundle this file so that makeinfo finds it in out-of-source-tree builds. BUILT_SOURCES += $(OS_CONFIG_EXAMPLES_TEXI) |