X-Git-Url: https://git.phdru.name/?p=cookiecutter.git;a=blobdiff_plain;f=mk-project;h=4674ef0c67d40ab65612eff12d08965bc813203a;hp=a304e8d5e7c07b1b28448f3a7fc5d1359fd61105;hb=23fe1a144998ca1dcde6628668df50353283d8ec;hpb=bc00a09168b883b6a6595b997dac3a170f48567d diff --git a/mk-project b/mk-project index a304e8d..4674ef0 100755 --- a/mk-project +++ b/mk-project @@ -22,10 +22,11 @@ sphinx-quickstart --project="$project_name" --author="Oleg Broytman" \ -v0.0 -r0.0.1 --ext-autodoc --makefile --no-batchfile -q docs && git init && +echo "$project_name" >.git/description && echo /publish-docs >>.git/info/exclude && echo /update-remotes >>.git/info/exclude && 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 . && -exec ./mk-git-aliases +exec devscripts/mk-git-aliases