File tree 1 file changed +4
-0
lines changed
1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 1
1
# Makefile for compiling sicp.epub from the sources.
2
2
# (c) 2014 Andres Raba, GNU GPL v.3.
3
3
4
+ # Constants
5
+
4
6
DIR = html/
5
7
SRC = sicp-pocket.texi # book's Texinfo source
6
8
GOAL = ../sicp.epub # the end product of compilation
@@ -25,6 +27,8 @@ BR = <script src=\"js/browsertest.js\" type=\"text/javascript\"></script>
25
27
26
28
GITHUB = <a href=\"https://github.com/sarabander/sicp\"><img style=\"position: absolute; top: 0; right: 0; border: 0; width: 149px; height: 149px; z-index: 10; opacity: 0.5;\" src=\"http://aral.github.com/fork-me-on-github-retina-ribbons/right-red\@2x.png\" alt=\"Fork me on GitHub\" /></a>
27
29
30
+ # Targets
31
+
28
32
all : $(GOAL )
29
33
# Add scripts to the unpacked HTML5 version that is to be read in a browser.
30
34
@if ! grep -m 1 -l 'browsertest' $(NEXUS); then \
You can’t perform that action at this time.
0 commit comments