Have make web update the git config files also.
This commit is contained in:
parent
29e746c1e2
commit
b6b083e33c
2
Makefile
2
Makefile
@ -340,7 +340,7 @@ stable : distready
|
|||||||
web : index.html distready
|
web : index.html distready
|
||||||
-git commit -am "Build web page."
|
-git commit -am "Build web page."
|
||||||
cd dist && git merge --no-commit -s ours master
|
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."
|
cd dist && git commit -am "Update web page."
|
||||||
|
|
||||||
update :
|
update :
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user