Skip to content

Commit e8a52bf

Browse files
committed
Replace Makefile variable EQSKIP with EQBUILD.
When EQBUILD is defined, extract and build PNG equation for HTML format. Use the existing equation images by default.
1 parent 29d8089 commit e8a52bf

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

doc/manual/Makefile

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@
88
#
99
# Variables:
1010
#
11-
# EQSKIP -- skip building equations in HTML format
12-
#
11+
# EQBUILD -- extract PNG equations for HTML manual
1312

1413

1514
all: pdfgui.pdf pdfgui.html
@@ -18,10 +17,10 @@ all: pdfgui.pdf pdfgui.html
1817
pdfgui.html: pdfgui.texinfo
1918
$(MAKE) -C images
2019
texi2html $<
21-
ifndef EQSKIP
20+
ifdef EQBUILD
2221
python extractEquations.py $<
23-
python fixHTMLCode.py $@
2422
endif
23+
python fixHTMLCode.py $@
2524

2625

2726
pdfgui.pdf: pdfgui.texinfo

0 commit comments

Comments
 (0)