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

index 60ed706..fa84046 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); \
 install-data-hook:
        if test -d api ; then \
                cp -r api $(DESTDIR)$(pkgdocdir); \
-               rm -rf `find $(DESTDIR)$(pkgdocdir)/api -name .svn`; \
        fi;
 
 docfiles = \
        fi;
 
 docfiles = \
@@ -18,4 +17,4 @@ docfiles = \
 
 pkgdoc_DATA = $(docfiles)
 
 
 pkgdoc_DATA = $(docfiles)
 
-EXTRA_DIST = $(docfiles) api
+EXTRA_DIST = $(docfiles)