[master] 339b68f Rename =build/ to build/

Lasse Karstensen lkarsten at varnish-software.com
Mon Feb 24 14:17:26 CET 2014


commit 339b68f92bca636bd8cb786fc68cb5ea437202fe
Author: Lasse Karstensen <lkarsten at varnish-software.com>
Date:   Mon Feb 24 14:14:42 2014 +0100

    Rename =build/ to build/
    
    That silly equality sign constantly needed to be escaped and
    is just unecessesary finger gymnastics. Die, please.

diff --git a/.gitignore b/.gitignore
index a6d7219..3df191e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -95,7 +95,7 @@ cscope.*out
 
 # Doc-stuff generated from xml
 /doc/*.html
-/doc/sphinx/=build/
+/doc/sphinx/build/
 /doc/sphinx/conf.py
 /doc/sphinx/reference/vcl_var.rst
 
diff --git a/doc/sphinx/Makefile.am b/doc/sphinx/Makefile.am
index 3abd43f..8e891c8 100644
--- a/doc/sphinx/Makefile.am
+++ b/doc/sphinx/Makefile.am
@@ -5,7 +5,7 @@
 SPHINXOPTS    =
 SPHINXBUILD   = sphinx-build
 PAPER         = a4
-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 d5415da..b9fce6a 100644
--- a/doc/sphinx/conf.py.in
+++ b/doc/sphinx/conf.py.in
@@ -37,8 +37,8 @@ source_suffix = '.rst'
 master_doc = 'index'
 
 # General information about the project.
-project = u'Varnish'
-copyright = u'2010-2014 (c) Varnish Software AS'
+project = u'Varnish Cache'
+copyright = u'2010-2014, Varnish Software AS'
 
 # The version info for the project you're documenting, acts as replacement for
 # |version| and |release|, also used in various other places throughout the



More information about the varnish-commit mailing list