]> git.saurik.com Git - apt.git/commitdiff
make setup in travis.yml a bit more verbose
authorMichael Vogt <mvo@debian.org>
Fri, 26 Jul 2013 05:10:21 +0000 (07:10 +0200)
committerMichael Vogt <mvo@debian.org>
Fri, 26 Jul 2013 05:10:21 +0000 (07:10 +0200)
.travis.yml
Makefile

index 392a2f3eae864f14c82277d90950c300b2b8aeac..ec1e1de7793706833fba4c0f0d71973ff58d0651 100644 (file)
@@ -1,5 +1,5 @@
 language: cpp
 before_install:
- - sudo apt-get update -qq
- - sudo apt-get install -qq dpkg-dev debhelper libdb-dev gettext libcurl4-gnutls-dev zlib1g-dev libbz2-dev xsltproc docbook-xsl docbook-xml po4a autotools-dev autoconf automake doxygen debiandoc-sgml
+ - sudo apt-get update -q
+ - sudo apt-get install -q dpkg-dev debhelper libdb-dev gettext libcurl4-gnutls-dev zlib1g-dev libbz2-dev xsltproc docbook-xsl docbook-xml po4a autotools-dev autoconf automake doxygen debiandoc-sgml
 script: test/integration/run-tests
index 98b6d337a29074165a15b86a45fd5b2907cedea4..ad51da3ef681bbabe2978fc9103b2faf4ed9f5e7 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -17,9 +17,6 @@ all headers library clean veryclean binary program doc manpages debiandoc test u
        $(MAKE) -C cmdline $@
        $(MAKE) -C ftparchive $@
        $(MAKE) -C dselect $@
-       $(MAKE) -C doc $@
-       $(MAKE) -C po $@
-       $(MAKE) -C test $@
 
 all headers library clean veryclean binary program doc manpages debiandoc test update-po: startup dirs