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