mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-26 09:56:17 +03:00
Add/update project-makefile files
This commit is contained in:
parent
776eb9e9b7
commit
837af6420d
14
Makefile
14
Makefile
|
@ -3980,6 +3980,10 @@ git-commit-message-default:
|
|||
git-commit-message-empty-default:
|
||||
-@$(GIT_COMMIT) --allow-empty -m "Empty-Commit"
|
||||
|
||||
.PHONY: git-commit-message-ignore-default
|
||||
git-commit-message-ignore-default:
|
||||
-@$(GIT_COMMIT) -a -m "Ignore"
|
||||
|
||||
.PHONY: git-commit-message-init-default
|
||||
git-commit-message-init-default:
|
||||
-@$(GIT_COMMIT) -a -m "Init"
|
||||
|
@ -4225,6 +4229,7 @@ plone-instance-default:
|
|||
-$(GIT_ADD) backend/etc/site.zcml
|
||||
-$(GIT_ADD) backend/etc/zope.conf
|
||||
-$(GIT_ADD) backend/etc/zope.ini
|
||||
-$(GIT_ADD) backend/inituser
|
||||
|
||||
.PHONY: plone-serve-default
|
||||
plone-serve-default:
|
||||
|
@ -4530,6 +4535,9 @@ deploy-default: eb-deploy
|
|||
.PHONY: deps-default
|
||||
deps-default: pip-deps
|
||||
|
||||
.PHONY: dump-default
|
||||
dump-default: db-dump
|
||||
|
||||
.PHONY: edit-default
|
||||
edit-default: readme-edit
|
||||
|
||||
|
@ -4551,6 +4559,9 @@ git-commit-default: git-commit-message git-push
|
|||
.PHONY: git-commit-clean-default
|
||||
git-commit-clean-default: git-commit-message-clean git-push
|
||||
|
||||
.PHONY: git-commit-ignore-default
|
||||
git-commit-ignore-default: git-commit-message-ignore git-push
|
||||
|
||||
.PHONY: git-commit-init-default
|
||||
git-commit-init-default: git-commit-message-init git-push
|
||||
|
||||
|
@ -4563,6 +4574,9 @@ gitignore-default: git-ignore
|
|||
.PHONY: h-default
|
||||
h-default: help
|
||||
|
||||
.PHONY: ignore-default
|
||||
ignore-default: git-commit-message-ignore git-push
|
||||
|
||||
.PHONY: init-default
|
||||
init-default: django-init-wagtail django-serve
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user