diff options
author | Sebastian Wicki <gandro@gmx.net> | 2013-07-21 17:12:58 +0200 |
---|---|---|
committer | Sebastian Wicki <gandro@gmx.net> | 2013-07-21 17:12:58 +0200 |
commit | 01f9b7ba788698be0a32534b6e1342b6d58df965 (patch) | |
tree | 4fbc2c04bb617273af2ca96882dc65fbd10032ff /docs/Makefile | |
parent | 8f6e396f8ee47d52faac67922d0ddf6fdfbabecd (diff) | |
download | netctl-01f9b7ba788698be0a32534b6e1342b6d58df965.tar.gz netctl-01f9b7ba788698be0a32534b6e1342b6d58df965.tar.xz |
Add man page for netctl-auto(1)
Diffstat (limited to 'docs/Makefile')
-rw-r--r-- | docs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Makefile b/docs/Makefile index 2fd858b..c90ead5 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -1,6 +1,6 @@ # Makefile for netctl documentation -MANPAGES = netctl.1 netctl.profile.5 netctl.special.7 +MANPAGES = netctl.1 netctl-auto.1 netctl.profile.5 netctl.special.7 .PHONY: manpages install $(MANPAGES:=-install) clean manpages: $(MANPAGES) |