[shibboleth-sp2] 57/119: Fix dist handling in Makefiles.

Ferenc Wágner wferi-guest at moszumanska.debian.org
Tue Jan 26 21:29:50 UTC 2016


This is an automated email from the git hooks/post-receive script.

wferi-guest pushed a commit to annotated tag 1.3.1
in repository shibboleth-sp2.

commit d25477d85fed94c51ac920ad3d8ef28905711be4
Author: Scott Cantor <cantor.2 at osu.edu>
Date:   Sun Sep 16 01:14:04 2007 +0000

    Fix dist handling in Makefiles.
---
 doc/Makefile.am     |  9 +++++++--
 schemas/Makefile.am | 51 +++++++++++++++++++++++++++------------------------
 2 files changed, 34 insertions(+), 26 deletions(-)

diff --git a/doc/Makefile.am b/doc/Makefile.am
index 6d19507..8b68362 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -1,7 +1,8 @@
 AUTOMAKE_OPTIONS = foreign
 
 pkgdocdir = $(prefix)/doc/@PACKAGE@
-pkgdoc_DATA = \
+
+docfiles = \
 	CREDITS.txt \
 	INSTALL.txt \
 	INSTALL-WIN32.txt \
@@ -13,4 +14,8 @@ pkgdoc_DATA = \
 	LOG4CPP.LICENSE \
 	CURL.LICENSE \
 	main.css \
-	logo.jpg
\ No newline at end of file
+	logo.jpg
+	
+pkgdoc_DATA = $(docfiles)
+
+EXTRA_DIST = $(docfiles)
diff --git a/schemas/Makefile.am b/schemas/Makefile.am
index 6054c4f..a736fb6 100644
--- a/schemas/Makefile.am
+++ b/schemas/Makefile.am
@@ -1,27 +1,30 @@
-## $Id$ 
-
 AUTOMAKE_OPTIONS = foreign
 
 pkgxmldir = $(datadir)/xml/@PACKAGE@
-pkgxml_DATA = \
-                credentials.xsd \
-                cs-sstc-schema-assertion-01.xsd \
-                cs-sstc-schema-protocol-01.xsd \
-                cs-sstc-schema-assertion-1.1.xsd \
-                cs-sstc-schema-protocol-1.1.xsd \
-                soap-envelope.xsd \
-                xmldsig-core-schema.xsd \
-       			xenc-schema.xsd \
-                xml.xsd \
-                shibboleth.xsd \
-                shibboleth-trust-1.0.xsd \
-                shibboleth-metadata-1.0.xsd \
-                shibboleth-targetconfig-1.0.xsd \
-				saml-schema-assertion-2.0.xsd \
-				saml-schema-metadata-2.0.xsd \
-				WS-Trust.xsd \
-				metadata_v12_to_v11.xsl \
-				metadata_v12_to_v13.xsl \
-				metadata_v13_to_v12.xsl \
-				trust_v12_to_v11.xsl \
-				trust_v13_to_v12.xsl
+
+schemafiles = \
+    credentials.xsd \
+    cs-sstc-schema-assertion-01.xsd \
+    cs-sstc-schema-protocol-01.xsd \
+    cs-sstc-schema-assertion-1.1.xsd \
+    cs-sstc-schema-protocol-1.1.xsd \
+    soap-envelope.xsd \
+    xmldsig-core-schema.xsd \
+	xenc-schema.xsd \
+    xml.xsd \
+    shibboleth.xsd \
+    shibboleth-trust-1.0.xsd \
+    shibboleth-metadata-1.0.xsd \
+    shibboleth-targetconfig-1.0.xsd \
+	saml-schema-assertion-2.0.xsd \
+	saml-schema-metadata-2.0.xsd \
+	WS-Trust.xsd \
+	metadata_v12_to_v11.xsl \
+	metadata_v12_to_v13.xsl \
+	metadata_v13_to_v12.xsl \
+	trust_v12_to_v11.xsl \
+	trust_v13_to_v12.xsl
+
+pkgxml_DATA = $(schemafiles)
+
+EXTRA_DIST = $(schemafiles)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-shibboleth/shibboleth-sp2.git



More information about the Pkg-shibboleth-devel mailing list