Skip to content

Commit

Permalink
Merge branch 'ct/autoconf-htmldir'
Browse files Browse the repository at this point in the history
The autoconf subsystem passed --mandir down to generated
config.mak.autogen but forgot to do the same for --htmldir.

* ct/autoconf-htmldir:
  Honor configure's htmldir switch
  • Loading branch information
Junio C Hamano committed Feb 8, 2013
2 parents a923c31 + fc1c541 commit 1d321b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config.mak.in
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ template_dir = @datadir@/git-core/templates
sysconfdir = @sysconfdir@

mandir = @mandir@
htmldir = @htmldir@

srcdir = @srcdir@
VPATH = @srcdir@
Expand Down

0 comments on commit 1d321b5

Please sign in to comment.