=== modified file 'debian/changelog'
--- debian/changelog	2011-08-24 16:05:36 +0000
+++ debian/changelog	2011-08-25 14:08:32 +0000
@@ -8,6 +8,9 @@
   * Added adduser depend.
   * Added python-sphinx build depend.
 
+  [ Dan Prince ]
+  * Fix debian/rules file so it works with nodoc.
+
  -- Monty Taylor <mordred@inaugust.com>  Wed, 24 Aug 2011 09:05:05 -0700
 
 keystone (1.0~20110713.1-0ubuntu1~ppa1) UNRELEASED; urgency=low

=== modified file 'debian/rules'
--- debian/rules	2011-08-17 22:42:50 +0000
+++ debian/rules	2011-08-25 14:08:32 +0000
@@ -16,7 +16,9 @@
 ifeq (,$(findstring nodocs, $(DEB_BUILD_OPTIONS)))
 	python setup.py build_sphinx
 else
-	mkdir -p $(CURDIR)/doc/doc/build/html
+	mkdir -p $(CURDIR)/build/sphinx/html
+	mkdir -p $(CURDIR)/build/sphinx/man
+	touch $(CURDIR)/build/sphinx/man/keystone-manage.1
 endif
 
 override_dh_install:

