Remove api directory from dist.
authorScott Cantor <cantor.2@osu.edu>
Thu, 9 Jul 2015 15:25:29 +0000 (11:25 -0400)
committerScott Cantor <cantor.2@osu.edu>
Thu, 9 Jul 2015 15:25:29 +0000 (11:25 -0400)
doc/Makefile.am

index 4320aca..7e988ee 100644 (file)
@@ -5,7 +5,6 @@ pkgdocdir = $(datadir)/doc/@PACKAGE@-@PACKAGE_VERSION@
 install-data-hook:
        if test -d api ; then \
                cp -r api $(DESTDIR)$(pkgdocdir); \
-               rm -rf `find $(DESTDIR)$(pkgdocdir)/api -name .svn`; \
        fi;
 
 docfiles = \
@@ -16,4 +15,4 @@ docfiles = \
 
 pkgdoc_DATA = $(docfiles)
 
-EXTRA_DIST = $(docfiles) api
+EXTRA_DIST = $(docfiles)