diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2010-04-14 14:22:18 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2010-04-14 14:22:18 +0000 |
commit | 008d0283f16c958ef9f8436cef8710aaedcd6a1c (patch) | |
tree | 26ef9bed7c0ca3f3f6b1ba14b5844f76d166eef0 /Build/source/texk/ptexenc/Makefile.am | |
parent | cf42cec28487ec62783c7aaeecbaea79862794bf (diff) |
build system: fixes for pTeX
git-svn-id: svn://tug.org/texlive/trunk@17865 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/ptexenc/Makefile.am')
-rw-r--r-- | Build/source/texk/ptexenc/Makefile.am | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/Build/source/texk/ptexenc/Makefile.am b/Build/source/texk/ptexenc/Makefile.am index fcc54254338..5d1848e2dcd 100644 --- a/Build/source/texk/ptexenc/Makefile.am +++ b/Build/source/texk/ptexenc/Makefile.am @@ -5,7 +5,11 @@ ## ACLOCAL_AMFLAGS = -I ../../m4 -INCLUDES = -I$(top_builddir)/.. -I$(top_srcdir)/.. +# Rebuild +.PHONY: rebuild +rebuild: all + +INCLUDES = $(KPATHSEA_INCLUDES) -I$(top_builddir)/.. -I$(top_srcdir)/.. AM_CFLAGS = $(WARNING_CFLAGS) lib_LTLIBRARIES = libptexenc.la @@ -16,6 +20,9 @@ libptexenc_la_LDFLAGS = -version-number $(PTEXENC_LT_VERSNUM) libptexenc_la_SOURCES = kanjicnv.c ptexenc.c unicode-jp.c unicode.c +## Rebuild libkpathsea +@KPATHSEA_RULE@ + ptexencincludedir = ${includedir}/ptexenc nodist_ptexencinclude_HEADERS = c-auto.h |