Skip to content

Commit

Permalink
Merge pull request #13 from roundcube/fix-output-to-en_US
Browse files Browse the repository at this point in the history
Write en docs to …/en_US to serve published URL
  • Loading branch information
pabzm authored Oct 17, 2024
2 parents a67a4fe + 0142cd1 commit d8368f9
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 @@ -23,7 +23,7 @@ clean:
mkdir -p $(BUILDDIR)/locale/_plugins

html: conf.py _static/default.css
$(SPHINXBUILD) -b html $(ALLSPHINXOPTS) $(SOURCE) $(BUILDDIR)/html/doc/help/$(VERSION)/$(LANGUAGE)
$(SPHINXBUILD) -b html $(ALLSPHINXOPTS) $(SOURCE) $(BUILDDIR)/html/doc/help/$(VERSION)/$(SOURCE)
@echo
@echo "Build finished. The HTML pages are in $(BUILDDIR)/html/doc/help/$(VERSION)/$(SOURCE)."

Expand Down

0 comments on commit d8368f9

Please sign in to comment.