unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
From: David Bremner <david@tethera.net>
To: Tomi Ollila <tomi.ollila@iki.fi>, notmuch@notmuchmail.org
Subject: [PATCH] doc: gzipped notmuch.3 before trying to install notmuch.3.gz
Date: Sun, 25 Jan 2015 15:07:38 +0100	[thread overview]
Message-ID: <1422194858-19490-1-git-send-email-david@tethera.net> (raw)
In-Reply-To: <1421963721-17106-1-git-send-email-tomi.ollila@iki.fi>

If HAVE_SPHINX=0 but HAVE_DOXYGEN=1, then the previous version was
trying to install notmuch.3.gz but only got as far as creating
notmuch.3
---

doc/Makefile.local is messy enough that I found Tomi's fix hard to
follow. Probably the real answer is to fix some of this mess, but in the mean time, what about this as an alternative fix?

 doc/Makefile.local | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/Makefile.local b/doc/Makefile.local
index 0bdf2e1..e209749 100644
--- a/doc/Makefile.local
+++ b/doc/Makefile.local
@@ -60,7 +60,7 @@ install-man: install-apidocs
 ifeq ($(HAVE_DOXYGEN),1)
 MAN_GZIP_FILES += ${APIMAN}.gz
 apidocs: $(APIMAN)
-install-apidocs: apidocs
+install-apidocs: ${APIMAN}.gz
 	mkdir -p "$(DESTDIR)$(mandir)/man3"
 	install -m0644  $(DOCBUILDDIR)/man/man3/*.3.gz  $(DESTDIR)/$(mandir)/man3
 
-- 
2.1.4

  parent reply	other threads:[~2015-01-25 14:09 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-01-22 21:55 [LATE NIGHT PATCH] build gzipped apidoc in case have doxygen but not sphinx Tomi Ollila
2015-01-24  8:54 ` David Bremner
2015-01-24  9:29   ` David Bremner
2015-01-25 18:12     ` David Bremner
2015-01-25 14:07 ` David Bremner [this message]
2015-01-25 14:28   ` [PATCH] doc: gzipped notmuch.3 before trying to install notmuch.3.gz Tomi Ollila
2015-01-25 17:56   ` David Bremner

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://notmuchmail.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1422194858-19490-1-git-send-email-david@tethera.net \
    --to=david@tethera.net \
    --cc=notmuch@notmuchmail.org \
    --cc=tomi.ollila@iki.fi \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://yhetil.org/notmuch.git/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).