Skip to content

Commit f0b8346

Browse files
author
Vincent Petry
authored
Merge pull request #28617 from owncloud/stable10-makefile-remove-themes
[stable10] Remove themes folder from Makefile
2 parents b28c46d + 5021f5d commit f0b8346

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ core_vendor=core/vendor
5959

6060
core_doc_files=AUTHORS COPYING README.md
6161
core_src_files=$(wildcard *.php) index.html db_structure.xml .htaccess .user.ini
62-
core_src_dirs=apps core l10n lib occ ocs ocs-provider resources settings themes
62+
core_src_dirs=apps core l10n lib occ ocs ocs-provider resources settings
6363
core_test_dirs=tests
6464
core_all_src=$(core_src_files) $(core_src_dirs) $(core_doc_files)
6565
dist_dir=build/dist

0 commit comments

Comments
 (0)