mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-24 16:24:11 +03:00
Revert "Add/update project-makefile files"
This reverts commit 837af6420d
.
Sorry for the noise (2/4)!
This commit is contained in:
parent
0f64d08e64
commit
e19841afa4
14
Makefile
14
Makefile
|
@ -3980,10 +3980,6 @@ 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"
|
||||
|
@ -4229,7 +4225,6 @@ 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:
|
||||
|
@ -4535,9 +4530,6 @@ 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
|
||||
|
||||
|
@ -4559,9 +4551,6 @@ 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
|
||||
|
||||
|
@ -4574,9 +4563,6 @@ 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