There is no doc/Makefile.am delivered in release tarballs - so do nothing there
authorAndreas Tille <tille@debian.org>
Sun, 20 Dec 2020 16:29:31 +0000 (16:29 +0000)
committerJerome Benoit <calculus@rezozer.net>
Sun, 20 Dec 2020 16:29:31 +0000 (16:29 +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 a8f33705b05035fb3facf81cf2a76f451260fcc0..88d15d99c0bdaa146ac5349e96d00fa0e2c2c95c 100644 (file)
@@ -450,7 +450,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.