Skip to content

Commit bbc33f9

Browse files
committed
mark constant and target blocks
1 parent 983c579 commit bbc33f9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Makefile

+4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Makefile for compiling sicp.epub from the sources.
22
# (c) 2014 Andres Raba, GNU GPL v.3.
33

4+
# Constants
5+
46
DIR = html/
57
SRC = sicp-pocket.texi # book's Texinfo source
68
GOAL = ../sicp.epub # the end product of compilation
@@ -25,6 +27,8 @@ BR = <script src=\"js/browsertest.js\" type=\"text/javascript\"></script>
2527

2628
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>
2729

30+
# Targets
31+
2832
all: $(GOAL)
2933
# Add scripts to the unpacked HTML5 version that is to be read in a browser.
3034
@if ! grep -m 1 -l 'browsertest' $(NEXUS); then \

0 commit comments

Comments
 (0)