2013-05-15 22:30:35 -04:00
|
|
|
# builds thoughts
|
|
|
|
# (well, not quite like that)
|
|
|
|
|
2013-05-15 22:59:51 -04:00
|
|
|
.PHONY: default clean
|
|
|
|
|
|
|
|
|
2013-05-15 22:30:35 -04:00
|
|
|
default:
|
|
|
|
repo2html \
|
|
|
|
-t "Mike Gerwitz's Thoughts and Ramblings" \
|
|
|
|
-d 'The miscellaneous thoughts and ramblings of a free software hacker' \
|
|
|
|
-c 'Mike Gerwitz' \
|
|
|
|
-l 'Verbatim redistribution of this document in its entirety is permitted so long as this copyright notice is preserved.' \
|
|
|
|
-R40 \
|
|
|
|
'http://mikegerwitz.com/thoughts/' \
|
|
|
|
> index.html
|
2013-05-15 22:59:51 -04:00
|
|
|
|
|
|
|
clean:
|
|
|
|
rm -rf [0-9]*/
|