Skip to content

Commit c7c9763

Browse files
committed
Generate euslisp.hlp on doc make
1 parent 6494139 commit c7c9763

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/latex/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ manual: arith.tex contact.tex controls.tex evaluation.tex generals.tex \
44
mars-pre.tex matrix.tex methods.tex mthread.tex objects.tex \
55
preface.tex sequences.tex symbols.tex sysfunc.tex \
66
types.tex voronoi.tex xtoolkit.tex xwindow.tex
7-
(latex manual ; makeindex manual.idx; latex manual; \
8-
dvipdfm manual.dvi >manual.pdf)
7+
(latex manual ; makeindex manual.idx; latex manual; dvipdfm manual.dvi >manual.pdf; \
8+
eus ../help.eus/makehelp.l "(progn (make-help) (quit))" )
99
manual2:
1010
latex manual ; dvips -o manual.ps manual.pdf
1111
# latex manual ; dvi2ps manual.dvi >manual.ps

0 commit comments

Comments
 (0)