From b8ca825f7ad662da38640e06fc3c5ae003351139 Mon Sep 17 00:00:00 2001
From: gord-fig <gord-fig>
Date: Tue, 17 Sep 2002 15:24:57 +0000
Subject: [PATCH] Appease tex2pdf.

---
 lustre/doc/Makefile.am | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lustre/doc/Makefile.am b/lustre/doc/Makefile.am
index 4b04126a05..fd5a857277 100644
--- a/lustre/doc/Makefile.am
+++ b/lustre/doc/Makefile.am
@@ -2,8 +2,8 @@
 #
 # This code is issued under the GNU General Public License.
 # See the file COPYING in this distribution
-LYX2PDF = $(srcdir)/tex2pdf -overwrite
-TEX2PDF = $(srcdir)/tex2pdf -overwrite
+LYX2PDF = GS_OPTIONS=-dCompatibilityLevel=1.1 $(srcdir)/tex2pdf -overwrite
+TEX2PDF = GS_OPTIONS=-dCompatibilityLevel=1.1 $(srcdir)/tex2pdf -overwrite
 LYX2PS = lyx --export ps
 LYX2TEX = lyx --export latex
 LYX2TXT = lyx --export text
-- 
GitLab