[Debian-hebrew-package] [svn] r399 - in pkg/ivritex/trunk: . debian example/article example/guide example/letter example/tests example/thesis latex/hebclass utils

Lior Kaplan kaplan-guest at costa.debian.org
Fri Apr 14 16:59:32 UTC 2006


Author: kaplan-guest
Date: Fri Apr 14 16:59:22 2006
New Revision: 399

Added:
   pkg/ivritex/trunk/debian/
   pkg/ivritex/trunk/debian/changelog
   pkg/ivritex/trunk/debian/control
   pkg/ivritex/trunk/debian/copyright
   pkg/ivritex/trunk/debian/postinst
   pkg/ivritex/trunk/debian/postrm
   pkg/ivritex/trunk/debian/preinst
   pkg/ivritex/trunk/debian/rules   (contents, props changed)
Modified:
   pkg/ivritex/trunk/example/article/Makefile
   pkg/ivritex/trunk/example/guide/Makefile
   pkg/ivritex/trunk/example/letter/Makefile
   pkg/ivritex/trunk/example/tests/Makefile
   pkg/ivritex/trunk/example/thesis/Makefile
   pkg/ivritex/trunk/ivritex.mk
   pkg/ivritex/trunk/latex/hebclass/Makefile
   pkg/ivritex/trunk/utils/transheb.pl   (props changed)
Log:
Load ivritex-1.1.1 into pkg/ivritex/trunk.


Modified: pkg/ivritex/trunk/example/article/Makefile
==============================================================================
--- pkg/ivritex/trunk/example/article/Makefile	(original)
+++ pkg/ivritex/trunk/example/article/Makefile	Fri Apr 14 16:59:22 2006
@@ -1,6 +1,7 @@
 TEX_SRC=hebart
 
 ROOT_DIR=../..
+CLEAN=*.tfm
 include $(ROOT_DIR)/ivritex.mk
 
 do_install:

Modified: pkg/ivritex/trunk/example/guide/Makefile
==============================================================================
--- pkg/ivritex/trunk/example/guide/Makefile	(original)
+++ pkg/ivritex/trunk/example/guide/Makefile	Fri Apr 14 16:59:22 2006
@@ -1,5 +1,6 @@
 TEX_SRC=hebguide
 
+CLEAN=*.tfm
 ROOT_DIR=../..
 include $(ROOT_DIR)/ivritex.mk
 

Modified: pkg/ivritex/trunk/example/letter/Makefile
==============================================================================
--- pkg/ivritex/trunk/example/letter/Makefile	(original)
+++ pkg/ivritex/trunk/example/letter/Makefile	Fri Apr 14 16:59:22 2006
@@ -1,5 +1,6 @@
 TEX_SRC=heblet
 
+CLEAN=*.tfm
 ROOT_DIR=../..
 include $(ROOT_DIR)/ivritex.mk
 

Modified: pkg/ivritex/trunk/example/tests/Makefile
==============================================================================
--- pkg/ivritex/trunk/example/tests/Makefile	(original)
+++ pkg/ivritex/trunk/example/tests/Makefile	Fri Apr 14 16:59:22 2006
@@ -1,5 +1,6 @@
 TEX_SRC=hebhello test_color
 
+CLEAN=*.tfm
 ROOT_DIR=../..
 include $(ROOT_DIR)/ivritex.mk
 

Modified: pkg/ivritex/trunk/example/thesis/Makefile
==============================================================================
--- pkg/ivritex/trunk/example/thesis/Makefile	(original)
+++ pkg/ivritex/trunk/example/thesis/Makefile	Fri Apr 14 16:59:22 2006
@@ -1,5 +1,6 @@
 TEX_SRC=thesis
 
+CLEAN=*.tfm
 ROOT_DIR=../..
 include $(ROOT_DIR)/ivritex.mk
 

Modified: pkg/ivritex/trunk/ivritex.mk
==============================================================================
--- pkg/ivritex/trunk/ivritex.mk	(original)
+++ pkg/ivritex/trunk/ivritex.mk	Fri Apr 14 16:59:22 2006
@@ -19,7 +19,7 @@
 TEX_INPUTS=.:$(ROOT_DIR)/latex/heblatex:$(ROOT_DIR)/latex/hebclass::
 MF_INPUTS=.:$(ROOT_DIR)/fonts/hebfonts::
 LATEX=latex
-HEBLATEX=elatex
+HEBLATEX=latex
 HEBLATEX_ENV=TEXINPUTS='$(TEX_INPUTS)' MFINPUTS='$(MF_INPUTS)'
 HEBLATEX_CMD=$(HEBLATEX_ENV) $(HEBLATEX)
 RM=rm -f
@@ -57,7 +57,9 @@
 EXAMPLES=$(TEX_SRC:%=%.dvi) $(TEX_SRC:%=%.ps) $(TEX_SRC:%=%.pdf)
 TARGETS+=$(EXAMPLES)
 CLEAN+=$(TEX_SRC:%=%.log) $(TEX_SRC:%=%.aux) $(TEX_SRC:%=%.toc) \
-       $(EXAMPLES) missfont.log
+       $(TEX_SRC:%=%.cot) $(TEX_SRC:%=%.lof) $(TEX_SRC:%=%.lot) \
+       $(TEX_SRC:%=%.fol) $(TEX_SRC:%=%.tol) \
+       $(EXAMPLES) missfont.log *.*pk
 
 all: all_subdirs $(TARGETS)
 

Modified: pkg/ivritex/trunk/latex/hebclass/Makefile
==============================================================================
--- pkg/ivritex/trunk/latex/hebclass/Makefile	(original)
+++ pkg/ivritex/trunk/latex/hebclass/Makefile	Fri Apr 14 16:59:22 2006
@@ -4,9 +4,9 @@
 INSTALL_FILE=hebclass.ins
 FILES_TO_COPY=*.cls tcourse.sty
 CLEAN=hebtech.cls hebthes.tex $(DOC_FILES) *.log *~ *.dvi *.aux *.toc \
-      i*.glo *.idx *.gls *.ilg
+      i*.glo *.idx *.gls *.ilg *.tfm
 
-TEX_SRC=iitcsw iitsmnr tcourse hebthes
+TEX_SRC=iitcsw tcourse hebthes #iitsmnr 
 DTX_FILES=hebtech
 DOC_FILES=$(DTX_FILES:%=%.ps) 
 SAMPLE_TARGET=hebtech.cls



More information about the Debian-hebrew-package mailing list