From f3804d3ea527ef8c17d207fc216cc269853c0613 Mon Sep 17 00:00:00 2001 From: William Deegan Date: Mon, 18 Sep 2017 12:47:52 -0700 Subject: Add src/engine/SCons/Tool/docbook/utils/xmldepend.xsl to MANIFEST-xml.in --- SConstruct | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'SConstruct') diff --git a/SConstruct b/SConstruct index b14fe455..4ec35453 100644 --- a/SConstruct +++ b/SConstruct @@ -776,11 +776,16 @@ for p in [ scons ]: for sp in p['subpkgs']: ssubdir = sp['src_subdir'] isubdir = p['subinst_dirs'][sp['pkg']] + + MANIFEST_in = File(os.path.join(src, ssubdir, 'MANIFEST.in')).rstr() MANIFEST_in_list.append(MANIFEST_in) files = bootstrap.parseManifestLines(os.path.join(src, ssubdir), open(MANIFEST_in).readlines()) + raw_files.extend(files) src_files.extend([os.path.join(ssubdir, x) for x in files]) + + for f in files: r = os.path.join(sp['rpm_dir'], f) rpm_files.append(r) -- cgit v1.2.1