From 51d0023232a7e64477735d5f6e65b9558793f262 Mon Sep 17 00:00:00 2001 From: Scott Cantor Date: Thu, 9 Jul 2015 15:27:45 +0000 Subject: [PATCH] Remove api directory from dist. --- doc/Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/Makefile.am b/doc/Makefile.am index 10386cd..36ba021 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -6,7 +6,6 @@ pkgwebdir = $(datadir)/@PACKAGE_NAME@ 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 @@ pkgdoc_DATA = $(docfiles) pkgweb_DATA = $(webfiles) -EXTRA_DIST = $(docfiles) $(webfiles) api +EXTRA_DIST = $(docfiles) $(webfiles) -- 2.1.4