summaryrefslogtreecommitdiff
path: root/Build/source/texk/tex4htk/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/tex4htk/Makefile.am')
-rw-r--r--Build/source/texk/tex4htk/Makefile.am16
1 files changed, 9 insertions, 7 deletions
diff --git a/Build/source/texk/tex4htk/Makefile.am b/Build/source/texk/tex4htk/Makefile.am
index 696d5391e65..f5b4589f5a0 100644
--- a/Build/source/texk/tex4htk/Makefile.am
+++ b/Build/source/texk/tex4htk/Makefile.am
@@ -1,10 +1,17 @@
## Makefile.am for the TeX Live subdirectory texk/tex4htk/
##
-## Copyright (C) 2009 - 2011 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.
##
ACLOCAL_AMFLAGS = -I ../../m4
+## We distribute the whole java tree.
+EXTRA_DIST = java
+
+# in case of an SVN repository
+dist-hook:
+ rm -rf `find $(distdir) -name .svn`
+
INCLUDES = $(KPATHSEA_INCLUDES)
AM_CPPFLAGS = -DANSI -DKPATHSEA
AM_CFLAGS = $(WARNING_CFLAGS)
@@ -43,7 +50,7 @@ CLEANFILES = $(nodist_bin_SCRIPTS)
## Not used
##
-EXTRA_DIST = \
+EXTRA_DIST += \
dbcontext \
dblatex \
dbmcontext \
@@ -66,7 +73,6 @@ EXTRA_DIST = \
estexi \
esxelatex \
esxetex \
- java \
jh1context \
jh1latex \
jh1mex \
@@ -157,7 +163,3 @@ EXTRA_DIST = \
xhxetex \
xv4ht.java
-# in case of an SVN repository
-dist-hook:
- rm -rf `find $(distdir) -name .svn`
-