Skip to content
Snippets Groups Projects
Commit 036addd1 authored by Lev Walkin's avatar Lev Walkin
Browse files

move to xelatex

parent e7c4b966
No related branches found
No related tags found
No related merge requests found
......@@ -42,6 +42,7 @@ doc/docsrc/*.dvi
doc/docsrc/*.log
doc/docsrc/*.out
doc/docsrc/*.toc
doc/docsrc/*.xdv
# /examples/
/examples/Makefile
......
XELATEX_FLAGS = -halt-on-error -file-line-error
XELATEX = xelatex
regen:
pdflatex --output-format=dvi asn1c-usage
pdflatex --output-format=dvi asn1c-usage
pdflatex --output-format=dvi asn1c-usage
dvipdf asn1c-usage
$(XELATEX) $(XELATEX_FLAGS) -no-pdf asn1c-usage
$(XELATEX) $(XELATEX_FLAGS) -no-pdf asn1c-usage
$(XELATEX) $(XELATEX_FLAGS) asn1c-usage
EXTRA_DIST = $(srcdir)/*.tex
......
......@@ -160,6 +160,8 @@ sysconfdir = @sysconfdir@
target_alias = @target_alias@
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
XELATEX_FLAGS = -halt-on-error -file-line-error
XELATEX = xelatex
EXTRA_DIST = $(srcdir)/*.tex
CLEANFILES = *.*~ *.aux *.dvi *.log *.out *.toc
all: all-am
......@@ -331,10 +333,9 @@ uninstall-am:
regen:
pdflatex --output-format=dvi asn1c-usage
pdflatex --output-format=dvi asn1c-usage
pdflatex --output-format=dvi asn1c-usage
dvipdf asn1c-usage
$(XELATEX) $(XELATEX_FLAGS) -no-pdf asn1c-usage
$(XELATEX) $(XELATEX_FLAGS) -no-pdf asn1c-usage
$(XELATEX) $(XELATEX_FLAGS) asn1c-usage
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT:
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