@@ -70,7 +70,7 @@ push:publish
70
70
@echo [build]: deployed a new build of the $(current-branch ) branch of the Manual.
71
71
push-all :publish
72
72
@echo [build]: copying the full docs site to the web servers.
73
- $(MAKE ) MODE=' push' push-dc1 push-dc2
73
+ $(MAKE ) MODE=' push' push-all- dc1 push-all -dc2
74
74
@echo [build]: deployed a new build of the full Manual.
75
75
76
76
publish :initial-dependencies
@@ -106,7 +106,7 @@ endif
106
106
107
107
initial-dependencies :source/about.txt $(public-branch-output ) $(public-branch-output ) /MongoDB-Manual.epub
108
108
@echo [build]: running the publication routine for the $(manual-branch ) branch of the Manual.
109
- static-components :$(public-output ) /index.html $(public-output ) /10gen-gpg-key.asc $(public-branch-output ) /tutorials $(public-branch-output ) /reference/methods $(public-branch-output ) /.htaccess $(public-branch-output ) /release.txt $(public-output ) /osd.xml
109
+ static-components :$(public-branch-output ) $( public- output ) /index.html $(public-output ) /10gen-gpg-key.asc $(public-branch-output ) /tutorials $(public-branch-output ) /reference/methods $(public-branch-output ) /.htaccess $(public-branch-output ) /release.txt $(public-output ) /osd.xml
110
110
@echo [build]: building and migrating all non-Sphinx components of the build.
111
111
sphinx-components :$(public-branch-output ) / $(public-branch-output ) /sitemap.xml.gz $(public-branch-output ) /MongoDB-Manual.pdf $(public-branch-output ) /single $(public-branch-output ) /single/index.html
112
112
@echo [build]: running the publication routine for all Sphinx Components of the Manual Build.
@@ -180,9 +180,11 @@ $(public-branch-output)/release.txt:$(public-output)/manual
180
180
$(public-output ) /manual :
181
181
@bin/create-link $(manual-branch ) manual $@
182
182
$(public-output ) :
183
- -mkdir -p $@
183
+ @mkdir -p $@
184
+ @echo [build]: created $@
184
185
$(public-branch-output ) :$(public-output )
185
- -mkdir -p $@
186
+ @mkdir -p $@
187
+ @echo [build]: created $@
186
188
187
189
$(public-output ) /index.html :themes/docs.mongodb.org/index.html
188
190
@cp $< $@
0 commit comments