Skip to content

Commit 5ac5bc2

Browse files
committed
Try to handle the nitpick
See #2303 (comment) for the reasoning behind this.
1 parent dfc1693 commit 5ac5bc2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ endif
4848
domserver: domserver-configure paths.mk config
4949
judgehost: judgehost-configure paths.mk config
5050
docs: paths.mk config
51-
install-domserver: domserver domserver-create-dirs
51+
nstall-domserver: composer-dump-autoload domserver domserver-create-dirs
5252
install-judgehost: judgehost judgehost-create-dirs
5353
install-docs: docs-create-dirs
5454
dist: configure composer-dependencies

webapp/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ composer-dump-autoload-dev:
4646
copy-bundle-assets:
4747
# We can not use bin/console here, as when using a fakeroot,
4848
# the include paths are broken. We just copy in the data we need
49-
-rm -rf public/bundles/nelmioapidoc/*
49+
-rm -rf public/bundles/nelmioapidoc
5050
mkdir -p public/bundles/nelmioapidoc
5151
cp -a vendor/nelmio/api-doc-bundle/public/* public/bundles/nelmioapidoc/
5252

0 commit comments

Comments
 (0)