Remove marshalling files from doc build. meson

Mon, 19 Jun 2017 22:49:37 -0400

author
Elliott Sales de Andrade <qulogic@pidgin.im>
date
Mon, 19 Jun 2017 22:49:37 -0400
branch
meson
changeset 38514
86609e84855b
parent 38513
24e16b0137d0
child 38515
2d4d3a8fd23c

Remove marshalling files from doc build.

doc/reference/finch/Makefile.am file | annotate | diff | comparison | revisions
doc/reference/libpurple/Makefile.am file | annotate | diff | comparison | revisions
doc/reference/protocols/facebook/Makefile.am file | annotate | diff | comparison | revisions
--- a/doc/reference/finch/Makefile.am	Mon Jun 19 21:54:28 2017 -0400
+++ b/doc/reference/finch/Makefile.am	Mon Jun 19 22:49:37 2017 -0400
@@ -66,7 +66,6 @@
 	wms \
 	getopt.h \
 	gntinternal.h \
-	gntmarshal.h \
 	gnt-skel.h
 
 # Images to copy into HTML directory.
--- a/doc/reference/libpurple/Makefile.am	Mon Jun 19 21:54:28 2017 -0400
+++ b/doc/reference/libpurple/Makefile.am	Mon Jun 19 22:49:37 2017 -0400
@@ -76,7 +76,6 @@
 	dbus-types.h \
 	glibcompat.h \
 	internal.h \
-	marshallers.h \
 	purple-client.h \
 	purple-client-bindings.h \
 	valgrind.h
--- a/doc/reference/protocols/facebook/Makefile.am	Mon Jun 19 21:54:28 2017 -0400
+++ b/doc/reference/protocols/facebook/Makefile.am	Mon Jun 19 22:49:37 2017 -0400
@@ -61,7 +61,7 @@
 
 # Header files or dirs to ignore when scanning. Use base file/dir names
 # e.g. IGNORE_HFILES=gtkdebug.h gtkintl.h private_code
-IGNORE_HFILES=marshal.h
+IGNORE_HFILES=
 
 # Images to copy into HTML directory.
 # e.g. HTML_IMAGES=$(top_srcdir)/gtk/stock-icons/stock_about_24.png

mercurial