diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2013-03-05 07:17:42 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2013-03-05 07:17:42 +0000 |
commit | e0d5fc4688cf43e91de521e0c8e8bbf6d17b634f (patch) | |
tree | 9ac47d5a1495ba5404b36eac5d852e50016ffbb5 /Build/source/texk/web2c/eptexdir | |
parent | 5979f9b5ea1b78942c24cb6fbd2cb959b92fbc31 (diff) |
texk/web2c: Fix the rules for *tex_version.h
git-svn-id: svn://tug.org/texlive/trunk@29295 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/eptexdir')
-rw-r--r-- | Build/source/texk/web2c/eptexdir/am/eptex.am | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Build/source/texk/web2c/eptexdir/am/eptex.am b/Build/source/texk/web2c/eptexdir/am/eptex.am index bf0757db3fd..c2281acda34 100644 --- a/Build/source/texk/web2c/eptexdir/am/eptex.am +++ b/Build/source/texk/web2c/eptexdir/am/eptex.am @@ -46,11 +46,9 @@ eptex-tangle: tangle$(EXEEXT) eptex.web eptex.ch tangle-sh @$(texmf_tangle) eptex eptex # Extract eptex version -$(srcdir)/eptexdir/eptex_version.h: eptexdir/eptex.ech -if MAINTAINER_MODE +$(srcdir)/eptexdir/eptex_version.h: @MAINTAINER_MODE_TRUE@ eptexdir/eptex.ech $(AM_V_GEN)grep '^@d epTeX_version_string==' $(srcdir)/eptexdir/eptex.ech \ | sed "s/^.*'-/#define EPTEX_VERSION \"/;s/'.*$$/\"/" >$@ -endif MAINTAINER_MODE # Generate eptex.web eptex.web: tie$(EXEEXT) $(eptex_web_srcs) |