_do-not-build-cookbook
authorDebian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Sun, 9 Oct 2016 14:56:06 +0000 (14:56 +0000)
committerAndreas Henriksson <andreas@fatal.se>
Sun, 9 Oct 2016 14:56:06 +0000 (14:56 +0000)
Gbp-Pq: Name 01_do-not-build-cookbook.patch

configure.ac
doc/Makefile.am

index 091d299c380fb8b94284015e820530dbb6f4ae66..54e53881280b64fc5a905529453fc19140fa887b 100644 (file)
@@ -1224,9 +1224,6 @@ AC_CONFIG_FILES([
        doc/reference/Makefile
        doc/reference/clutter-docs.xml
        doc/common/Makefile
-       doc/cookbook/Makefile
-       doc/cookbook/clutter-cookbook.xml
-       doc/cookbook/examples/Makefile
 
        po/Makefile.in
 ])
index 879d3a57dff1c4cfb7d77b545ef66414cf73f38e..06ce04c38c13fac973617c8eb7b08b646b2edaa3 100644 (file)
@@ -5,10 +5,10 @@ SUBDIRS += reference
 endif
 
 if ENABLE_DOCS
-SUBDIRS += common cookbook
+SUBDIRS += common
 endif
 
-DIST_SUBDIRS = reference common cookbook
+DIST_SUBDIRS = reference common
 
 EXTRA_DIST = \
        CODING_STYLE \