[Pkg-owncloud-commits] [owncloud-doc] 269/270: Refresh rules

David Prévot taffit at moszumanska.debian.org
Thu Jul 31 03:53:40 UTC 2014


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

taffit pushed a commit to branch master
in repository owncloud-doc.

commit 219c8533a6d6dac1bd37f49be0c18c9394061f15
Author: David Prévot <taffit at debian.org>
Date:   Wed Jul 30 22:39:33 2014 -0400

    Refresh rules
---
 debian/rules | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/debian/rules b/debian/rules
index 8925cf0..a8933c7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,12 +3,14 @@
 	dh $@ --with sphinxdoc
 
 override_dh_auto_build:
-	cd admin_manual	&& make html-release latexpdf
-	cd user_manual	&& make html-release latexpdf
+	$(MAKE) -C admin_manual	html-release latexpdf
+	$(MAKE) -C user_manual	html-release latexpdf
+	dh_auto_build
 
 override_dh_auto_clean:
-	cd admin_manual	&& make clean
-	cd user_manual	&& make clean
+	$(MAKE) -C admin_manual	clean
+	$(MAKE) -C user_manual	clean
+	dh_auto_clean
 
 override_dh_sphinxdoc:
 	dh_sphinxdoc --exclude=bootstrap.js usr/share/owncloud/core/doc/user usr/share/owncloud/core/doc/admin

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-doc.git



More information about the Pkg-owncloud-commits mailing list