aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/upnp/gupnp-av-0.5.2/nodoc.patch
blob: 07b469e93d0269a840e9d9c9c751a461f157ef55 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
---
 Makefile.am  |    2 +-
 configure.ac |    4 ----
 2 files changed, 1 insertion(+), 5 deletions(-)

--- gupnp-av-0.5.2.orig/Makefile.am
+++ gupnp-av-0.5.2/Makefile.am
@@ -1,6 +1,6 @@
-SUBDIRS = libgupnp-av tests doc
+SUBDIRS = libgupnp-av tests
 
 pkgconfig_DATA= gupnp-av-1.0.pc
 pkgconfigdir = $(libdir)/pkgconfig
 
 DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc
--- gupnp-av-0.5.2.orig/configure.ac
+++ gupnp-av-0.5.2/configure.ac
@@ -23,16 +23,12 @@ AC_ARG_ENABLE(debug,
         enable_debug=no)
 if test "x$enable_debug" = "xyes"; then
         CFLAGS="$CFLAGS -g -Wall"
 fi
 
-GTK_DOC_CHECK([1.0])
-
 AC_OUTPUT([
 Makefile
 libgupnp-av/Makefile
 tests/Makefile
-doc/Makefile
-doc/version.xml
 gupnp-av-1.0.pc
 gupnp-av-1.0-uninstalled.pc
 ])