File: 01_do-not-build-cookbook.patch

package info (click to toggle)
clutter-1.0 1.26.4%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 34,352 kB
  • sloc: ansic: 128,533; sh: 5,580; xml: 1,641; makefile: 1,613; ruby: 149; perl: 142; sed: 16
file content (41 lines) | stat: -rw-r--r-- 878 bytes parent folder | download | duplicates (2)
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
35
36
37
38
39
40
41
Description: Build without the cookbook directory
Author: Jeremy Bicha <jbicha@linux.com>
Forwarded: no

--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -4,11 +4,7 @@ if BUILD_GTK_DOC
 SUBDIRS += reference
 endif
 
-if ENABLE_DOCS
-SUBDIRS += cookbook
-endif
-
-DIST_SUBDIRS = reference cookbook
+DIST_SUBDIRS = reference
 
 EXTRA_DIST = \
 	CODING_STYLE.txt \
--- a/configure.ac
+++ b/configure.ac
@@ -1207,9 +1207,6 @@ AC_CONFIG_FILES([
 
 	doc/Makefile
 	doc/reference/Makefile
-	doc/cookbook/Makefile
-	doc/cookbook/clutter-cookbook.xml
-	doc/cookbook/examples/Makefile
 
 	po/Makefile.in
 ])
--- a/Makefile.am
+++ b/Makefile.am
@@ -30,7 +30,6 @@ meson_files = \
 	clutter/meson.build \
 	clutter/cex100/meson.build \
 	doc/meson.build \
-	doc/cookbook/meson.build \
 	doc/reference/meson.build \
 	doc/reference/xml/gtkdocentities.ent.in \
 	doc/reference/xml/meson.build \