File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -327,7 +327,7 @@ top_srcdir = @top_srcdir@
327
327
ACLOCAL_AMFLAGS = -I config/m4
328
328
SUBDIRS = src
329
329
MAINTAINERCLEANFILES = Makefile.in aclocal.m4 configure
330
- EXTRA_DIST = doc bin examples
330
+ EXTRA_DIST = doc examples
331
331
all : config.h
332
332
$(MAKE ) $(AM_MAKEFLAGS ) all-recursive
333
333
@@ -805,16 +805,16 @@ uninstall-am:
805
805
806
806
807
807
docs :
808
- cd doc/ja/; make latexpdfja ; make html
809
- cd doc/en/; make latexpdfja ; make html
808
+ cd doc/ja/; make latexpdf ; make html
809
+ cd doc/en/; make latexpdf ; make html
810
810
811
811
pngdocs :
812
- cd doc/ja/; sed -i -e " s/mathjax/pngmath /g" conf.py; make latexpdfja ; make html
813
- cd doc/en/; sed -i -e " s/mathjax/pngmath /g" conf.py; make latexpdfja ; make html
812
+ cd doc/ja/; sed -i -e " s/mathjax/imgmath /g" conf.py; make latexpdf ; make html
813
+ cd doc/en/; sed -i -e " s/mathjax/imgmath /g" conf.py; make latexpdf ; make html
814
814
815
815
docs-clean :
816
- cd doc/ja/; make clean; sed -i -e " s/pngmath /mathjax/g" conf.py
817
- cd doc/en/; make clean; sed -i -e " s/pngmath /mathjax/g" conf.py
816
+ cd doc/ja/; make clean; sed -i -e " s/imgmath /mathjax/g" conf.py
817
+ cd doc/en/; make clean; sed -i -e " s/imgmath /mathjax/g" conf.py
818
818
819
819
# Tell versions [3.59,3.63) of GNU make to not export all variables.
820
820
# Otherwise a system limit (for SysV at least) may be exceeded.
You can’t perform that action at this time.
0 commit comments