You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by wo...@apache.org on 2017/03/19 06:39:40 UTC

[couchdb-documentation] branch 3329-kill-pdf-texinfo created (now 2474c99)

This is an automated email from the ASF dual-hosted git repository.

wohali pushed a change to branch 3329-kill-pdf-texinfo
in repository https://gitbox.apache.org/repos/asf/couchdb-documentation.git.

        at  2474c99   Remove pdf and info builds from default target

This branch includes the following new commits:

       new  2474c99   Remove pdf and info builds from default target

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


-- 
To stop receiving notification emails like this one, please contact
['"commits@couchdb.apache.org" <co...@couchdb.apache.org>'].

[couchdb-documentation] 01/01: Remove pdf and info builds from default target

Posted by wo...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

wohali pushed a commit to branch 3329-kill-pdf-texinfo
in repository https://gitbox.apache.org/repos/asf/couchdb-documentation.git

commit 2474c99cd23aab89823df8901afb1a690b63fb1d
Author: Joan Touzet <wo...@apache.org>
AuthorDate: Sun Mar 19 02:37:18 2017 -0400

    Remove pdf and info builds from default target
---
 .travis.yml | 10 +---------
 Makefile    |  2 +-
 2 files changed, 2 insertions(+), 10 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 603769d..d6a8137 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,14 +3,6 @@ python:
   - 2.7
   - 3.4
 
-before_install:
-  - sudo apt-get update -qq
-  - sudo apt-get install -yqq texlive-latex-base
-  - sudo apt-get install -yqq texlive-latex-extra
-  - sudo apt-get install -yqq texlive-latex-recommended
-  - sudo apt-get install -yqq texlive-fonts-recommended
-  - sudo apt-get install -yqq texinfo
-
 install:
   - pip install sphinx
 
@@ -20,7 +12,7 @@ script:
 env:
   matrix:
     - TARGET=html
-    - TARGET=pdf
+    - TARGET=man
     - TARGET=check
 
 cache: apt
diff --git a/Makefile b/Makefile
index b1314e1..62d75e2 100644
--- a/Makefile
+++ b/Makefile
@@ -23,7 +23,7 @@ SPHINXOPTS   := $(SPHINXFLAGS) $(SOURCE)
 
 ENSURECMD=which $(1) > /dev/null 2>&1 || (echo "*** Make sure that $(1) is installed and on your path" && exit 1)
 
-all: html pdf info man
+all: html man
 
 clean:
 	rm -rf $(BUILDDIR)

-- 
To stop receiving notification emails like this one, please contact
"commits@couchdb.apache.org" <co...@couchdb.apache.org>.