mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-02-12 01:54:57 +00:00
Merge branch 'seeddms-5.1.x' into seeddms-6.0.x
This commit is contained in:
commit
ee727c12ba
20
Makefile
20
Makefile
|
@ -4,12 +4,6 @@ VIEWS ?= bootstrap
|
||||||
|
|
||||||
NODISTFILES=utils/importmail.php utils/seedddms-importmail utils/remote-email-upload utils/remote-upload utils/da-bv-reminder.php utils/seeddms-da-bv-reminder .svn .gitignore
|
NODISTFILES=utils/importmail.php utils/seedddms-importmail utils/remote-email-upload utils/remote-upload utils/da-bv-reminder.php utils/seeddms-da-bv-reminder .svn .gitignore
|
||||||
|
|
||||||
EXTENSIONS := \
|
|
||||||
dynamic_content.tar.gz\
|
|
||||||
login_action.tar.gz\
|
|
||||||
example.tar.gz\
|
|
||||||
tbs_template.tar.gz
|
|
||||||
|
|
||||||
PHPDOC=~/Downloads/phpDocumentor.phar
|
PHPDOC=~/Downloads/phpDocumentor.phar
|
||||||
|
|
||||||
dist:
|
dist:
|
||||||
|
@ -59,20 +53,6 @@ repository:
|
||||||
(cd tmp; tar --exclude=.svn -czvf ../seeddms-repository-$(VERSION).tar.gz seeddms-repository-$(VERSION))
|
(cd tmp; tar --exclude=.svn -czvf ../seeddms-repository-$(VERSION).tar.gz seeddms-repository-$(VERSION))
|
||||||
rm -rf tmp
|
rm -rf tmp
|
||||||
|
|
||||||
dynamic_content.tar.gz: ext/dynamic_content
|
|
||||||
tar czvf 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
|
|
||||||
|
|
||||||
tbs_template.tar.gz: ext/tbs_template
|
|
||||||
tar czvf tbs_template.tar.gz ext/tbs_template
|
|
||||||
|
|
||||||
extensions: $(EXTENSIONS)
|
|
||||||
|
|
||||||
doc:
|
doc:
|
||||||
$(PHPDOC) -d SeedDMS_Core --ignore 'getusers.php,getfoldertree.php,config.php,reverselookup.php' --force -t html
|
$(PHPDOC) -d SeedDMS_Core --ignore 'getusers.php,getfoldertree.php,config.php,reverselookup.php' --force -t html
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user