File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 48
48
domserver : domserver-configure paths.mk config
49
49
judgehost : judgehost-configure paths.mk config
50
50
docs : paths.mk config
51
- install-domserver : domserver composer-dump-autoload domserver-create-dirs
51
+ install-domserver : domserver domserver-create-dirs
52
52
install-judgehost : judgehost judgehost-create-dirs
53
53
install-docs : docs-create-dirs
54
54
dist : configure composer-dependencies
Original file line number Diff line number Diff line change @@ -83,15 +83,24 @@ maintainer-conf: .env.local
83
83
84
84
maintainer-install : composer-dump-autoload-dev
85
85
86
+ maintainer-install-l :
87
+ # This must be done first to install with the rest.
88
+ -rm -rf public/bundles/nelmioapidoc
89
+ $(MAKE) public/bundles/nelmioapidoc
90
+
86
91
maintainer-clean-l :
87
92
-for d in cache log ; do \
88
93
for t in dev prod ; do \
89
94
rm -rf var/$$ d/$$ t ; \
90
95
done ; \
91
96
done
92
97
98
+ <<<<<<< HEAD
93
99
<<<<<<< HEAD
94
100
.PHONY : composer-dump-autoload-dev
95
101
====== =
96
102
.PHONY : composer-dump-autoload composer-dump-autoload-dev
97
103
>>>>>>> bfa038410 (Remove first phony target)
104
+ ====== =
105
+ .PHONY : composer-dump-autoload-dev
106
+ >>>>>>> 4dd45d9cc (Replace phony copy-bundle-assets target by a real one)
You can’t perform that action at this time.
0 commit comments