Skip to content
Snippets Groups Projects
Select Git revision
  • dda08052682141e63f5860294a0831eff7ec39e8
  • passt default
  • master
  • pu
  • todo
  • next
  • maint
  • v2.8.0-rc1
  • v2.8.0-rc0
  • v2.7.2
  • v2.7.1
  • v2.7.0
  • v2.6.5
  • v2.7.0-rc3
  • v2.7.0-rc2
  • v2.7.0-rc1
  • v2.7.0-rc0
  • v2.6.4
  • v2.6.3
  • v2.6.2
  • v2.6.1
  • v2.3.10
  • v2.5.4
  • v2.4.10
  • v2.6.0
  • v2.6.0-rc3
  • v2.5.3
27 results

config.mak.in

Blame
  • user avatar
    Junio C Hamano authored
    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
    b2fb3911
    History
    config.mak.in 540 B
    # git Makefile configuration, included in main Makefile
    # @configure_input@
    
    CC = @CC@
    CFLAGS = @CFLAGS@
    CPPFLAGS = @CPPFLAGS@
    LDFLAGS = @LDFLAGS@
    AR = @AR@
    TAR = @TAR@
    DIFF = @DIFF@
    PACKAGE_TARNAME = @PACKAGE_TARNAME@
    #INSTALL = @INSTALL@		# needs install-sh or install.sh in sources
    
    prefix = @prefix@
    exec_prefix = @exec_prefix@
    bindir = @bindir@
    gitexecdir = @libexecdir@/git-core
    datarootdir = @datarootdir@
    template_dir = @datadir@/git-core/templates
    sysconfdir = @sysconfdir@
    docdir = @docdir@
    
    mandir = @mandir@
    htmldir = @htmldir@