From 3ee26f761b2a615d84076c9508b30e9c82a4b1c1 Mon Sep 17 00:00:00 2001 From: Christian Soffke Date: Thu, 11 Dec 2025 19:11:40 +0100 Subject: [PATCH] manual: html: fix unrecognized --parent(s) option on BSD/Darwin Replace --parents (specific to GNU cp) with separate mkdir -p command. See https://www.gnu.org/software/coreutils/manual/html_node/cp-invocation.html#index-_002d_002dparents Change-Id: I80dd5e513300dc921a59227aff9454ddb5766671 --- manual/Makefile.pdflatex | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/manual/Makefile.pdflatex b/manual/Makefile.pdflatex index b0025e195d..137c797639 100644 --- a/manual/Makefile.pdflatex +++ b/manual/Makefile.pdflatex @@ -16,8 +16,13 @@ buildmanual: rockbox-build.tex pdf buildhtml: rockbox-build.tex @mkdir -p $(OBJDIR)/html @$(HTLATEX) $(DOCUMENT) "$(HTOPTS1),$(SPLITHTML)" $(HTOPTS2) $(HTOPTS3)