Commit 9dbe0ec2 authored by Federico G. Schwindt's avatar Federico G. Schwindt

Rename =build to build

Forgotten in 339b68f9
parent df1cdb82
......@@ -5,7 +5,7 @@
SPHINXOPTS =
SPHINXBUILD = sphinx-build
PAPER =
BUILDDIR = =build
BUILDDIR = build
# Internal variables.
PAPEROPT_a4 = -D latex_paper_size=a4
......
......@@ -64,7 +64,7 @@ release = '@VERSION@'
# List of directories, relative to source directory, that shouldn't be searched
# for source files.
exclude_patterns = ['=build','reference/params.rst']
exclude_patterns = ['build','reference/params.rst']
# The reST default role (used for this markup: `text`) to use for all documents.
#default_role = None
......
......@@ -118,9 +118,9 @@ make %{?_smp_mflags} V=1
redhat/varnish.initrc redhat/varnishlog.initrc redhat/varnishncsa.initrc
%endif
rm -rf doc/sphinx/\=build/html/_sources
mv doc/sphinx/\=build/html doc
rm -rf doc/sphinx/\=build
rm -rf doc/sphinx/build/html/_sources
mv doc/sphinx/build/html doc
rm -rf doc/sphinx/build
%check
# rhel5 on ppc64 is just too strange
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment