]> git.pld-linux.org Git - packages/gtk-doc.git/commitdiff
- skip building useless regression tests programs - now spec can be 'noarch'
authorSzymon Siwek <sls@pld-linux.org>
Fri, 28 Nov 2008 11:19:59 +0000 (11:19 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gtk-doc-noarch.patch -> 1.1

gtk-doc-noarch.patch [new file with mode: 0644]

diff --git a/gtk-doc-noarch.patch b/gtk-doc-noarch.patch
new file mode 100644 (file)
index 0000000..447c45c
--- /dev/null
@@ -0,0 +1,38 @@
+--- gtk-doc-1.11/Makefile.am.orig      2008-11-27 11:51:21.662672708 +0100
++++ gtk-doc-1.11/Makefile.am   2008-11-27 11:51:27.662260372 +0100
+@@ -1,6 +1,6 @@
+ ## Process this file with automake to produce Makefile.in
+-SUBDIRS = help tests
++SUBDIRS = help
+ bin_SCRIPTS = \
+       gtkdoc-check    \
+--- gtk-doc-1.11/configure.in.orig     2008-11-27 11:50:03.668033103 +0100
++++ gtk-doc-1.11/configure.in  2008-11-27 11:50:30.166211942 +0100
+@@ -21,7 +21,6 @@
+ AC_ISC_POSIX
+ AC_PROG_CC
+-AC_PROG_LIBTOOL
+ # Make sure we have pkg-config >= 0.19, so installing in $(datadir) is OK.
+ PKG_PROG_PKG_CONFIG([0.19])
+@@ -154,17 +153,6 @@
+ gtkdoc-common.pl
+ help/Makefile
+ help/manual/Makefile
+-tests/Makefile
+-tests/gobject/Makefile
+-tests/gobject/src/Makefile
+-tests/gobject/docs/Makefile
+-tests/gobject/docs-tmpl/Makefile
+-tests/bugs/Makefile
+-tests/bugs/src/Makefile
+-tests/bugs/docs/Makefile
+-tests/annotations/Makefile
+-tests/annotations/src/Makefile
+-tests/annotations/docs/Makefile
+ ])
+ dnl run chmod on these after parsing them.
This page took 0.042954 seconds and 4 git commands to generate.