mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 12:53:13 +00:00
Pass -f to rm share/man/man1 to avoid a benign error message
This commit is contained in:
parent
85fdf587c0
commit
b8135574c3
1 changed files with 1 additions and 1 deletions
|
@ -488,7 +488,7 @@ common.o: $(COMMON_FILES)
|
|||
share/man: $(HELP_SRC)
|
||||
-mkdir share/man
|
||||
touch share/man
|
||||
-rm -R share/man/man1
|
||||
-rm -Rf share/man/man1
|
||||
./build_tools/build_documentation.sh Doxyfile.help ./doc_src ./share
|
||||
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue