]> git.phdru.name Git - cookiecutter.git/blobdiff - cookiecutter
Move get-commit-message.vim and mk-git-aliases to devscripts/
[cookiecutter.git] / cookiecutter
index 4923b8e5af3345bdc28bf3086f937a03c9b81dfb..ffb815e3d28802f1e1d24a4fc0e51f08c2655d49 100755 (executable)
@@ -22,6 +22,7 @@ sphinx-quickstart --project="$project_name" --author="Oleg Broytman" \
 
 git init && git add . &&
 git commit --message "Initial commit - created the project" &&
+git config htdocs.path "$HOME"/Internet/WWW/htdocs/phdru.name/Software/Python/"$project_name"/docs &&
 cp -p "$HOME"/current/projects/m_lib/update-remotes . &&
 echo /update-remotes >>.git/info/exclude &&
 exec ./mk-git-aliases