From f6798d60014ae8fdb7008524afb496853bea0476 Mon Sep 17 00:00:00 2001 From: Andreas Tille Date: Sat, 26 Dec 2020 15:41:15 +0000 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 Forwarded: not-needed 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 3d378cc..2f9c0f5 100644 --- a/configure.ac +++ b/configure.ac @@ -465,7 +465,7 @@ if test "$verify_finally" = "no"; then CPPFLAGS="${CPPFLAGS} -DIGRAPH_VERIFY_FINALLY_STACK=0" fi -AC_CONFIG_FILES([Makefile src/Makefile igraph.pc igraph_Info.plist doc/Makefile]) +AC_CONFIG_FILES([Makefile src/Makefile igraph.pc igraph_Info.plist]) # Generate header files (using script ./config.status), but update only upon changes. dnl NB: Approach requires AC_CONFIG_FILES to be called in configure.ac. -- 2.30.2