[gegl] docs: Put inheritance.png in builddir



commit aa95cb3e2561279cb83986f241336ff086e20ef6
Author: Martin Nordholts <martinn src gnome org>
Date:   Thu Jan 14 21:27:17 2010 +0100

    docs: Put inheritance.png in builddir
    
    Cause make distcheck to pass by outputting inheritance.png in the
    builddir rather than source dir. The documentation is still messed up
    when having srcdir != builddir, but at least we pass make distcheck.

 docs/Makefile.am |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/docs/Makefile.am b/docs/Makefile.am
index 396978c..2da8bd4 100644
--- a/docs/Makefile.am
+++ b/docs/Makefile.am
@@ -160,7 +160,8 @@ endif
 images/inheritance.png: Makefile
 if HAVE_RUBY
 if HAVE_DOT
-	$(top_srcdir)/tools/gobj2dot.rb $(top_srcdir) | $(DOT) -Tpng > $(top_srcdir)/docs/images/inheritance.png
+	mkdir -p images
+	$(top_srcdir)/tools/gobj2dot.rb $(top_srcdir) | $(DOT) -Tpng > $@
 endif
 endif
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]