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 99
99
deploy-one :source/about.txt $(BUILDDIR ) /html
100
100
deploy-two :$(CURRENTBUILD ) $(CURRENTBUILD ) /release.txt $(CURRENTBUILD ) /MongoDB-Manual.pdf $(CURRENTBUILD ) /MongoDB-Manual.epub
101
101
deploy-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
103
103
104
104
# Establish dependencies for building the manual. Also helpful in
105
105
# ordering the build itself.
@@ -163,7 +163,7 @@ $(publication-output)/manual:manual
163
163
-rm -f $(CURRENTBUILD ) /manual
164
164
$(publication-output ) /index.html :themes/docs.mongodb.org/index.html
165
165
cp $< $@
166
- $(publication-output ) /.htaccess :themes/docs.mongodb.org/.htaccess
166
+ $(CURRENTBUILD ) /.htaccess :themes/docs.mongodb.org/.htaccess
167
167
cp $< $@
168
168
$(publication-output ) /10gen-gpg-key.asc :themes/docs.mongodb.org/10gen-gpg-key.asc
169
169
cp $< $@
You can’t perform that action at this time.
0 commit comments