diff options
author | Ludovic Courtès <ludo@gnu.org> | 2013-02-20 23:32:15 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2013-02-20 23:46:52 +0100 |
commit | 7730d112a2707522943d06940da25a22841a4568 (patch) | |
tree | b76e6ff2265e07f50d4746e276871baa859f7894 /doc | |
parent | c61b026e3ae0ee2aca438100828ed55d226bfad6 (diff) | |
download | guix-7730d112a2707522943d06940da25a22841a4568.tar guix-7730d112a2707522943d06940da25a22841a4568.tar.gz |
build: Adjust guix.texi to Texinfo 5.0.
* doc/guix.texi: Change @title and @subtitle syntax to please Texinfo 5.0.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index 849ab06c4a..9245bd00f5 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -20,8 +20,8 @@ @end direntry @titlepage -@title{GNU Guix Reference Manual} -@subtitle{Using the GNU Guix Functional Package Manager} +@title GNU Guix Reference Manual +@subtitle Using the GNU Guix Functional Package Manager @author Ludovic Courtès @author Nikita Karetnikov |