blob: cdcdecd95ebc3c3a5f7055a1cc4a3bd2741fd3ec (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
--- Makefile.am.orig 2020-12-07 11:27:30 UTC
+++ Makefile.am
@@ -27,7 +27,6 @@ EXTRA_DIST = config.rpath \
NEWS \
ChangeLog \
m4 \
- gtk-doc.make \
$(NULL)
DISTCLEANFILES = \
@@ -73,5 +72,5 @@ $(srcdir)/ChangeLog:
DISTCHECK_CONFIGURE_FLAGS = \
--enable-introspection \
- --enable-gtk-doc \
+ --disable-gtk-doc \
--with-systemdsystemunitdir=$$dc_install_base/$(systemdsystemunitdir)
|