No need for dist-hook anymore
authorscantor <scantor@fb386ef7-a10c-0410-8ebf-fd3f8e989ab0>
Tue, 4 Dec 2012 04:42:11 +0000 (04:42 +0000)
committerscantor <scantor@fb386ef7-a10c-0410-8ebf-fd3f8e989ab0>
Tue, 4 Dec 2012 04:42:11 +0000 (04:42 +0000)
git-svn-id: https://svn.shibboleth.net/cpp-opensaml/branches/REL_2@755 fb386ef7-a10c-0410-8ebf-fd3f8e989ab0

Makefile.am

index 8e5e721..c7d379a 100644 (file)
@@ -11,11 +11,6 @@ DISTCLEANFILES = \
        @PACKAGE_NAME@-uninstalled.pc \
        @PACKAGE_NAME@-uninstalled.sh
 
-dist-hook:
-       rm -rf `find $(distdir)/samltest/data -name .svn`
-       rm -rf `find $(distdir)/doc/api -name .svn`
-
-
 SUBDIRS = doc schemas saml samltest samlsign
 
 if DX_COND_doc