There is no doc/Makefile.am delivered in release tarballs - so do nothing there
authorAndreas Tille <tille@debian.org>
Sat, 26 Dec 2020 15:41:15 +0000 (15:41 +0000)
committerJerome Benoit <calculus@rezozer.net>
Sat, 26 Dec 2020 15:41:15 +0000 (15:41 +0000)
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

index 3d378ccca535457732c820d0a279b932b5570c94..2f9c0f5106417e7900edcfcf30ef1742c33652c3 100644 (file)
@@ -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.