_do-not-build-cookbook
authorDebian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Sun, 2 Jul 2017 05:14:31 +0000 (06:14 +0100)
committerAndreas Henriksson <andreas@fatal.se>
Sun, 2 Jul 2017 05:14:31 +0000 (06:14 +0100)
Gbp-Pq: Name 01_do-not-build-cookbook.patch

configure.ac
doc/Makefile.am

index 7758faa3accccfa1a5f44e661a476e34c1122f1d..8638f0ca640f263e1061d10f6217b7a3b7be908a 100644 (file)
@@ -1210,9 +1210,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 \