diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-11-21 20:05:51 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-11-21 20:05:51 +0100 |
commit | e17fb72914e328f962e5df1bf88f301c0e7fa6e1 (patch) | |
tree | 1ee7d2cf057df81755237e67aab0db52df8f4307 /Makefile.am | |
parent | ee48647271132188e9ecc3507e62b6c7c7a6c9eb (diff) |
man: document /etc/os-release
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 06cd3c55c6..35bbc3a64a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -508,7 +508,8 @@ MANPAGES = \ man/tmpfiles.d.5 \ man/hostname.5 \ man/vconsole.conf.5 \ - man/locale.conf.5 + man/locale.conf.5 \ + man/os-release.5 MANPAGES_ALIAS = \ man/reboot.8 \ |