mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-12 04:31:32 +00:00
build tbs_template extension
This commit is contained in:
parent
8e5daeb960
commit
284f987783
6
Makefile
6
Makefile
|
@ -5,7 +5,8 @@ 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
|
||||
example.tar.gz\
|
||||
tbs_template.tar.gz
|
||||
|
||||
PHPDOC=~/Downloads/phpDocumentor-2.8.1/bin/phpdoc
|
||||
|
||||
|
@ -41,6 +42,9 @@ example.tar.gz: ext/example
|
|||
login_action.tar.gz: ext/login_action
|
||||
tar czvf login_action.tar.gz ext/login_action
|
||||
|
||||
tbs_template.tar.gz: ext/tbs_template
|
||||
tar czvf tbs_template.tar.gz ext/tbs_template
|
||||
|
||||
extensions: $(EXTENSIONS)
|
||||
|
||||
doc:
|
||||
|
|
Loading…
Reference in New Issue
Block a user