diff options
author | Amin Bandali <amin@gnu.org> | 2018-09-10 13:24:00 -0400 |
---|---|---|
committer | Amin Bandali <amin@gnu.org> | 2018-09-10 13:24:00 -0400 |
commit | 045feb371c06593b509ac199c9e55e81f6042492 (patch) | |
tree | 032634628f26add23192ec3c8e7dd6d5ab241e01 | |
parent | 2a6e947b63d838082d20b79fbe7886d18586e531 (diff) | |
download | configs-045feb371c06593b509ac199c9e55e81f6042492.tar.gz configs-045feb371c06593b509ac199c9e55e81f6042492.tar.xz configs-045feb371c06593b509ac199c9e55e81f6042492.zip |
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
-rw-r--r-- | .gitmodules | 6 |
1 files changed, 3 insertions, 3 deletions
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 |