remove building extensions

This commit is contained in:
Uwe Steinmann 2021-03-29 07:35:53 +02:00
parent 104beb3d10
commit 6189963b66

View File

@ -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
EXTENSIONS := \
dynamic_content.tar.gz\
login_action.tar.gz\
example.tar.gz\
tbs_template.tar.gz
PHPDOC=~/Downloads/phpDocumentor.phar
dist:
@ -59,20 +53,6 @@ repository:
(cd tmp; tar --exclude=.svn -czvf ../seeddms-repository-$(VERSION).tar.gz seeddms-repository-$(VERSION))
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:
$(PHPDOC) -d SeedDMS_Core --ignore 'getusers.php,getfoldertree.php,config.php,reverselookup.php' --force -t html