]> git.pld-linux.org Git - packages/gtk-doc.git/blob - gtk-doc-noarch.patch
3e87f17a265ef0c68817289c9c5510157bac9fb2
[packages/gtk-doc.git] / gtk-doc-noarch.patch
1 --- gtk-doc-1.26/configure.ac.orig      2017-08-11 10:01:46.000000000 +0200
2 +++ gtk-doc-1.26/configure.ac   2017-11-13 16:03:52.413461438 +0100
3 @@ -24,10 +24,6 @@
4  # Check for programs
5  AC_PROG_CC
6  
7 -# Initialize libtool
8 -LT_PREREQ([2.2])
9 -LT_INIT
10 -
11  dnl Make sure we have pkg-config >= 0.19, so installing in $(datadir) is OK.
12  PKG_PROG_PKG_CONFIG([0.19])
13  
14 @@ -227,25 +223,6 @@
15  gtkdoc/config.py
16  help/Makefile
17  help/manual/Makefile
18 -tests/Makefile
19 -tests/gobject/Makefile
20 -tests/gobject/src/Makefile
21 -tests/gobject/docs/Makefile
22 -tests/bugs/Makefile
23 -tests/bugs/src/Makefile
24 -tests/bugs/docs/Makefile
25 -tests/annotations/Makefile
26 -tests/annotations/src/Makefile
27 -tests/annotations/docs/Makefile
28 -tests/fail/Makefile
29 -tests/fail/src/Makefile
30 -tests/fail/docs/Makefile
31 -tests/empty/Makefile
32 -tests/empty/src/Makefile
33 -tests/empty/docs/Makefile
34 -tests/program/Makefile
35 -tests/program/src/Makefile
36 -tests/program/docs/Makefile
37  ])
38  
39  dnl run chmod on these after parsing them.
40 --- gtk-doc-1.22/Makefile.am.noarch     2015-05-08 18:46:15.247188483 +0200
41 +++ gtk-doc-1.22/Makefile.am    2015-05-08 18:46:44.464104524 +0200
42 @@ -1,7 +1,7 @@
43  ## Process this file with automake to produce Makefile.in
44  ACLOCAL_AMFLAGS=-I m4 ${ACLOCAL_FLAGS}
45  
46 -SUBDIRS = cmake help tests
47 +SUBDIRS = cmake help
48  
49  bin_SCRIPTS = \
50         gtkdoc-check    \
This page took 0.036481 seconds and 2 git commands to generate.