From d72c5b1e21ce0e2588f5537b0d93de61dcc3de99 Mon Sep 17 00:00:00 2001 From: Andreas Tille Date: Thu, 30 Apr 2020 09:18:11 +0100 Subject: [PATCH] There is no doc/Makefile.am delivered in release tarballs - so do nothing there Last-Update: Thu, 30 Apr 2020 10:18:11 +0200 Gbp-Pq: Name do_not_make_anything_in_doc.patch --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index b422caf..54bc0ef 100644 --- a/configure.ac +++ b/configure.ac @@ -384,7 +384,7 @@ if test "$use_asan" != "yes" -a "$use_gprof" != "yes" -a "$debug" != "yes"; then CXXFLAGS="${CXXFLAGS} -O3" fi -AC_CONFIG_FILES([Makefile src/Makefile igraph.pc igraph_Info.plist doc/Makefile include/igraph_version.h include/igraph_threading.h]) +AC_CONFIG_FILES([Makefile src/Makefile igraph.pc igraph_Info.plist include/igraph_version.h include/igraph_threading.h]) AC_OUTPUT AC_MSG_RESULT([igraph successfully configured.]) -- 2.30.2