Remove svn files from api doc folder.
authorScott Cantor <cantor.2@osu.edu>
Mon, 22 Oct 2007 00:52:04 +0000 (00:52 +0000)
committerScott Cantor <cantor.2@osu.edu>
Mon, 22 Oct 2007 00:52:04 +0000 (00:52 +0000)
Makefile.am

index b1260bc..a3401f0 100644 (file)
@@ -23,6 +23,9 @@ install-data-hook:
        rm -rf $(DESTDIR)$(datadir)/doc/@PACKAGE@/api
        cp -r doc/api $(DESTDIR)$(datadir)/doc/@PACKAGE@
 
+dist-hook:
+       rm -rf `find $(distdir)/doc/api -name .svn`
+
 shibboleth.spec: shibboleth.spec.in Makefile
        rm -f $@.tmp
        sed < $< > $@.tmp \