Fix directory indirection bug.
authorScott Cantor <cantor.2@osu.edu>
Thu, 6 Aug 2009 19:22:24 +0000 (19:22 +0000)
committerScott Cantor <cantor.2@osu.edu>
Thu, 6 Aug 2009 19:22:24 +0000 (19:22 +0000)
doc/Makefile.am

index 1fc84df..7ad576f 100644 (file)
@@ -3,8 +3,7 @@ AUTOMAKE_OPTIONS = foreign
 pkgdocdir = $(datadir)/doc/@PACKAGE@-@PACKAGE_VERSION@
 
 install-data-hook:
-       rm -rf $(DESTDIR)$(pkgdocdir)/api
-       cp -r doc/api $(DESTDIR)$(pkgdocdir)
+       cp -r api $(DESTDIR)$(pkgdocdir)
        rm -rf `find $(DESTDIR)$(pkgdocdir)/api -name .svn`
 
 docfiles = \