Skip to content

Commit

Permalink
Misc
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Jun 29, 2010
1 parent 0faf962 commit 8f3820c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 23 deletions.
5 changes: 4 additions & 1 deletion Makefile
Expand Up @@ -7,6 +7,9 @@ HTML = $(MD:.md=.html)
book.pdf: $(HTML)
htmldoc $(HTML) --outfile $@

book.html: %(HTML)
cat $(HTML) > book.html

%.html: %.md
ronn -5 --pipe --fragment $< \
| sed -E 's/<h1>([^ ]+) - /<h1>/' \
Expand All @@ -16,7 +19,7 @@ view: book.pdf
open book.pdf

clean:
rm -f book.pdf
rm -f book.*
rm -f pages/*.html
rm -f chapters/*.html

Expand Down
Binary file removed book.pdf
Binary file not shown.
4 changes: 0 additions & 4 deletions chapters/introduction.html

This file was deleted.

18 changes: 0 additions & 18 deletions pages/index.html

This file was deleted.

0 comments on commit 8f3820c

Please sign in to comment.