switch extra install to dist-hook
authorcantor <cantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Mon, 16 Dec 2002 17:17:55 +0000 (17:17 +0000)
committercantor <cantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Mon, 16 Dec 2002 17:17:55 +0000 (17:17 +0000)
git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@233 cb58f699-b61c-0410-a6fe-9272a202ed29

Makefile.am

index 0888b60..92d4a88 100644 (file)
@@ -5,10 +5,6 @@ AUTOMAKE_OPTIONS = foreign
 ACLOCAL_AMFLAGS = -I .
 
 EXTRA_DIST = \
-       ../INSTALL.txt ../LICENSE.txt ../NEWS.txt ../README.txt \
-       ../DEPLOY-GUIDE-ORIGIN.html ../DEPLOY-GUIDE-TARGET.html \
-        INSTALL.txt LICENSE.txt NEWS.txt README.txt \
-        DEPLOY-GUIDE-ORIGIN.html DEPLOY-GUIDE-TARGET.html \
         schemas/cs-sstc-schema-assertion-01.xsd \
         schemas/cs-sstc-schema-protocol-01.xsd \
         schemas/soap-envelope.xsd \
@@ -29,3 +25,6 @@ EXTRA_DIST = \
 
 SUBDIRS = @WANT_SUBDIRS@
 
+dist-hook:
+       cp ../*.txt ../*.html $(distdir)
+