diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-07-02 01:17:55 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-07-02 01:17:55 +0200 |
commit | 65232ea79d8f6b1288c33852f89b575a9200162d (patch) | |
tree | b10c403e286e4453ab44ec3343b37fd3f103a27d /Makefile.am | |
parent | 1cf18f27331286dfb56d92e1800facf4f696ad27 (diff) |
man: document automount units
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 457276ed16..7df50cecc0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -319,6 +319,7 @@ MANPAGES = \ man/systemd.service.5 \ man/systemd.socket.5 \ man/systemd.mount.5 \ + man/systemd.automount.5 \ man/daemon.7 \ man/sd-daemon.7 \ man/runlevel.8 \ |