mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-02-06 15:14:58 +00:00
remove targets for creating some extensions
This commit is contained in:
parent
8f9ba9475a
commit
5b0ddc41b4
16
Makefile
16
Makefile
|
@ -4,11 +4,6 @@ SRC=CHANGELOG inc conf utils index.php languages views op out controllers doc st
|
||||||
|
|
||||||
NODISTFILES=utils/importmail.php utils/seedddms-importmail utils/remote-email-upload utils/remote-upload .svn .gitignore styles/blue styles/hc styles/clean views/blue views/hc views/clean
|
NODISTFILES=utils/importmail.php utils/seedddms-importmail utils/remote-email-upload utils/remote-upload .svn .gitignore styles/blue styles/hc styles/clean views/blue views/hc views/clean
|
||||||
|
|
||||||
EXTENSIONS := \
|
|
||||||
dynamic_content.tar.gz\
|
|
||||||
login_action.tar.gz\
|
|
||||||
example.tar.gz
|
|
||||||
|
|
||||||
PHPDOC=~/Downloads/phpDocumentor-2.8.1/bin/phpdoc
|
PHPDOC=~/Downloads/phpDocumentor-2.8.1/bin/phpdoc
|
||||||
|
|
||||||
dist:
|
dist:
|
||||||
|
@ -36,17 +31,6 @@ webapp:
|
||||||
(cd tmp; tar --exclude=.svn -czvf ../seeddms-webapp-$(VERSION).tar.gz seeddms-webapp-$(VERSION))
|
(cd tmp; tar --exclude=.svn -czvf ../seeddms-webapp-$(VERSION).tar.gz seeddms-webapp-$(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
|
|
||||||
|
|
||||||
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