From d85abe376a46d3ae9814ca848ee21f3662db3cad Mon Sep 17 00:00:00 2001 From: Daniel Espinosa Date: Mon, 7 Nov 2016 23:25:44 -0600 Subject: [PATCH] Fixed make distcheck --- docs/Makefile.am | 6 +++--- po/POTFILES.skip | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/Makefile.am b/docs/Makefile.am index d9d850c5..1f6be0ed 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -1,7 +1,7 @@ SUBDIRS= -if BUILD_MALLARD_DOCS - SUBDIRS += mallard -endif +#if BUILD_MALLARD_DOCS +# SUBDIRS += mallard +#endif if HAVE_VALADOC SUBDIRS += valadoc diff --git a/po/POTFILES.skip b/po/POTFILES.skip index a45492bc..8c5c7d3c 100644 --- a/po/POTFILES.skip +++ b/po/POTFILES.skip @@ -34,6 +34,7 @@ sub/gxml/DomCharacter.c sub/gxml/DomNode.c sub/gxml/Enumeration.c sub/gxml/GomCollections.c +sub/gxml/GomElement.c sub/gxml/GomDocument.c sub/gxml/GomNode.c sub/gxml/GomObject.c -- GitLab