]> git.phdru.name Git - cookiecutter.git/blobdiff - mk-project
Feat: Allow to run clone2current/publish2web from the source repo
[cookiecutter.git] / mk-project
index a304e8d5e7c07b1b28448f3a7fc5d1359fd61105..4674ef0c67d40ab65612eff12d08965bc813203a 100755 (executable)
@@ -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