From: Sébastien Noel <sebastien@twolife.be>
Last-Update: 2025-08-19
Forwarded: not-needed
Description: fix sphinx doc install

--- a/doc/Makefile.in
+++ b/doc/Makefile.in
@@ -81,6 +81,10 @@
                 echo "Creating 'doc/html/_static' subdirectory."; \
                 $(MKDIR_P) $(DEST)/doc/html/_static >/dev/null; \
         fi
+	@if test -d $(srcdir)/html/_sources -a ! -d $(DEST)/doc/html/_sources; then \
+                echo "Creating 'doc/html/_sources' subdirectory."; \
+                cp -a $(srcdir)/html/_sources $(DEST)/doc/html/_sources >/dev/null; \
+        fi
 	@if test ! -d $(DEST)/doc/settings; then \
 		echo "Creating 'doc/settings' subdirectory."; \
 		$(MKDIR_P) $(DEST)/doc/settings >/dev/null; \
