Skip to content

Commit c7c5b81

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

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ endif
4747
domserver: domserver-configure paths.mk config
4848
judgehost: judgehost-configure paths.mk config
4949
docs: paths.mk config
50-
install-domserver: domserver composer-dump-autoload domserver-create-dirs
50+
install-domserver: composer-dump-autoload domserver-create-dirs
5151
install-judgehost: judgehost judgehost-create-dirs
5252
install-docs: docs-create-dirs
5353
dist: configure composer-dependencies

webapp/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ SUBDIRS = config
1212
copy-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

0 commit comments

Comments
 (0)