Skip to content

Commit a773014

Browse files
committed
update makefile to build book without code examples
1 parent 36c1359 commit a773014

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ run:
1414
bookbuild:
1515
mkdir tempcontent
1616
cp -R content/pages tempcontent/pages
17+
rm -rf tempcontent/pages/examples
1718
python transform_book.py pdf
1819
pelican -t theme -s book_settings.py -o generated/book tempcontent
1920
cp -R static-html/* generated/book/

0 commit comments

Comments
 (0)