Have make web update the git config files also.

This commit is contained in:
ccd0 2016-05-17 15:25:13 -07:00
parent 29e746c1e2
commit b6b083e33c

View File

@ -340,7 +340,7 @@ stable : distready
web : index.html distready
-git commit -am "Build web page."
cd dist && git merge --no-commit -s ours master
cd dist && git checkout master README.md index.html web.css img
cd dist && git checkout master README.md index.html web.css img .gitignore .gitattributes
cd dist && git commit -am "Update web page."
update :