diff --git a/customize/Makefile.am b/customize/Makefile.am index 6e876a426..705aeb320 100644 --- a/customize/Makefile.am +++ b/customize/Makefile.am @@ -1,5 +1,5 @@ # virt-customize -# Copyright (C) 2014 Red Hat Inc. +# Copyright (C) 2014-2015 Red Hat Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -18,6 +18,7 @@ include $(top_srcdir)/subdir-rules.mk EXTRA_DIST = \ + $(generator_built) \ $(SOURCES_MLI) $(SOURCES_ML) $(SOURCES_C) \ test-virt-customize.sh \ virt-customize.pod diff --git a/gobject/docs/Makefile.am b/gobject/docs/Makefile.am index 0a831a383..a5561acf8 100644 --- a/gobject/docs/Makefile.am +++ b/gobject/docs/Makefile.am @@ -1,5 +1,5 @@ # libguestfs -# Copyright (C) 2012 Red Hat Inc. +# Copyright (C) 2012-2015 Red Hat Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -17,6 +17,8 @@ include $(top_srcdir)/subdir-rules.mk +generator_built = guestfs-title.sgml + # The name of the module, e.g. 'glib'. DOC_MODULE=guestfs @@ -94,7 +96,7 @@ include $(srcdir)/gtk-doc.make # Other files to distribute # e.g. EXTRA_DIST += version.xml.in -EXTRA_DIST += +EXTRA_DIST += $(generator_built) # Files not to distribute # for --rebuild-types in $(SCAN_OPTIONS), e.g. $(DOC_MODULE).types