diff options
Diffstat (limited to 'cpp/src/slice2html')
-rw-r--r-- | cpp/src/slice2html/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/slice2html/Makefile b/cpp/src/slice2html/Makefile index 311c68f2631..ad86a79bc06 100644 --- a/cpp/src/slice2html/Makefile +++ b/cpp/src/slice2html/Makefile @@ -34,5 +34,6 @@ $(NAME): $(OBJS) install:: all $(call installprogram,$(NAME),$(install_bindir)) + $(call installdata,$(top_srcdir)/../man/man1/slice2html.1,$(install_mandir)) include .depend |