Skip to content

Commit eb73298

Browse files
author
Sam Kleinman
committed
build: fixing path bug
1 parent 155e01c commit eb73298

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ setup:
9999
deploy-one:source/about.txt $(BUILDDIR)/html
100100
deploy-two:$(CURRENTBUILD) $(CURRENTBUILD)/release.txt $(CURRENTBUILD)/MongoDB-Manual.pdf $(CURRENTBUILD)/MongoDB-Manual.epub
101101
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
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 $< $@

0 commit comments

Comments
 (0)