mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-02-06 07:04:57 +00:00
add target webapp
This commit is contained in:
parent
80f7ad1494
commit
98aaa0c1cf
8
Makefile
8
Makefile
|
@ -19,7 +19,13 @@ webdav:
|
|||
(cd tmp; tar --exclude=.svn -czvf ../seeddms-webdav-$(VERSION).tar.gz seeddms-webdav-$(VERSION))
|
||||
rm -rf tmp
|
||||
|
||||
webapp:
|
||||
mkdir -p tmp/seeddms-webapp-$(VERSION)
|
||||
cp -a restapi webapp tmp/seeddms-webapp-$(VERSION)
|
||||
(cd tmp; tar --exclude=.svn -czvf ../seeddms-webapp-$(VERSION).tar.gz seeddms-webapp-$(VERSION))
|
||||
rm -rf tmp
|
||||
|
||||
doc:
|
||||
phpdoc -d SeedDMS_Core --ignore 'getusers.php,getfoldertree.php,config.php,reverselookup.php' -t html
|
||||
|
||||
.PHONY: webdav
|
||||
.PHONY: webdav webapp
|
||||
|
|
Loading…
Reference in New Issue
Block a user