Skip to content

Commit

Permalink
Merge pull request #28617 from owncloud/stable10-makefile-remove-themes
Browse files Browse the repository at this point in the history
[stable10] Remove themes folder from Makefile
  • Loading branch information
Vincent Petry authored Aug 8, 2017
2 parents b28c46d + 5021f5d commit f0b8346
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ core_vendor=core/vendor

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

0 comments on commit f0b8346

Please sign in to comment.