Merge branch 'jc/remove-export-from-config-mak-in'
Stop exporting mandir that used to be exported only when config.mak.autogen was used. It would have broken installation of manpages (but not other documentation formats). * jc/remove-export-from-config-mak-in: Fix `make install` when configured with autoconf Makefile: do not export mandir/htmldir/infodir config.mak.in: remove unused definitions
This commit is contained in:
commit
b2fb3911ea
@ -22,9 +22,3 @@ docdir = @docdir@
|
|||||||
|
|
||||||
mandir = @mandir@
|
mandir = @mandir@
|
||||||
htmldir = @htmldir@
|
htmldir = @htmldir@
|
||||||
|
|
||||||
srcdir = @srcdir@
|
|
||||||
VPATH = @srcdir@
|
|
||||||
|
|
||||||
export exec_prefix mandir
|
|
||||||
export srcdir VPATH
|
|
||||||
|
Loading…
Reference in New Issue
Block a user