No need for dist-hook anymore
authorscantor <scantor@de75baf8-a10c-0410-a50a-987c0e22f00f>
Tue, 4 Dec 2012 04:40:09 +0000 (04:40 +0000)
committerscantor <scantor@de75baf8-a10c-0410-a50a-987c0e22f00f>
Tue, 4 Dec 2012 04:40:09 +0000 (04:40 +0000)
git-svn-id: https://svn.shibboleth.net/cpp-xmltooling/branches/REL_1@1015 de75baf8-a10c-0410-a50a-987c0e22f00f

Makefile.am

index 029cd5c..afb960f 100644 (file)
@@ -11,11 +11,6 @@ DISTCLEANFILES = \
        @PACKAGE_NAME@-uninstalled.pc \
        @PACKAGE_NAME@-uninstalled.sh
 
-dist-hook:
-       rm -rf `find $(distdir)/xmltoolingtest/data -name .svn`
-       rm -rf `find $(distdir)/doc/api -name .svn`
-
-
 SUBDIRS = doc schemas @PACKAGE_NAME@ xmltoolingtest
 
 if DX_COND_doc