diff options
author | Mike Gerwitz <mike@mikegerwitz.com> | 2013-05-27 16:59:26 -0400 |
---|---|---|
committer | Mike Gerwitz <mike@mikegerwitz.com> | 2013-05-27 16:59:26 -0400 |
commit | f14299b269cc8fd2c604ae85c8cb09926d823d3d (patch) | |
tree | 39d85a8acbb1bde115610f21e46a143317d46417 /Makefile | |
parent | e1b8b626aee8e4e537a27974573995a07f6177d7 (diff) | |
download | thoughts-f14299b269cc8fd2c604ae85c8cb09926d823d3d.tar.gz thoughts-f14299b269cc8fd2c604ae85c8cb09926d823d3d.tar.bz2 thoughts-f14299b269cc8fd2c604ae85c8cb09926d823d3d.zip |
Changed root from /thoughts to /
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -41,7 +41,7 @@ thoughts: $(repo2html) \ -R 40 \ -o "$(www_root)" \ - 'http://mikegerwitz.com/thoughts/' \ + 'http://mikegerwitz.com/' \ > "$(www_root)/index.html" # all .txt articles will be compiled with asciidoc, then post-processed with the |