]> git.phdru.name Git - cookiecutter.git/blobdiff - cookiecutter
Add README.html for gitweb
[cookiecutter.git] / cookiecutter
index ffb815e3d28802f1e1d24a4fc0e51f08c2655d49..13073a338e4e7801035b7a90478f96769054eccd 100755 (executable)
@@ -15,7 +15,8 @@ cd "$HOME/tmp/$project_name" &&
 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 &&