summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-11-07 12:32:05 +0100
committerBernhard Posselt <dev@bernhard-posselt.com>2014-11-07 12:32:05 +0100
commit7f81afd7efbeb931d16ce1f3a1ed53a54226d553 (patch)
tree180720cd96aa66ae8964f13734e090d4b82a178e /Makefile
parenta6d6288e65aa416aca7535e81d9e8837c2cfb103 (diff)
move 3rdparty directory to vendor to be more consistent with composer standard and because we also use js/vendor for third party libs
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile50
1 files changed, 25 insertions, 25 deletions
diff --git a/Makefile b/Makefile
index 271d26179..fac479e31 100644
--- a/Makefile
+++ b/Makefile
@@ -49,28 +49,28 @@ appstore: clean
--exclude=$(project_dir)/phpunit*xml \
--exclude=$(project_dir)/Makefile \
--exclude=$(project_dir)/tests \
- --exclude=$(project_dir)/3rdparty/ezyang/htmlpurifier/.gitattributes \
- --exclude=$(project_dir)/3rdparty/ezyang/htmlpurifier/composer.json \
- --exclude=$(project_dir)/3rdparty/ezyang/htmlpurifier/Doxyfile \
- --exclude=$(project_dir)/3rdparty/ezyang/htmlpurifier/FOCUS \
- --exclude=$(project_dir)/3rdparty/ezyang/htmlpurifier/INSTALL* \
- --exclude=$(project_dir)/3rdparty/ezyang/htmlpurifier/NEWS \
- --exclude=$(project_dir)/3rdparty/ezyang/htmlpurifier/phpdoc.ini \
- --exclude=$(project_dir)/3rdparty/ezyang/htmlpurifier/README \
- --exclude=$(project_dir)/3rdparty/ezyang/htmlpurifier/TODO \
- --exclude=$(project_dir)/3rdparty/ezyang/htmlpurifier/VERSION \
- --exclude=$(project_dir)/3rdparty/ezyang/htmlpurifier/WHATSNEW \
- --exclude=$(project_dir)/3rdparty/ezyang/htmlpurifier/WYSIWYG \
- --exclude=$(project_dir)/3rdparty/ezyang/htmlpurifier/art \
- --exclude=$(project_dir)/3rdparty/ezyang/htmlpurifier/benchmarks \
- --exclude=$(project_dir)/3rdparty/ezyang/htmlpurifier/configdoc \
- --exclude=$(project_dir)/3rdparty/ezyang/htmlpurifier/docs \
- --exclude=$(project_dir)/3rdparty/ezyang/htmlpurifier/extras \
- --exclude=$(project_dir)/3rdparty/ezyang/htmlpurifier/maintenance \
- --exclude=$(project_dir)/3rdparty/ezyang/htmlpurifier/plugins \
- --exclude=$(project_dir)/3rdparty/ezyang/htmlpurifier/smoketests \
- --exclude=$(project_dir)/3rdparty/ezyang/htmlpurifier/tests \
- --exclude=$(project_dir)/3rdparty/fguillot/picofeed/docs \
- --exclude=$(project_dir)/3rdparty/fguillot/picofeed/tests \
- --exclude=$(project_dir)/3rdparty/pear/net_url2/docs \
- --exclude=$(project_dir)/3rdparty/pear/net_url2/tests
+ --exclude=$(project_dir)/vendor/ezyang/htmlpurifier/.gitattributes \
+ --exclude=$(project_dir)/vendor/ezyang/htmlpurifier/composer.json \
+ --exclude=$(project_dir)/vendor/ezyang/htmlpurifier/Doxyfile \
+ --exclude=$(project_dir)/vendor/ezyang/htmlpurifier/FOCUS \
+ --exclude=$(project_dir)/vendor/ezyang/htmlpurifier/INSTALL* \
+ --exclude=$(project_dir)/vendor/ezyang/htmlpurifier/NEWS \
+ --exclude=$(project_dir)/vendor/ezyang/htmlpurifier/phpdoc.ini \
+ --exclude=$(project_dir)/vendor/ezyang/htmlpurifier/README \
+ --exclude=$(project_dir)/vendor/ezyang/htmlpurifier/TODO \
+ --exclude=$(project_dir)/vendor/ezyang/htmlpurifier/VERSION \
+ --exclude=$(project_dir)/vendor/ezyang/htmlpurifier/WHATSNEW \
+ --exclude=$(project_dir)/vendor/ezyang/htmlpurifier/WYSIWYG \
+ --exclude=$(project_dir)/vendor/ezyang/htmlpurifier/art \
+ --exclude=$(project_dir)/vendor/ezyang/htmlpurifier/benchmarks \
+ --exclude=$(project_dir)/vendor/ezyang/htmlpurifier/configdoc \
+ --exclude=$(project_dir)/vendor/ezyang/htmlpurifier/docs \
+ --exclude=$(project_dir)/vendor/ezyang/htmlpurifier/extras \
+ --exclude=$(project_dir)/vendor/ezyang/htmlpurifier/maintenance \
+ --exclude=$(project_dir)/vendor/ezyang/htmlpurifier/plugins \
+ --exclude=$(project_dir)/vendor/ezyang/htmlpurifier/smoketests \
+ --exclude=$(project_dir)/vendor/ezyang/htmlpurifier/tests \
+ --exclude=$(project_dir)/vendor/fguillot/picofeed/docs \
+ --exclude=$(project_dir)/vendor/fguillot/picofeed/tests \
+ --exclude=$(project_dir)/vendor/pear/net_url2/docs \
+ --exclude=$(project_dir)/vendor/pear/net_url2/tests