summaryrefslogtreecommitdiff
path: root/Build/source/texk/ptexenc/Makefile.am
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2010-05-21 07:51:41 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2010-05-21 07:51:41 +0000
commita5a98005f0e6fa8f756d8d17c697a5c9c2cdd845 (patch)
tree3161462462fbeeea8d0136f0afb585b8ef830938 /Build/source/texk/ptexenc/Makefile.am
parentcfa39878481410fe63d2d11afaa18fc74cb4a863 (diff)
reorg ptexenc includes
fix some build rules remove obsolete files git-svn-id: svn://tug.org/texlive/trunk@18399 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/ptexenc/Makefile.am')
-rw-r--r--Build/source/texk/ptexenc/Makefile.am29
1 files changed, 14 insertions, 15 deletions
diff --git a/Build/source/texk/ptexenc/Makefile.am b/Build/source/texk/ptexenc/Makefile.am
index e691774faa0..cbd9e7765ce 100644
--- a/Build/source/texk/ptexenc/Makefile.am
+++ b/Build/source/texk/ptexenc/Makefile.am
@@ -9,7 +9,7 @@ ACLOCAL_AMFLAGS = -I ../../m4
.PHONY: rebuild
rebuild: all
-INCLUDES = $(KPATHSEA_INCLUDES) -I$(top_builddir)/.. -I$(top_srcdir)/..
+INCLUDES = $(KPATHSEA_INCLUDES)
AM_CFLAGS = $(WARNING_CFLAGS)
lib_LTLIBRARIES = libptexenc.la
@@ -20,25 +20,24 @@ libptexenc_la_LDFLAGS = -version-info $(PTEXENC_LT_VERSINFO)
# Note: jisx0208.h is a copy of ../../libs/gd/gd-2.0.35/jisx0208.h.
#
-libptexenc_la_SOURCES = jisx0208.h kanjicnv.c ptexenc.c unicode-jp.c unicode.c
+libptexenc_la_SOURCES = \
+ jisx0208.h \
+ kanjicnv.c \
+ ptexenc.c \
+ unicode-jp.c \
+ unicode.c
## Rebuild libkpathsea
@KPATHSEA_RULE@
-ptexencincludedir = ${includedir}/ptexenc
+nobase_nodist_include_HEADERS = \
+ ptexenc/c-auto.h
-nodist_ptexencinclude_HEADERS = c-auto.h
-
-ptexencinclude_HEADERS = kanjicnv.h ptexenc.h unicode-jp.h unicode.h
+nobase_include_HEADERS = \
+ ptexenc/kanjicnv.h \
+ ptexenc/ptexenc.h \
+ ptexenc/unicode-jp.h \
+ ptexenc/unicode.h
EXTRA_DIST = COPYRIGHT ChangeLog.TL
-## Eventually delete these files
-##
-EXTRA_DIST += \
- patches/jmpost-0.04b-ptexenc.patch \
- patches/makejvf-1.1a-ptexenc.patch \
- patches/mendexk2.6f-ptexenc.patch \
- patches/ptex-src-3.1.11-ptexenc.patch \
- patches/texlive2009-ptexenc.patch \
- patches/texlive2009.sh