Skip to content

Commit

Permalink
Reverting change in 83990e3 that caused html files to fail copying wh…
Browse files Browse the repository at this point in the history
…en directories did not exist.
  • Loading branch information
predominant committed Oct 13, 2011
1 parent 83990e3 commit 9f7e446
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ website-dirs:

website: website-dirs html epub
# Move HTML
$(foreach lang, $(LANGS), cp -r build/html/$(lang)/* $(DEST)/$(lang);)
$(foreach lang, $(LANGS), cp -r build/html/$(lang) $(DEST)/$(lang);)

# Move EPUB files
$(foreach lang, $(LANGS), cp -r build/epub/$(lang)/*.epub $(DEST)/_downloads/$(lang);)
Expand Down

0 comments on commit 9f7e446

Please sign in to comment.