]> granicus.if.org Git - neomutt/commitdiff
Allow to specify --docdir at configure time 858/head
authorPietro Cerutti <gahr@gahr.ch>
Sat, 14 Oct 2017 13:08:23 +0000 (13:08 +0000)
committerRichard Russon <rich@flatcap.org>
Sat, 14 Oct 2017 14:51:27 +0000 (15:51 +0100)
Issue #857

auto.def

index 83de37690a176af0731f9fde19ab93d6f9aaccf2..06da5eb1e85daf0221351258b06cd37fd2736b6e 100644 (file)
--- a/auto.def
+++ b/auto.def
@@ -30,6 +30,7 @@ options {
   logging=0                 => "Enable debug logging"
   doc=1                     => "Disable building the documentation"
   full-doc=0                => "Build the full documentation set"
+  docdir:path               => "Documentation root"
   flock=0                   => "Use flock() to lock files"
   fcntl=1                   => "Do NOT use fcntl() to lock files"
   fmemopen=0                => "Use fmemopen() for temporary in-memory files"
@@ -125,7 +126,7 @@ if {1} {
 define BINDIR           [get-define bindir]
 define MUTTLOCALEDIR    [get-define datadir]/locale
 define PKGDATADIR       [get-define datadir]/neomutt
-define PKGDOCDIR        [get-define datadir]/doc/neomutt
+define PKGDOCDIR        [opt-val docdir [get-define datadir]/doc/neomutt]
 define SYSCONFDIR       [get-define sysconfdir]
 ###############################################################################