Skip to content

Commit e3a8563

Browse files
committed
Ignore generated files and build the one-page book
1 parent 4a8e528 commit e3a8563

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,7 @@ package.json
3030
.coverage
3131
bin/
3232
lib/
33-
pyvenv.cfg
33+
pyvenv.cfg
34+
links.txt
35+
integra
36+
infra/*.pickle

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ EXAMPLE_HTML=$(patsubst src/example%.html,%,$(wildcard src/example*.html))
1515
EXAMPLE_JS=$(patsubst src/example%.js,%,$(wildcard src/example*.js))
1616
EXAMPLE_CSS=$(patsubst src/example%.css,%,$(wildcard src/example*.css))
1717

18-
book: $(patsubst %,www/%.html,$(CHAPTERS)) www/rss.xml widgets examples www/index.html
18+
book: $(patsubst %,www/%.html,$(CHAPTERS)) www/rss.xml widgets examples www/index.html www/onepage.html
1919
examples: $(patsubst %,www/examples/example%.html,$(EXAMPLE_HTML)) \
2020
$(patsubst %,www/examples/example%.js,$(EXAMPLE_JS)) \
2121
$(patsubst %,www/examples/example%.css,$(EXAMPLE_CSS))

0 commit comments

Comments
 (0)