diff options
author | Mike Gerwitz <mike@mikegerwitz.com> | 2013-06-06 14:28:31 -0400 |
---|---|---|
committer | Mike Gerwitz <mike@mikegerwitz.com> | 2013-06-06 14:28:31 -0400 |
commit | a20d956533f8669a24767e9558c5441cd0628a0f (patch) | |
tree | db38a9633bc0b0229322f378a18811f4a55e5321 /Makefile | |
parent | 639583f30a136cd4b17e30b30141b0c56a655902 (diff) | |
download | thoughts-a20d956533f8669a24767e9558c5441cd0628a0f.tar.gz thoughts-a20d956533f8669a24767e9558c5441cd0628a0f.tar.bz2 thoughts-a20d956533f8669a24767e9558c5441cd0628a0f.zip |
Makefile updated to represent new use of repo2html -E option as URL extension
For URL rewriting.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -37,7 +37,7 @@ repo2html := repo2html \ -T '$(PWD)/tpl' \ -u '$(repo_url)' \ -U '$(repo_commit_url)' \ - -E + -E '' .PHONY: default clean pages articles thoughts docs |