[gimp-help-2] Grab all XSLT instead of explicitly listing them
- From: Roman Joost <romanofski src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp-help-2] Grab all XSLT instead of explicitly listing them
- Date: Fri, 15 Nov 2013 05:18:46 +0000 (UTC)
commit 0b704bcceffee052b3075ced16596ae4f6b0560e
Author: RĂ³man Joost <romanofski gimp org>
Date: Fri Nov 15 14:44:00 2013 +1000
Grab all XSLT instead of explicitly listing them
For releases, we'd like to include all the XSLT since they are
build/release relevant (at the moment that is). Explicitly listing them
could break the release by forgetting important XSLT files our build
system depends on.
Makefile.am | 10 +---------
1 files changed, 1 insertions(+), 9 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 797b63b..689fcbf 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -136,17 +136,9 @@ OTHER_CSS_FILES = \
# stylesheets (and more) for XSLT
XSL_FILES = \
- stylesheets/authors_docbook.xsl \
- stylesheets/authors_text.xsl \
- stylesheets/authors_common.xsl \
stylesheets/authors.dtd \
- stylesheets/makeindex.xsl \
- stylesheets/getsortkey.xsl \
- stylesheets/plainprint.xsl \
stylesheets/plainhtml.xsl.in \
- stylesheets/htmlalternate.xsl \
- stylesheets/float-images.xsl \
- stylesheets/doap2text.xsl \
+ $(shell cd $(srcdir) && $(find_l) stylesheets/ -type f -name '*.xsl') \
gimp-help-2.doap
# tools needed for building
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]