summaryrefslogtreecommitdiff
path: root/libre/openexr/install-odt-docs-not-pdf.patch
diff options
context:
space:
mode:
Diffstat (limited to 'libre/openexr/install-odt-docs-not-pdf.patch')
-rw-r--r--libre/openexr/install-odt-docs-not-pdf.patch69
1 files changed, 0 insertions, 69 deletions
diff --git a/libre/openexr/install-odt-docs-not-pdf.patch b/libre/openexr/install-odt-docs-not-pdf.patch
deleted file mode 100644
index d5719ac8e..000000000
--- a/libre/openexr/install-odt-docs-not-pdf.patch
+++ /dev/null
@@ -1,69 +0,0 @@
-diff --git a/OpenEXR/doc/CMakeLists.txt b/OpenEXR/doc/CMakeLists.txt
-index 58a543f..1c5339c 100644
---- a/OpenEXR/doc/CMakeLists.txt
-+++ b/OpenEXR/doc/CMakeLists.txt
-@@ -3,12 +3,11 @@
-
- install(
- FILES
-- TechnicalIntroduction.pdf
-- ReadingAndWritingImageFiles.pdf
-- OpenEXRFileLayout.pdf
-- MultiViewOpenEXR.pdf
-- InterpretingDeepPixels.pdf
-- TheoryDeepPixels.pdf
-+ TechnicalIntroduction.odt
-+ ReadingAndWritingImageFiles.odt
-+ OpenEXRFileLayout.odt
-+ MultiViewOpenEXR.odt
-+ InterpretingDeepPixels.docx
- DESTINATION
- ${CMAKE_INSTALL_DOCDIR}
- )
-diff --git a/OpenEXR/doc/Makefile.am b/OpenEXR/doc/Makefile.am
-index cca1ce7..cdb325a 100644
---- a/OpenEXR/doc/Makefile.am
-+++ b/OpenEXR/doc/Makefile.am
-@@ -4,11 +4,10 @@
- ##
-
- EXTRA_DIST = \
-- ReadingAndWritingImageFiles.pdf \
-- TechnicalIntroduction.pdf \
-- OpenEXRFileLayout.pdf \
-- MultiViewOpenEXR.pdf \
-- InterpretingDeepPixels.pdf \
-- TheoryDeepPixels.pdf
-+ ReadingAndWritingImageFiles.odt \
-+ TechnicalIntroduction.odt \
-+ OpenEXRFileLayout.odt \
-+ MultiViewOpenEXR.odt \
-+ InterpretingDeepPixels.docx
-
- doc_DATA = $(EXTRA_DIST)
-diff --git a/OpenEXR_Viewers/CMakeLists.txt b/OpenEXR_Viewers/CMakeLists.txt
-index 5efa353..0f45f80 100644
---- a/OpenEXR_Viewers/CMakeLists.txt
-+++ b/OpenEXR_Viewers/CMakeLists.txt
-@@ -65,7 +65,7 @@ endif()
-
- # Documentation
- INSTALL ( FILES
-- doc/OpenEXRViewers.pdf
-+ doc/OpenEXRViewers.odt
- DESTINATION
- ${CMAKE_INSTALL_PREFIX}/share/doc/OpenEXR-${OPENEXR_VERSION}
- )
-diff --git a/OpenEXR_Viewers/doc/Makefile.am b/OpenEXR_Viewers/doc/Makefile.am
-index 2df8ae8..c7645d3 100644
---- a/OpenEXR_Viewers/doc/Makefile.am
-+++ b/OpenEXR_Viewers/doc/Makefile.am
-@@ -3,7 +3,7 @@
- ## Copyright Contributors to the OpenEXR Project.
- ##
-
--EXTRA_DIST = OpenEXRViewers.odt OpenEXRViewers.pdf
-+EXTRA_DIST = OpenEXRViewers.odt
-
- docdir=$(datadir)/doc/OpenEXR_Viewers-@OPENEXR_VIEWERS_VERSION@
- doc_DATA = $(EXTRA_DIST)