mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-03-12 00:45: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 := \
|
||||
dynamic_content.tar.gz\
|
||||
login_action.tar.gz\
|
||||
example.tar.gz
|
||||
|
||||
dist:
|
||||
|
@ -35,6 +36,9 @@ dynamic_content.tar.gz: ext/dynamic_content
|
|||
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)
|
||||
|
||||
doc:
|
||||
|
|
Loading…
Reference in New Issue
Block a user