switch extra install to dist-hook
authorScott Cantor <cantor.2@osu.edu>
Mon, 16 Dec 2002 17:17:55 +0000 (17:17 +0000)
committerScott Cantor <cantor.2@osu.edu>
Mon, 16 Dec 2002 17:17:55 +0000 (17:17 +0000)
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)
+