mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-12 13:46:41 +02:00
This works around a bug triggered when generating the figures in the doc. See https://savannah.gnu.org/bugs/index.php?65892 This caused 3 unit tests to fail, which are disabled for this reason.
14 lines
552 B
Diff
14 lines
552 B
Diff
Disable the doc generation to work around the bug tracked in:
|
|
https://savannah.gnu.org/bugs/index.php?65892
|
|
|
|
TODO: Drop this patch, once the bug is fixed.
|
|
--- a/Makefile.am 2024-09-29 13:41:23.017935137 +0200
|
|
+++ b/Makefile.am 2024-09-29 14:05:22.251911243 +0200
|
|
@@ -85,7 +85,6 @@ include $(top_srcdir)/examples/automake.
|
|
include $(top_srcdir)/src/automake.mk
|
|
include $(top_srcdir)/utilities/automake.mk
|
|
include $(top_srcdir)/tests/automake.mk
|
|
-include $(top_srcdir)/doc/automake.mk
|
|
include $(top_srcdir)/Windows/automake.mk
|
|
|
|
if WITH_PERL_MODULE
|