From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by arlo.cworth.org (Postfix) with ESMTP id CC46B6DE0946 for ; Sat, 5 Nov 2016 13:20:16 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: -0.211 X-Spam-Level: X-Spam-Status: No, score=-0.211 tagged_above=-999 required=5 tests=[AWL=-0.191, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01] autolearn=disabled Received: from arlo.cworth.org ([127.0.0.1]) by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id BMc7oVlIDXw6 for ; Sat, 5 Nov 2016 13:20:16 -0700 (PDT) Received: from mail-lf0-f67.google.com (mail-lf0-f67.google.com [209.85.215.67]) by arlo.cworth.org (Postfix) with ESMTPS id D40C26DE00B8 for ; Sat, 5 Nov 2016 13:20:15 -0700 (PDT) Received: by mail-lf0-f67.google.com with SMTP id 98so3291341lfs.0 for ; Sat, 05 Nov 2016 13:20:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nikula-org.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id; bh=8SZxwH60V9wypm64wqU10pS4GXuf6jI/kF9PWivoN3g=; b=v2FkASNxG2bX5j5EJG3qyzygkqn4FnwMG/V3tLGYvuReuJxmK7bL8rjecmtv9JkRi+ 4sEhfLiZz8P8IYQ4UarDmLmAtiWZNp4hAHzP9ebImN/yyaum0A9CWUqnd2fTPBo2XDpl wAf6OnLOLOUXpA2ptOUAmHUwBjBhOyUQnlEIX03jwVV++KZkLcFxgnUwLSX8O2663Pj5 nGpKlPyogl2UZQ/Z6f3IX6thlJ38b+itOIWHnEMw0WoxAFA6+Ja9AAplOvbE4zQxIm8v 4Nk86R531f/9SZRL01L2OErp7sG6HdL4QEhtqFXh08Fa/RlK6A+Oz4uYdPUV2KGnsBfZ Hfiw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=8SZxwH60V9wypm64wqU10pS4GXuf6jI/kF9PWivoN3g=; b=eLWt98VKzjaMn5gZIygOzuwCCxp++s3/jdgzvc16wlAEqZj0koN4X1TYiRcWkYVGT0 JBaJq3vBvcwNJ5OlvgCgpzIQd9XYKdVF0VPOR/IkOnvRvs8xatBQi0hAoQsVyzx3Qj0c sf2VlYYCdglEmi835weqo9k0vdz8GXsItPa6J+v1Aew2XVSpTomWuH/Hk/hZsBq9mZAZ CszNnQdt2ze5WT8tXRtveJDRhAVrfAy/KBZcWYuMNAIXAjVwXdBSItzletOEESKjAhOM UMdgKPZPvXUlLvzpW9pDmpCdVIzUsuakwxLzkBAkFtT7E3Y80++IPa0Gvcazo1OlqBqn 3QYA== X-Gm-Message-State: ABUngvfiKpIgTrZ/9fw2ZDZbn8ccUr3JwzvR1+LaR/QUETmJ83xoC7zSWUylROpxuim4dg== X-Received: by 10.25.14.81 with SMTP id 78mr4987049lfo.183.1478377213183; Sat, 05 Nov 2016 13:20:13 -0700 (PDT) Received: from localhost (mobile-access-bcee98-78.dhcp.inet.fi. [188.238.152.78]) by smtp.gmail.com with ESMTPSA id e94sm3517660lji.40.2016.11.05.13.20.12 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 05 Nov 2016 13:20:12 -0700 (PDT) From: Jani Nikula To: notmuch@notmuchmail.org Subject: [PATCH 0/9] doc: config and build improvements Date: Sat, 5 Nov 2016 22:18:09 +0200 Message-Id: X-Mailer: git-send-email 2.1.4 X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Nov 2016 20:20:16 -0000 Here's a bunch of fixes to the documentation config and build. BR, Jani. Jani Nikula (9): doc/conf.py: add notmuch-emacs-mua to texinfo documents doc/conf.py: generate texinfo_documents list from man_pages list doc/conf.py: abstract notmuch authors doc/conf.py: reindent, whitespace clean man page, texinfo lists doc/conf.py: include command name in texinfo document title doc: fix references in notmuch-emacs.rst build: do not touch roff files after sphinx-build build: generate man page list from source files, not conf.py build: only install known man pages doc/.gitignore | 1 - doc/Makefile.local | 33 +++++----- doc/conf.py | 165 ++++++++++++++++++++------------------------------ doc/mkdocdeps.py | 18 ------ doc/notmuch-emacs.rst | 4 +- 5 files changed, 87 insertions(+), 134 deletions(-) delete mode 100644 doc/mkdocdeps.py -- 2.1.4