[jhbuild] build: Include DTDs and XSL file in EXTRA_DIST



commit 7f7b5892256a44ecb95b5660a465547f8a1248f3
Author: Philip Withnall <philip tecnocode co uk>
Date:   Wed Mar 20 12:10:23 2013 +0000

    build: Include DTDs and XSL file in EXTRA_DIST

 Makefile.am |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index c3c9ae6..66b5836 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -7,7 +7,11 @@ SUBDIRS += doc
 endif
 
 PATCHES = $(wildcard $(top_srcdir)/patches/*.patch)
-MODULESETS = $(wildcard $(top_srcdir)/modulesets/*.modules) modulesets/moduleset.dtd
+MODULESETS = $(wildcard $(top_srcdir)/modulesets/*.modules)
+DTDS = \
+       modulesets/moduleset.dtd \
+       modulesets/moduleset.rnc \
+       $(NULL)
 
 desktopdir = $(datadir)/applications
 desktop_in_files = jhbuild.desktop.in
@@ -20,7 +24,8 @@ INTLTOOL =                    \
        intltool-merge.in       \
        intltool-update.in
 
-EXTRA_DIST = $(PATCHES) $(MODULESETS) \
+EXTRA_DIST = $(PATCHES) $(MODULESETS) $(DTDS) \
+       modulesets/moduleset.xsl \
        install-check.c \
        autogen.sh \
        $(desktop_in_files) $(INTLTOOL)


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