diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2015-06-18 11:33:58 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2015-06-18 11:33:58 +0000 |
commit | b898efe401e97205d56af3afd1d4c75bc5ef7f39 (patch) | |
tree | efa22ee174aef6f5ca138f1caf0faef29194396e /Build/source/texk/kpathsea/doc | |
parent | 973cc50127fd0835fbbd57bbb9dd8885c60e154d (diff) |
Build fix for WIN32 versions of mktex*
git-svn-id: svn://tug.org/texlive/trunk@37598 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/kpathsea/doc')
-rw-r--r-- | Build/source/texk/kpathsea/doc/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Build/source/texk/kpathsea/doc/Makefile.in b/Build/source/texk/kpathsea/doc/Makefile.in index 4828ae2ae60..dfe9f58d02d 100644 --- a/Build/source/texk/kpathsea/doc/Makefile.in +++ b/Build/source/texk/kpathsea/doc/Makefile.in @@ -269,6 +269,7 @@ SHELL = @SHELL@ STRIP = @STRIP@ VERSION = @VERSION@ WARNING_CFLAGS = @WARNING_CFLAGS@ +WEB2CVERSION = @WEB2CVERSION@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ |