diff options
author | Khaled Hosny <khaledhosny@eglug.org> | 2013-02-21 19:10:27 +0000 |
---|---|---|
committer | Khaled Hosny <khaledhosny@eglug.org> | 2013-02-21 19:10:27 +0000 |
commit | 122702c10f40a2dc5fbb3173aab5941f31eca438 (patch) | |
tree | 427ca1eda7c6ac718ab7ccd23eced68edf4bf54e /Build/source/texk/web2c/xetexdir | |
parent | 95680f656950d7174b0db6bdc1bacc38e92ebd65 (diff) |
Include build date in XeTeX banner
git-svn-id: svn://tug.org/texlive/trunk@29189 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/xetexdir')
-rw-r--r-- | Build/source/texk/web2c/xetexdir/am/xetex.am | 1 | ||||
-rw-r--r-- | Build/source/texk/web2c/xetexdir/xetexextra.h | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/Build/source/texk/web2c/xetexdir/am/xetex.am b/Build/source/texk/web2c/xetexdir/am/xetex.am index 7a9c190f789..648b89a9b9f 100644 --- a/Build/source/texk/web2c/xetexdir/am/xetex.am +++ b/Build/source/texk/web2c/xetexdir/am/xetex.am @@ -18,6 +18,7 @@ xe_tangle = WEBINPUTS=.:$(srcdir)/xetexdir AM_V_P=$(AM_V_P) $(SHELL) ./tangle-sh libxetex = libxetex.a xetex_cppflags = $(AM_CPPFLAGS) -I$(srcdir)/xetexdir +xetex_cppflags += -DXETEX_BUILD_DATE="\"`date +%Y%m%d%H`\"" ## Must add icu first to avoid an installed version. xetex_cppflags += $(ICU_INCLUDES) ## Must add freetype2 includes early to avoid diff --git a/Build/source/texk/web2c/xetexdir/xetexextra.h b/Build/source/texk/web2c/xetexdir/xetexextra.h index 5a56c8117e1..31f47e5fe87 100644 --- a/Build/source/texk/web2c/xetexdir/xetexextra.h +++ b/Build/source/texk/web2c/xetexdir/xetexextra.h @@ -56,7 +56,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #include <etexdir/etex_version.h> /* for ETEX_VERSION */ #include <xetexdir/xetex_version.h> /* for XETEX_VERSION */ -#define BANNER "This is XeTeX, Version 3.1415926-" ETEX_VERSION "-" XETEX_VERSION +#define BANNER "This is XeTeX, Version 3.1415926-" ETEX_VERSION "-" XETEX_VERSION "-" XETEX_BUILD_DATE #define COPYRIGHT_HOLDER "SIL International and Jonathan Kew" #define AUTHOR "Jonathan Kew" #define PROGRAM_HELP XETEXHELP |