Pass -f to rm share/man/man1 to avoid a benign error message

This commit is contained in:
ridiculousfish 2013-01-06 14:03:29 -08:00
parent 85fdf587c0
commit b8135574c3

View file

@ -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
#