diff options
author | Mike Gerwitz <mike@mikegerwitz.com> | 2013-05-21 17:21:41 -0400 |
---|---|---|
committer | Mike Gerwitz <mike@mikegerwitz.com> | 2013-05-21 17:23:10 -0400 |
commit | 05e85eb4dcfc08fdcbdf94e34f995da6f1d7192c (patch) | |
tree | ffa9a2d3e4e743e681c1dedd92c250a2e569c490 /Makefile | |
parent | 19624e59e7815007397027577d1af94f021718c3 (diff) | |
download | thoughts-05e85eb4dcfc08fdcbdf94e34f995da6f1d7192c.tar.gz thoughts-05e85eb4dcfc08fdcbdf94e34f995da6f1d7192c.tar.bz2 thoughts-05e85eb4dcfc08fdcbdf94e34f995da6f1d7192c.zip |
Removed html extension from repo2html filenames
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -32,6 +32,7 @@ thoughts: -l 'Verbatim redistribution of this document in its entirety is permitted so long as this copyright notice is preserved.' \ -C '/style.css' \ -T "$(PWD)/tpl" \ + -E \ -R40 \ 'http://mikegerwitz.com/thoughts/' \ > index.html |