File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 9999deploy-one :source/about.txt $(BUILDDIR ) /html
100100deploy-two :$(CURRENTBUILD ) $(CURRENTBUILD ) /release.txt $(CURRENTBUILD ) /MongoDB-Manual.pdf $(CURRENTBUILD ) /MongoDB-Manual.epub
101101deploy-three :$(CURRENTBUILD ) /single $(CURRENTBUILD ) /single/search.html $(CURRENTBUILD ) /single/genindex.html $(CURRENTBUILD ) /single/index.html
102- deploy-four :$(publication-output ) /index.html $(publication-output ) /10gen-gpg-key.asc $(CURRENTBUILD ) /tutorials $(publication-output ) /index.html
102+ deploy-four :$(publication-output ) /index.html $(publication-output ) /10gen-gpg-key.asc $(CURRENTBUILD ) /tutorials $(CURRENTBUILD ) /.htaccess
103103
104104# Establish dependencies for building the manual. Also helpful in
105105# ordering the build itself.
@@ -163,7 +163,7 @@ $(publication-output)/manual:manual
163163 -rm -f $(CURRENTBUILD ) /manual
164164$(publication-output ) /index.html :themes/docs.mongodb.org/index.html
165165 cp $< $@
166- $(publication-output ) /.htaccess :themes/docs.mongodb.org/.htaccess
166+ $(CURRENTBUILD ) /.htaccess :themes/docs.mongodb.org/.htaccess
167167 cp $< $@
168168$(publication-output ) /10gen-gpg-key.asc :themes/docs.mongodb.org/10gen-gpg-key.asc
169169 cp $< $@
You can’t perform that action at this time.
0 commit comments