From: Scott Cantor Date: Thu, 6 Aug 2009 19:08:59 +0000 (+0000) Subject: Fix tabs. X-Git-Tag: 1.2.1~10 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fcpp-xmltooling.git;a=commitdiff_plain;h=d9ca7ce789dc085ffb2d0694ee36b7a0177abe96 Fix tabs. --- diff --git a/doc/Makefile.am b/doc/Makefile.am index f40c98f..1fc84df 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -3,12 +3,12 @@ AUTOMAKE_OPTIONS = foreign pkgdocdir = $(datadir)/doc/@PACKAGE@-@PACKAGE_VERSION@ install-data-hook: - rm -rf $(DESTDIR)$(pkgdocdir)/api - cp -r doc/api $(DESTDIR)$(pkgdocdir) - rm -rf `find $(DESTDIR)$(pkgdocdir)/api -name .svn` + rm -rf $(DESTDIR)$(pkgdocdir)/api + cp -r doc/api $(DESTDIR)$(pkgdocdir) + rm -rf `find $(DESTDIR)$(pkgdocdir)/api -name .svn` docfiles = \ - README.txt \ + README.txt \ LICENSE.txt \ NOTICE.txt \ OPENSSL.LICENSE \