# HG changeset patch # User Rik # Date 1281510947 25200 # Node ID aef238768f25f931f82444494115651003d228ff # Parent 055b958636992185d0a6eec42e5fb0c964e4058a Change documentation dependency to $(srcdir)/images.mk for VPATH builds. diff --git a/doc/ChangeLog b/doc/ChangeLog --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,7 @@ +2010-08-10 Rik + + * interpreter/Makefile.am: Change dependency to $(srcdir)/images.mk. + 2010-08-08 Rik * interpreter/Makefile.am: Add documentation dependency on images.mk. diff --git a/doc/interpreter/Makefile.am b/doc/interpreter/Makefile.am --- a/doc/interpreter/Makefile.am +++ b/doc/interpreter/Makefile.am @@ -150,7 +150,7 @@ contributors.texi \ $(MUNGED_TEXI_SRC) -octave.info octave.dvi octave.html octave.pdf: $(srcdir)/version.texi $(octave_TEXINFOS) $(EXAMPLE_FILES) images.mk +octave.info octave.dvi octave.html octave.pdf: $(srcdir)/version.texi $(octave_TEXINFOS) $(EXAMPLE_FILES) $(srcdir)/images.mk octave.info: $(IMAGES_TXT)