Skip to content

Commit 4202c1b

Browse files
committed
Update with autoconf in Mac
1 parent f86e54e commit 4202c1b

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Makefile.in

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ top_srcdir = @top_srcdir@
327327
ACLOCAL_AMFLAGS = -I config/m4
328328
SUBDIRS = src
329329
MAINTAINERCLEANFILES = Makefile.in aclocal.m4 configure
330-
EXTRA_DIST = doc bin examples
330+
EXTRA_DIST = doc examples
331331
all: config.h
332332
$(MAKE) $(AM_MAKEFLAGS) all-recursive
333333

@@ -805,16 +805,16 @@ uninstall-am:
805805

806806

807807
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
810810

811811
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
814814

815815
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
818818

819819
# Tell versions [3.59,3.63) of GNU make to not export all variables.
820820
# Otherwise a system limit (for SysV at least) may be exceeded.

0 commit comments

Comments
 (0)