From 15da4aaec74349ca98b3c6686f454c0dec4df2b6 Mon Sep 17 00:00:00 2001 From: ridiculousfish Date: Thu, 3 Jan 2013 10:50:00 -0800 Subject: [PATCH] Make share/man/man1 manpages get built again Addresses https://github.com/fish-shell/fish-shell/issues/491 --- Makefile.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile.in b/Makefile.in index f9eda1907..053244a95 100644 --- a/Makefile.in +++ b/Makefile.in @@ -490,6 +490,8 @@ share/man: $(HELP_SRC) touch share/man -rm -r help_doc ./build_tools/build_documentation.sh + cp help_doc/man/man1/*.1 share/man + rm -r help_doc # # The build rules for installing/uninstalling fish