[Python-modules-commits] [python-django-localflavor] 01/04: Add doc-base document

Orestis Ioannou oorestisime-guest at moszumanska.debian.org
Fri Oct 23 15:59:29 UTC 2015


This is an automated email from the git hooks/post-receive script.

oorestisime-guest pushed a commit to branch master
in repository python-django-localflavor.

commit 7cccfe3e7d9a73767c6026a9a08808d0161a5163
Author: Orestis Ioannou <orestis at oioannou.com>
Date:   Fri Oct 23 17:37:44 2015 +0200

    Add doc-base document
---
 debian/python-django-localflavor-doc.doc-base | 11 +++++++++++
 debian/rules                                  |  4 ++--
 2 files changed, 13 insertions(+), 2 deletions(-)

diff --git a/debian/python-django-localflavor-doc.doc-base b/debian/python-django-localflavor-doc.doc-base
new file mode 100644
index 0000000..6c4b1b3
--- /dev/null
+++ b/debian/python-django-localflavor-doc.doc-base
@@ -0,0 +1,11 @@
+Document: django-localflavor
+Title: Django Localflavor Developer Manual
+Author: Django Software Foundation and individual contributors
+Abstract: This manual describes the API of
+ the Django Localflavor Python package.
+Section: Web Development
+
+Format: HTML
+Index: /usr/share/doc/python-django-localflavor-doc/html/index.html
+Files: /usr/share/doc/python-django-localflavor-doc/html/*
+
diff --git a/debian/rules b/debian/rules
index b02a148..a58be50 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,9 +5,9 @@ export PYBUILD_NAME=django-localflavor
 	dh $@ --with python2,python3,sphinxdoc --buildsystem=pybuild
 
 override_dh_auto_clean:
-	rm -rf docs/build
+	rm -rf docs/_build
 	dh_auto_clean
 
 override_dh_auto_build:
-	cd docs && $(MAKE) html
+	$(MAKE) -C docs html
 	dh_auto_build

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-django-localflavor.git



More information about the Python-modules-commits mailing list