File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -38,8 +38,8 @@ sdist: html
3838# Documentation
3939.PHONY : html
4040html :
41- (cd docs && $( MAKE) html SPHINXOPTS= " -c sphinx " LANGUAGE=" en" )
42- (cd docs && $( MAKE) html SPHINXOPTS= " -c sphinx " LANGUAGE=" es" )
41+ (cd docs && $( MAKE) html LANGUAGE=" en" )
42+ (cd docs && $( MAKE) html LANGUAGE=" es" )
4343
4444.PHONY : docclean
4545docclean :
@@ -50,8 +50,8 @@ docclean:
5050website :
5151 [ ~ /Devel/doughellmann/doughellmann/templates/base.html -nt docs/sphinx/web/templates/base.html ] && (echo " Updating base.html" ; cp ~ /Devel/doughellmann/doughellmann/templates/base.html docs/sphinx/web/templates/base.html) || exit 0
5252 rm -rf docs/website
53- (cd docs && $( MAKE) html BUILDING_WEB=1 SPHINXOPTS= " -c sphinx " BUILDDIR=" website/en" LANGUAGE=" en" )
54- (cd docs && $( MAKE) html BUILDING_WEB=1 SPHINXOPTS= " -c sphinx " BUILDDIR=" website/es" LANGUAGE=" es" )
53+ (cd docs && $( MAKE) html BUILDING_WEB=1 BUILDDIR=" website/en" LANGUAGE=" en" )
54+ (cd docs && $( MAKE) html BUILDING_WEB=1 BUILDDIR=" website/es" LANGUAGE=" es" )
5555
5656installwebsite : website
5757 (cd docs/website/en && rsync --rsh=ssh --archive --delete --verbose . www.doughellmann.com:/var/www/doughellmann/DocumentRoot/docs/virtualenvwrapper/)
Original file line number Diff line number Diff line change 55LANGUAGE = en
66
77# You can set these variables from the command line.
8- SPHINXOPTS =
8+ SPHINXOPTS = -c sphinx
99SPHINXBUILD = sphinx-build
1010PAPER =
1111BUILDDIR = html/$(LANGUAGE )
You can’t perform that action at this time.
0 commit comments