Skip to content

Commit

Permalink
Merge branch 'jc/remove-export-from-config-mak-in'
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Junio C Hamano committed Apr 1, 2013
2 parents c044bed + b4eead9 commit b2fb391
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions config.mak.in
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,3 @@ docdir = @docdir@

mandir = @mandir@
htmldir = @htmldir@

srcdir = @srcdir@
VPATH = @srcdir@

export exec_prefix mandir
export srcdir VPATH

0 comments on commit b2fb391

Please sign in to comment.