Skip to content
This repository was archived by the owner on Sep 4, 2021. It is now read-only.

Commit 5c90888

Browse files
committed
updated icns and makefile for mac
1 parent 0b97117 commit 5c90888

File tree

2 files changed

+14
-8
lines changed

2 files changed

+14
-8
lines changed

Makefile

+14-8
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ pypi_register: clean pypi_readme
3131
# generate mac binary bundle
3232
mac: clean
3333
python setup-mac.py py2app --iconfile circuitscape.icns
34+
rm -fr output/Circuitscape-$(VER).dmg
3435
hdiutil create -srcfolder ./dist/Circuitscape.app output/Circuitscape-$(VER).dmg
3536

3637
# generate a source bundle
@@ -43,17 +44,21 @@ src: clean
4344
#
4445
# Intermediate html format is required to get the correct size of embedded images.
4546
# Intermediate tex format is required only to handle unicode symbols in the md file.
47+
# commented commands below:
48+
# cd docs/4.0; \
49+
# no-tex-ligatures needed for quotation marks in next line \
50+
# pandoc -f markdown --no-tex-ligatures -o circuitscape_4_0_user_guide.html circuitscape_4_0.md; \
51+
# removing pdf conversion and sticking with html for now \
52+
# pandoc -o t1.tex circuitscape_4_0.html; \
53+
# cat t1.tex | python -c "import sys; map(lambda x: sys.stdout.write(x.replace('√2', '$$\sqrt2$$')), sys.stdin);" > t2.tex; \
54+
# pandoc --smart -o circuitscape_4_0.pdf t2.tex; \
55+
# rm -f t1.tex t2.tex circuitscape_4_0.html; \
56+
# cd ../..
4657

4758
doc:
4859
cd docs/4.0; \
49-
# no-tex-ligatures needed for quotation marks in next line
50-
pandoc -f markdown --no-tex-ligatures -o circuitscape_4_0_user_guide.html circuitscape_4_0.md; \
51-
# removing pdf conversion and sticking with html for now
52-
# pandoc -o t1.tex circuitscape_4_0.html; \
53-
# cat t1.tex | python -c "import sys; map(lambda x: sys.stdout.write(x.replace('√2', '$$\sqrt2$$')), sys.stdin);" > t2.tex; \
54-
# pandoc --smart -o circuitscape_4_0.pdf t2.tex; \
55-
# rm -f t1.tex t2.tex circuitscape_4_0.html; \
56-
cd ../..
60+
pandoc -f markdown --no-tex-ligatures -o circuitscape_4_0_user_guide.html circuitscape_4_0.md; \
61+
cd ../..
5762

5863
clean:
5964
rm -fr circuitscape/verify/output/*.ini
@@ -69,3 +74,4 @@ cleanall: clean
6974
mkdir -p output
7075

7176
all: mac src
77+

circuitscape.icns

83.8 KB
Binary file not shown.

0 commit comments

Comments
 (0)