From: Amin Bandali Date: Mon, 10 Sep 2018 17:24:00 +0000 (-0400) Subject: disable making notmuch docs for now, due to automake issues X-Git-Url: https://git.shemshak.org/~bandali/configs/commitdiff_plain/045feb371c06593b509ac199c9e55e81f6042492 disable making notmuch docs for now, due to automake issues fix doesn't seem to be applied to nixpkgs unstable yet ? either that, or some package might somehow be using an unpatched version. https://github.com/NixOS/nixpkgs/pull/42649 http://git.savannah.gnu.org/cgit/automake.git/commit/?id=13f00eb4493c217269b76614759e452d8302955e --- diff --git a/.gitmodules b/.gitmodules index 8e4e870..1652929 100644 --- a/.gitmodules +++ b/.gitmodules @@ -149,10 +149,10 @@ load-path = emacs info-path = doc/_build/texinfo build-nix-shell-packages = pkgconfig gitMinimal xapian gmime talloc zlib pythonPackages.sphinx pythonPackages.python texinfo - build-step = ./configure + build-step = ./configure --without-docs build-step = make - build-step = make sphinx-texinfo - build-step = borg-makeinfo + # build-step = make sphinx-texinfo + # build-step = borg-makeinfo [submodule "org"] path = lib/org url = git@code.orgmode.org:bzg/org-mode.git