]> git.pld-linux.org Git - packages/libgxps.git/blob - libgxps-doc.patch
- pl
[packages/libgxps.git] / libgxps-doc.patch
1 Allow docs build without already installed libgxps (gtk-doc scan generates <libgxps/gxps.h>)
2 --- libgxps-0.2.1/docs/reference/Makefile.am.orig       2011-10-08 14:16:05.000000000 +0200
3 +++ libgxps-0.2.1/docs/reference/Makefile.am    2012-01-28 14:23:48.724403590 +0100
4 @@ -68,8 +68,8 @@
5  # e.g. INCLUDES=-I$(top_srcdir) -I$(top_builddir) $(GTK_DEBUG_FLAGS)
6  # e.g. GTKDOC_LIBS=$(top_builddir)/gtk/$(gtktargetlib)
7  INCLUDES=                              \
8 -       -I$(top_srcdir)/libgxps         \
9 -       -I$(top_builddir)/libgxps       \
10 +       -I$(top_srcdir)         \
11 +       -I$(top_builddir)       \
12         $(GXPS_CFLAGS)
13  
14  GTKDOC_LIBS=                                   \
This page took 0.041899 seconds and 3 git commands to generate.