diff options
Diffstat (limited to 'sci-libs/gts/files/gts-20111025-autotools.patch')
-rw-r--r-- | sci-libs/gts/files/gts-20111025-autotools.patch | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/sci-libs/gts/files/gts-20111025-autotools.patch b/sci-libs/gts/files/gts-20111025-autotools.patch index 9f0148b07b35..7660f789f7a7 100644 --- a/sci-libs/gts/files/gts-20111025-autotools.patch +++ b/sci-libs/gts/files/gts-20111025-autotools.patch @@ -26,3 +26,19 @@ CLEANFILES = $(BUILT_SOURCES) + gts-snapshot-111025/doc/Makefile.am | 2 +- + 1 files changed, 1 insertions(+), 1 deletions(-) + +diff --git a/gts-snapshot-111025/doc/Makefile.am b/gts-snapshot-111025/doc/Makefile.am +index ea9a468..cd5a606 100644 +--- doc/Makefile.am ++++ doc/Makefile.am +@@ -9,7 +9,7 @@ DOC_MODULE=gts + DOC_MAIN_SGML_FILE=gts-docs.sgml + + # The directory containing the source code (if it contains documentation). +-DOC_SOURCE_DIR=../src ++DOC_SOURCE_DIR=$(top_srcdir)/src + + TARGET_DIR=html/$(DOC_MODULE) + |