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
		
			
				
	
	
		
			25 lines
		
	
	
		
			540 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			25 lines
		
	
	
		
			540 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
# 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@
 |