[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[texlive-bin] 02/05: adjust rules file to build jar file for tex4ht



This is an automated email from the git hooks/post-receive script.

preining pushed a commit to branch experimental
in repository texlive-bin.

commit 4f9ef45b2e290c909ee298a707f003d985965465
Author: Norbert Preining <preining@debian.org>
Date:   Sat Jul 23 03:20:21 2016 +0900

    adjust rules file to build jar file for tex4ht
---
 debian/rules | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/debian/rules b/debian/rules
index 6525050..9b67813 100755
--- a/debian/rules
+++ b/debian/rules
@@ -176,6 +176,14 @@ override_dh_auto_configure:
 #	make -C Work/texk/web2c pdftex
 #endif
 
+override_dh_auto_build:
+	dh_auto_build
+	# build the java classes for tex4ht
+	mkdir -p Work/tex4ht-java
+	cd texk/tex4htk/java ; javac *.java */*.java */*/*.java -d ../../../Work/tex4ht-java
+	cd Work/tex4ht-java ; jar cvf ../tex4ht-java/tex4ht.jar .
+	echo "TODO TODO TODO - we need to install the jar somewhere!!!!"
+
 override_dh_auto_install:
 	dh_auto_install -- DESTDIR=$(CURDIR)/debian/tmp
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-tex/texlive-bin.git


Reply to: