File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -12,18 +12,16 @@ 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
- cp -Ra ../lib/vendor/nelmio/api-doc-bundle/Resources/public/* public/bundles/nelmioapidoc/
17
+ cp -R ../lib/vendor/nelmio/api-doc-bundle/Resources/public/* public/bundles/nelmioapidoc/
18
18
19
19
clean-l :
20
20
-rm -rf public/bundles/nelmioapidoc
21
21
22
- domserver-l :
22
+ install-domserver :
23
23
# This must be done first to install with the rest.
24
24
$(MAKE) copy-bundle-assets
25
-
26
- install-domserver :
27
25
$(INSTALL_DIR) $(DESTDIR)$(domserver_webappdir);
28
26
for d in bin config migrations public resources src templates tests ; do \
29
27
$(call install_tree,$(DESTDIR)$(domserver_webappdir),$$d) ; \
You can’t perform that action at this time.
0 commit comments