diff options
Diffstat (limited to 'man/Makefile.in')
-rw-r--r-- | man/Makefile.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/man/Makefile.in b/man/Makefile.in index 3c98806..67abfaa 100644 --- a/man/Makefile.in +++ b/man/Makefile.in @@ -185,6 +185,7 @@ PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ RAGEL = @RAGEL@ RANLIB = @RANLIB@ +RELEASE_DATE = @RELEASE_DATE@ SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ @@ -212,6 +213,7 @@ build_cpu = @build_cpu@ build_os = @build_os@ build_vendor = @build_vendor@ builddir = @builddir@ +config_dir = @config_dir@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ |