File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 47
47
domserver : domserver-configure paths.mk config
48
48
judgehost : judgehost-configure paths.mk config
49
49
docs : paths.mk config
50
- install-domserver : domserver composer-dump-autoload domserver-create-dirs
50
+ install-domserver : composer-dump-autoload domserver-create-dirs
51
51
install-judgehost : judgehost judgehost-create-dirs
52
52
install-docs : docs-create-dirs
53
53
dist : configure composer-dependencies
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ SUBDIRS = config
12
12
copy-bundle-assets :
13
13
# We can not use bin/console here, as when using a fakeroot,
14
14
# 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
16
16
mkdir -p public/bundles/nelmioapidoc
17
17
cp -a ../lib/vendor/nelmio/api-doc-bundle/Resources/public/* public/bundles/nelmioapidoc/
18
18
You can’t perform that action at this time.
0 commit comments