[cpp-sp COMMIT] /branches/REL_2/doc/Makefile.am

noreply at shibboleth.net noreply at shibboleth.net
Thu Jul 9 11:27:45 EDT 2015


Author: scantor
Date: Thu Jul  9 11:27:45 2015
New Revision: 3928

URL: http://svn.shibboleth.net/view/cpp-sp?rev=3928&view=rev
Log:
Remove api directory from dist.

Modified:
    branches/REL_2/doc/Makefile.am

Modified: branches/REL_2/doc/Makefile.am
URL: http://svn.shibboleth.net/view/cpp-sp/branches/REL_2/doc/Makefile.am?rev=3928&r1=3927&r2=3928&view=diff
==============================================================================
--- branches/REL_2/doc/Makefile.am	(original)
+++ branches/REL_2/doc/Makefile.am	Thu Jul  9 11:27:45 2015
@@ -6,7 +6,6 @@
 install-data-hook:
 	if test -d api ; then \
 		cp -r api $(DESTDIR)$(pkgdocdir); \
-		rm -rf `find $(DESTDIR)$(pkgdocdir)/api -name .svn`; \
 	fi;
 
 docfiles = \
@@ -25,4 +24,4 @@
 
 pkgweb_DATA = $(webfiles)
 
-EXTRA_DIST = $(docfiles) $(webfiles) api
+EXTRA_DIST = $(docfiles) $(webfiles)



More information about the commits mailing list