]> git.phdru.name Git - cookiecutter.git/blobdiff - cookiecutter
Add README.html for gitweb
[cookiecutter.git] / cookiecutter
index 4923b8e5af3345bdc28bf3086f937a03c9b81dfb..13073a338e4e7801035b7a90478f96769054eccd 100755 (executable)
@@ -15,13 +15,15 @@ cd "$HOME/tmp/$project_name" &&
 mv project "$project_name" &&
 
 replace '{project}' "$project_name" .gitignore README.txt \
 mv project "$project_name" &&
 
 replace '{project}' "$project_name" .gitignore README.txt \
-   docs/genapidocs docs/install.rst mk-distr publish-docs setup.py tox.ini &&
+   devscripts/README.html  docs/genapidocs docs/install.rst \
+   mk-distr publish-docs setup.py tox.ini &&
 
 sphinx-quickstart --project="$project_name" --author="Oleg Broytman" \
    -v0.0 -r0.0.1 --ext-autodoc --makefile --no-batchfile -q docs &&
 
 git init && git add . &&
 git commit --message "Initial commit - created the project" &&
 
 sphinx-quickstart --project="$project_name" --author="Oleg Broytman" \
    -v0.0 -r0.0.1 --ext-autodoc --makefile --no-batchfile -q docs &&
 
 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
 cp -p "$HOME"/current/projects/m_lib/update-remotes . &&
 echo /update-remotes >>.git/info/exclude &&
 exec ./mk-git-aliases