Fix tabs.
authorcantor <cantor@de75baf8-a10c-0410-a50a-987c0e22f00f>
Thu, 6 Aug 2009 19:08:59 +0000 (19:08 +0000)
committercantor <cantor@de75baf8-a10c-0410-a50a-987c0e22f00f>
Thu, 6 Aug 2009 19:08:59 +0000 (19:08 +0000)
git-svn-id: https://svn.middleware.georgetown.edu/cpp-xmltooling/branches/REL_1@622 de75baf8-a10c-0410-a50a-987c0e22f00f

doc/Makefile.am

index f40c98f..1fc84df 100644 (file)
@@ -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 \