From: gord-fig Date: Tue, 17 Sep 2002 15:24:57 +0000 (+0000) Subject: Appease tex2pdf. X-Git-Tag: 0.5.8~17 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=b8ca825f7ad662da38640e06fc3c5ae003351139;p=fs%2Flustre-release.git Appease tex2pdf. --- diff --git a/lustre/doc/Makefile.am b/lustre/doc/Makefile.am index 4b04126..fd5a857 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