diff options
author | Ludovic Courtès <ludo@gnu.org> | 2015-05-09 16:41:38 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2015-05-09 23:53:36 +0200 |
commit | 54d6223d2c240c0214c123e0b0aa977a01a3c209 (patch) | |
tree | 08abfe07481371e18ff13c76508b98a0c70efe70 /doc.am | |
parent | 6f05630ba6848fa666f4ea57aab7f7ffbc15fc72 (diff) | |
download | patches-54d6223d2c240c0214c123e0b0aa977a01a3c209.tar patches-54d6223d2c240c0214c123e0b0aa977a01a3c209.tar.gz |
doc: Rename OS config example.
* gnu/system/os-config.tmpl: Rename to...
* gnu/system/examples/bare-bones.tmpl: ... this.
* Makefile.am (EXAMPLES): Adjust accordingly.
* doc.am (doc/os-config.texi): Likewise.
* gnu/system/install.scm (configuration-template-service)[template]:
Likewise.
Diffstat (limited to 'doc.am')
-rw-r--r-- | doc.am | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ # GNU Guix --- Functional package management for GNU -# Copyright © 2012, 2013, 2014 Ludovic Courtès <ludo@gnu.org> +# Copyright © 2012, 2013, 2014, 2015 Ludovic Courtès <ludo@gnu.org> # Copyright © 2013 Andreas Enge <andreas@enge.fr> # # This file is part of GNU Guix. @@ -30,7 +30,7 @@ BUILT_SOURCES += doc/os-config.texi EXTRA_DIST += doc/os-config.texi MAINTAINERCLEANFILES = doc/os-config.texi -doc/os-config.texi: gnu/system/os-config.tmpl +doc/os-config.texi: gnu/system/examples/bare-bones.tmpl $(MKDIR_P) "`dirname "$@"`" cp "$<" "$@" |