Rename man1 and man7 variables to man1dir and man7dir
[git/jnareb-git.git] / config.mak.in
blob82d80e2e9e116b5de1c9424db9eb9c566d88a61b
1 # git Makefile configuration, included in main Makefile
2 # @configure_input@
4 prefix = @prefix@
5 exec_prefix = @exec_prefix@
6 bindir = @bindir@
7 #gitexecdir = @libexecdir@/git-core/
8 template_dir = @datadir@/git-core/templates/
9 GIT_PYTHON_DIR = @datadir@/git-core/python
11 srcdir = @srcdir@
12 VPATH = @srcdir@