There is no doc/Makefile.am delivered in release tarballs - so do nothing there
authorAndreas Tille <tille@debian.org>
Thu, 30 Apr 2020 08:18:11 +0000 (09:18 +0100)
committerAndreas Tille <tille@debian.org>
Thu, 30 Apr 2020 08:18:11 +0000 (09:18 +0100)
Last-Update: Thu, 30 Apr 2020 10:18:11 +0200

Gbp-Pq: Name do_not_make_anything_in_doc.patch

configure.ac

index b422caf1b8858eab1ec443fec77cb8b6c1ba3052..54bc0effd0f86f9309d3146a7d2ccb496073cf32 100644 (file)
@@ -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.])