Skip to content
Snippets Groups Projects
Commit b8ca825f authored by gord-fig's avatar gord-fig
Browse files

Appease tex2pdf.

parent e5d86a67
No related branches found
No related tags found
No related merge requests found
...@@ -2,8 +2,8 @@ ...@@ -2,8 +2,8 @@
# #
# This code is issued under the GNU General Public License. # This code is issued under the GNU General Public License.
# See the file COPYING in this distribution # See the file COPYING in this distribution
LYX2PDF = $(srcdir)/tex2pdf -overwrite LYX2PDF = GS_OPTIONS=-dCompatibilityLevel=1.1 $(srcdir)/tex2pdf -overwrite
TEX2PDF = $(srcdir)/tex2pdf -overwrite TEX2PDF = GS_OPTIONS=-dCompatibilityLevel=1.1 $(srcdir)/tex2pdf -overwrite
LYX2PS = lyx --export ps LYX2PS = lyx --export ps
LYX2TEX = lyx --export latex LYX2TEX = lyx --export latex
LYX2TXT = lyx --export text LYX2TXT = lyx --export text
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment