File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 4747domserver : domserver-configure paths.mk config
4848judgehost : judgehost-configure paths.mk config
4949docs : paths.mk config
50- install-domserver : domserver composer-dump-autoload domserver-create-dirs
50+ install-domserver : composer-dump-autoload domserver-create-dirs
5151install-judgehost : judgehost judgehost-create-dirs
5252install-docs : docs-create-dirs
5353dist : configure composer-dependencies
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ SUBDIRS = config
1212copy-bundle-assets :
1313# We can not use bin/console here, as when using a fakeroot,
1414# the include paths are broken. We just copy in the data we need
15- -rm -rf public/bundles/nelmioapidoc/*
15+ -rm -rf public/bundles/nelmioapidoc
1616 mkdir -p public/bundles/nelmioapidoc
1717 cp -a ../lib/vendor/nelmio/api-doc-bundle/Resources/public/* public/bundles/nelmioapidoc/
1818
You can’t perform that action at this time.
0 commit comments