Skip to content

Instantly share code, notes, and snippets.

@jhotta
Created December 11, 2012 04:32
Show Gist options
  • Save jhotta/4255881 to your computer and use it in GitHub Desktop.
Save jhotta/4255881 to your computer and use it in GitHub Desktop.
gettext:
sphinx-build -b gettext docs_all/source build/locale-all
sphinx-build -b gettext chef_master/source build/locale-master
@echo
@echo "Build finished. The message catalogs are in $(BUILDDIR)/locale."
epub:
sphinx-build -b epub docs_all/source build/epub-all
sphinx-build -b epub chef_master/source build/epub-master
@echo
@echo "Build finished. The epub file is in $(BUILDDIR)/epub."
text:
sphinx-build -b text docs_all/source build/text-all
sphinx-build -b text docs_all/source build/text-all
@echo
@echo "Build finished. The text files are in $(BUILDDIR)/text."
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment