[gtkhtml] Bug 731611 - Do not include marshall-generated code in tarballs



commit 59c863f6092b1b56e085c659e55b4a5c486bc7e1
Author: Milan Crha <mcrha redhat com>
Date:   Wed Jun 18 11:26:05 2014 +0200

    Bug 731611 - Do not include marshall-generated code in tarballs

 components/editor/Makefile.am |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/components/editor/Makefile.am b/components/editor/Makefile.am
index bca876f..2909e17 100644
--- a/components/editor/Makefile.am
+++ b/components/editor/Makefile.am
@@ -115,6 +115,9 @@ EXTRA_DIST = \
 CLEANFILES = $(BUILT_SOURCES)
 DISTCLEANFILES = $(pkgconfig_DATA)
 
+dist-hook:
+       cd $(distdir); rm -f $(BUILT_SOURCES)
+
 if GLADE_CATALOG
 
 gladecatalog_DATA = gtkhtml-editor.xml


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]