mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-11-29 19:03:34 +00:00
add extension login_action
This commit is contained in:
parent
3da2a086fb
commit
899e972fb8
4
Makefile
4
Makefile
|
|
@ -4,6 +4,7 @@ SRC=CHANGELOG inc conf utils index.php languages views op out controllers README
|
||||||
|
|
||||||
EXTENSIONS := \
|
EXTENSIONS := \
|
||||||
dynamic_content.tar.gz\
|
dynamic_content.tar.gz\
|
||||||
|
login_action.tar.gz\
|
||||||
example.tar.gz
|
example.tar.gz
|
||||||
|
|
||||||
dist:
|
dist:
|
||||||
|
|
@ -35,6 +36,9 @@ dynamic_content.tar.gz: ext/dynamic_content
|
||||||
example.tar.gz: ext/example
|
example.tar.gz: ext/example
|
||||||
tar czvf example.tar.gz ext/example
|
tar czvf example.tar.gz ext/example
|
||||||
|
|
||||||
|
login_action.tar.gz: ext/login_action
|
||||||
|
tar czvf login_action.tar.gz ext/login_action
|
||||||
|
|
||||||
extensions: $(EXTENSIONS)
|
extensions: $(EXTENSIONS)
|
||||||
|
|
||||||
doc:
|
doc:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user