Git fork

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

-6
-6
config.mak.in
··· 22 22 23 23 mandir = @mandir@ 24 24 htmldir = @htmldir@ 25 - 26 - srcdir = @srcdir@ 27 - VPATH = @srcdir@ 28 - 29 - export exec_prefix mandir 30 - export srcdir VPATH