diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2010-12-20 07:07:04 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2010-12-20 07:07:04 +0000 |
commit | 46500586978b361422a73168b912a0e151111885 (patch) | |
tree | ad91bc81ec6d88ccb8803fefd9f08942cfbdd3e4 /Build/source/texk/web2c | |
parent | cbd8755638a860c159a2f1b31037bd769a068090 (diff) |
WIN32: check shell scripts
git-svn-id: svn://tug.org/texlive/trunk@20812 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c')
-rw-r--r-- | Build/source/texk/web2c/otps/ChangeLog | 4 | ||||
-rw-r--r-- | Build/source/texk/web2c/otps/Makefile.am | 4 | ||||
-rw-r--r-- | Build/source/texk/web2c/otps/Makefile.in | 2 |
3 files changed, 8 insertions, 2 deletions
diff --git a/Build/source/texk/web2c/otps/ChangeLog b/Build/source/texk/web2c/otps/ChangeLog index 25db1daa690..05178198d0a 100644 --- a/Build/source/texk/web2c/otps/ChangeLog +++ b/Build/source/texk/web2c/otps/ChangeLog @@ -1,3 +1,7 @@ +2010-12-19 Peter Breitenlohner <peb@mppmu.mpg.de> + + * Makefile.am [WIN32]: Skip mkocp and mkofm shell scripts. + 2010-06-10 Peter Breitenlohner <peb@mppmu.mpg.de> Reorganize web2c headers. diff --git a/Build/source/texk/web2c/otps/Makefile.am b/Build/source/texk/web2c/otps/Makefile.am index d55b87b861d..ab8b06c5261 100644 --- a/Build/source/texk/web2c/otps/Makefile.am +++ b/Build/source/texk/web2c/otps/Makefile.am @@ -1,6 +1,6 @@ ## Makefile.am for the TeX Live subdirectory texk/web2c/otps/ ## -## Copyright (C) 2009 Peter Breitenlohner <tex-live@tug.org> +## Copyright (C) 2009, 2010 Peter Breitenlohner <tex-live@tug.org> ## You may freely use, modify and/or distribute this file. ## INCLUDES = -I$(top_builddir)/.. -I$(top_srcdir) $(KPATHSEA_INCLUDES) @@ -23,7 +23,9 @@ noinst_HEADERS = otp.h routines.h yystype.h if OTANGLE bin_PROGRAMS = $(otps_programs) +if !WIN32 bin_SCRIPTS = $(otps_scripts) +endif !WIN32 dist_man1_MANS = $(otps_programs:=.man) $(otps_scripts:=.man) endif OTANGLE EXTRA_PROGRAMS = $(otps_programs) diff --git a/Build/source/texk/web2c/otps/Makefile.in b/Build/source/texk/web2c/otps/Makefile.in index 12fd6dcebab..733109e7313 100644 --- a/Build/source/texk/web2c/otps/Makefile.in +++ b/Build/source/texk/web2c/otps/Makefile.in @@ -344,7 +344,7 @@ proglib = ../lib/lib.a otps_programs = otp2ocp outocp otps_scripts = mkocp mkofm noinst_HEADERS = otp.h routines.h yystype.h -@OTANGLE_TRUE@bin_SCRIPTS = $(otps_scripts) +@OTANGLE_TRUE@@WIN32_FALSE@bin_SCRIPTS = $(otps_scripts) @OTANGLE_TRUE@dist_man1_MANS = $(otps_programs:=.man) $(otps_scripts:=.man) EXTRA_DIST = $(otps_scripts) otp2ocp.test outocp.test uni2lat.ocp \ uni2lat.otp uni2lat.out bugs.txt |