[master] 9dbe0ec Rename =build to build

Federico G. Schwindt fgsch at lodoss.net
Thu Feb 27 19:23:17 CET 2014


commit 9dbe0ec2bcf6a3fa2d48f40812b13a38fbb92cc3
Author: Federico G. Schwindt <fgsch at lodoss.net>
Date:   Thu Feb 27 18:22:55 2014 +0000

    Rename =build to build
    
    Forgotten in 339b68f9

diff --git a/doc/sphinx/Makefile.phk b/doc/sphinx/Makefile.phk
index 18197a6..fea357f 100644
--- a/doc/sphinx/Makefile.phk
+++ b/doc/sphinx/Makefile.phk
@@ -5,7 +5,7 @@
 SPHINXOPTS    =
 SPHINXBUILD   = sphinx-build
 PAPER         =
-BUILDDIR      = =build
+BUILDDIR      = build
 
 # Internal variables.
 PAPEROPT_a4     = -D latex_paper_size=a4
diff --git a/doc/sphinx/conf.py.in b/doc/sphinx/conf.py.in
index d825d6b..f68a20f 100644
--- a/doc/sphinx/conf.py.in
+++ b/doc/sphinx/conf.py.in
@@ -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
diff --git a/redhat/varnish.spec b/redhat/varnish.spec
index 81ad6f1..6f35ecc 100644
--- a/redhat/varnish.spec
+++ b/redhat/varnish.spec
@@ -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



More information about the varnish-commit mailing list