aboutsummaryrefslogtreecommitdiff
path: root/README.markdown
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2015-03-25 17:14:37 +1300
committerTom Ryder <tom@sanctum.geek.nz>2015-03-25 17:14:37 +1300
commit64ef9681d37c054d6a017a9b1d293ee6f888c220 (patch)
tree2bf53b2878ca8ccf51b7553035568b9f39a58d87 /README.markdown
parentBetter information on prerequisites (diff)
downloaddotfiles-64ef9681d37c054d6a017a9b1d293ee6f888c220.tar.gz
dotfiles-64ef9681d37c054d6a017a9b1d293ee6f888c220.zip
Update the known problems for which I'd like fixes
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown13
1 files changed, 9 insertions, 4 deletions
diff --git a/README.markdown b/README.markdown
index 04857d70..46f2428d 100644
--- a/README.markdown
+++ b/README.markdown
@@ -276,10 +276,15 @@ your `/etc/manpath` configuration, depending on your system.
Known issues
------------
-* The `muttrc(5)` configuration assumes you have `msmtp(1)` and `abook(1)`,
- which is probably a bit too presumptuous, but I’m unsure how to make it
- conditional, or if that’s even possible.
-* The `install-terminfo` target does not work correctly on NetBSD.
+I’d welcome patches or advice on fixing any of these problems.
+
+* The `install-terminfo` target does not work correctly on NetBSD due to the
+ different way `tic(1)` works, which I don’t understand at all.
+* Parts of the `Makefile` are inelegant. For example, I'd love to have a
+ target pattern for checking out the Git submodules used for the Vim plugins
+ that's POSIX compliant or at least works on all the major open-source
+ UNIXes. `%` doesn't seem to match pathnames for BSD `make(1)`, only
+ filenames.
License
-------