Makefile updated to represent new use of repo2html -E option as URL extension

For URL rewriting.
master
Mike Gerwitz 2013-06-06 14:28:31 -04:00
parent 639583f30a
commit a20d956533
1 changed files with 1 additions and 1 deletions

View File

@ -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