Updated Branches:
  refs/heads/master 00197df71 -> e0ec5304d

doc: remove doctrees on make clean


Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo
Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/e0ec5304
Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/e0ec5304
Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/e0ec5304

Branch: refs/heads/master
Commit: e0ec5304d5b35e467432056ab97eaff1c5222d7a
Parents: 00197df
Author: James Peach <[email protected]>
Authored: Thu Aug 15 17:09:38 2013 -0700
Committer: James Peach <[email protected]>
Committed: Thu Aug 15 17:09:38 2013 -0700

----------------------------------------------------------------------
 doc/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/e0ec5304/doc/Makefile.am
----------------------------------------------------------------------
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 4715e4d..c016929 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -87,7 +87,7 @@ EXTRA_DIST = \
 
 clean-local:
        -rm -rf html warn.log
-       -rm -rf doctrees $(BUILDDIR)/html $(BUILDDIR)/dirhtml 
$(BUILDDIR)/singlehtml $(BUILDDIR)/epub $(BUILDDIR)/latex $(BUILDDIR)/man
+       -rm -rf $(BUILDDIR)/doctrees $(BUILDDIR)/html $(BUILDDIR)/dirhtml 
$(BUILDDIR)/singlehtml $(BUILDDIR)/epub $(BUILDDIR)/latex $(BUILDDIR)/man
 
 doxygen: Doxyfile
        $(DOXYGEN)

Reply via email to