]> git.phdru.name Git - cookiecutter.git/blobdiff - cookiecutter
Remove update script
[cookiecutter.git] / cookiecutter
index 4f5ae0b918df8ce134a6168e345960057b258442..539fddac4550ee3eb6651d51b1550b1488f77141 100755 (executable)
@@ -15,10 +15,11 @@ cd "$HOME/tmp/$project_name" &&
 mv project "$project_name" &&
 
 replace '{project}' "$project_name" .gitignore README.txt \
-   docs/genapidocs mk-distr publish-docs setup.py tox.ini &&
+   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 . &&
-exec git commit --message "Initial commit - created the project"
+git commit --message "Initial commit - created the project" &&
+exec ./mk-git-aliases