[yosys] 03/07: fixup: teach debian to build the docs (manual and presentation)

Sebastian Kuzminsky seb_kuzminsky-guest at moszumanska.debian.org
Fri Mar 25 18:30:48 UTC 2016


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

seb_kuzminsky-guest pushed a commit to branch doc-dev-debs
in repository yosys.

commit e78c539d9d7dedf91eb701ea299c039b0f365aa8
Author: Sebastian Kuzminsky <seb at highlab.com>
Date:   Fri Mar 25 11:45:35 2016 -0600

    fixup: teach debian to build the docs (manual and presentation)
    
    Call the build system correctly for a parallel build.
---
 debian/rules | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/debian/rules b/debian/rules
index 49b487e..5d307da 100755
--- a/debian/rules
+++ b/debian/rules
@@ -27,5 +27,4 @@ override_dh_installman:
 	dh_installman
 
 override_dh_auto_build:
-	$(MAKE) -j24
-	$(MAKE) manual
+	dh_auto_build --parallel -- all manual

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/yosys.git



More information about the debian-science-commits mailing list