diff options
author | Jelle van der Waa <jelle@vdwaa.nl> | 2019-02-18 13:53:41 +0100 |
---|---|---|
committer | Jelle van der Waa <jelle@vdwaa.nl> | 2019-03-13 22:13:51 +0100 |
commit | d123fee8ec5c98cbb6bfa4cecf66cb7cdd9c1855 (patch) | |
tree | a6ba2cafd169291b83db6ada31d8c91caab223d3 /Makefile | |
parent | 4a532e38e7ed63770b400e924715178ac4c7664c (diff) | |
download | devtools32-d123fee8ec5c98cbb6bfa4cecf66cb7cdd9c1855.tar.xz |
doc: add man page for mkarchroot
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -65,7 +65,8 @@ BASHCOMPLETION_LINKS = \ MANS = \ doc/lddd.1 \ doc/checkpkg.1 \ - doc/sogrep.1 + doc/sogrep.1 \ ++ doc/mkarchroot.1 all: $(BINPROGS) bash_completion zsh_completion man |