Skip to content

Commit

Permalink
Drop gauche-refj.dvi
Browse files Browse the repository at this point in the history
Because current LuaTeX-ja drops DVI support.
luatexja/luatexja@3a1b869
  • Loading branch information
qykth-git committed May 14, 2024
1 parent 67f02e1 commit 85b388f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion doc/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ texi : gauche-refe.texi gauche-refj.texi
html : gauche-refe.html gauche-refj.html
htmls : gauche-refe/index.html gauche-refj/index.html
htmls-draft : gauche-refe-draft/index.html gauche-refj-draft/index.html
dvi : gauche-refe.dvi gauche-refj.dvi
dvi : gauche-refe.dvi
pdf : gauche-refe.pdf gauche-refj.pdf
info : gauche-refe.info.gz gauche-refj.info.gz
epub : gauche-refe.epub gauche-refj.epub
Expand Down
5 changes: 0 additions & 5 deletions doc/makedoc.scm
Original file line number Diff line number Diff line change
Expand Up @@ -155,11 +155,6 @@
(do-process (make-cmd `(,makeinfo "--pdf" "--Xopt" "--tidy" ,input))))

(define (do-dvi input makeinfo)
(cond-expand
[gauche.sys.setenv
(when (#/j\.texi$/ input)
(sys-putenv "TEX=dviluatex"))]
[else])
(do-process (make-cmd `(,makeinfo "--dvi" "--Xopt" "--tidy" ,input))))

(define (do-epub input makeinfo)
Expand Down

0 comments on commit 85b388f

Please sign in to comment.