diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2011-05-24 11:28:14 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2011-05-24 11:28:14 +0000 |
commit | 8994d0c1fae93d05483786b4f7d1e92c91765d65 (patch) | |
tree | 520d437d1ab4f7b83b0fc6717d23380c3ce7eb68 /Build/source/texk/web2c/otps/Makefile.am | |
parent | 37f827f0b8b1b7201265f99233642947f1186a20 (diff) |
WIN32: build C program replacements for Unix shell scripts (from Akira's W32TeX)
git-svn-id: svn://tug.org/texlive/trunk@22600 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/otps/Makefile.am')
-rw-r--r-- | Build/source/texk/web2c/otps/Makefile.am | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Build/source/texk/web2c/otps/Makefile.am b/Build/source/texk/web2c/otps/Makefile.am index ab8b06c5261..cd7e89bbd16 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, 2010 Peter Breitenlohner <tex-live@tug.org> +## Copyright (C) 2009-2011 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 +if WIN32 +SUBDIRS = win32 +else !WIN32 bin_SCRIPTS = $(otps_scripts) endif !WIN32 dist_man1_MANS = $(otps_programs:=.man) $(otps_scripts:=.man) |