Index: IlmImfExamples/Makefile.am =================================================================== --- IlmImfExamples/Makefile.am.orig 2010-07-27 16:23:34.292000914 +0200 +++ IlmImfExamples/Makefile.am 2010-07-27 16:23:36.534875311 +0200 @@ -22,7 +22,7 @@ rgbaInterfaceTiledExamples.h \ lowLevelIoExamples.h previewImageExamples.h -examplesdir = $(datadir)/doc/OpenEXR-@OPENEXR_VERSION@/examples +examplesdir = $(datadir)/doc/packages/openexr-@OPENEXR_VERSION@/examples examples_DATA = $(imfexamples_SOURCES) imfexamplesdir = $(examplesdir) Index: IlmImfExamples/Makefile.in =================================================================== --- IlmImfExamples/Makefile.in.orig 2010-07-27 16:23:34.292000914 +0200 +++ IlmImfExamples/Makefile.in 2010-07-27 16:23:36.534875311 +0200 @@ -226,7 +226,7 @@ rgbaInterfaceTiledExamples.h \ lowLevelIoExamples.h previewImageExamples.h -examplesdir = $(datadir)/doc/OpenEXR-@OPENEXR_VERSION@/examples +examplesdir = $(datadir)/doc/packages/openexr-@OPENEXR_VERSION@/examples examples_DATA = $(imfexamples_SOURCES) imfexamplesdir = $(examplesdir) all: all-am Index: doc/Makefile.am =================================================================== --- doc/Makefile.am.orig 2010-07-27 16:23:34.302885346 +0200 +++ doc/Makefile.am 2010-07-27 16:25:53.501876673 +0200 @@ -4,5 +4,5 @@ OpenEXRFileLayout.pdf \ MultiViewOpenEXR.pdf -docdir=$(datadir)/doc/OpenEXR-@OPENEXR_VERSION@ +docdir=$(datadir)/doc/packages/openexr-@OPENEXR_VERSION@ doc_DATA = $(EXTRA_DIST) Index: doc/Makefile.in =================================================================== --- doc/Makefile.in.orig 2010-07-27 16:23:34.309896002 +0200 +++ doc/Makefile.in 2010-07-27 16:26:09.326876258 +0200 @@ -181,7 +181,7 @@ OpenEXRFileLayout.pdf \ MultiViewOpenEXR.pdf -docdir = $(datadir)/doc/OpenEXR-@OPENEXR_VERSION@ +docdir = $(datadir)/doc/packages/openexr-@OPENEXR_VERSION@ doc_DATA = $(EXTRA_DIST) all: all-am