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
38
38
# Documentation
39
39
.PHONY : html
40
40
html :
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" )
43
43
44
44
.PHONY : docclean
45
45
docclean :
@@ -50,8 +50,8 @@ docclean:
50
50
website :
51
51
[ ~ /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
52
52
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" )
55
55
56
56
installwebsite : website
57
57
(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 5
5
LANGUAGE = en
6
6
7
7
# You can set these variables from the command line.
8
- SPHINXOPTS =
8
+ SPHINXOPTS = -c sphinx
9
9
SPHINXBUILD = sphinx-build
10
10
PAPER =
11
11
BUILDDIR = html/$(LANGUAGE )
You can’t perform that action at this time.
0 commit comments