[tex4ht-commits] [SCM] tex4ht updated: r48 - trunk/lit
karl at gnu.org.ua
karl at gnu.org.ua
Mon Mar 22 16:57:54 CET 2010
Author: karl
Date: 2010-03-22 17:57:19 +0200 (Mon, 22 Mar 2010)
New Revision: 48
Removed:
trunk/lit/mktex4ht.cnf
Modified:
trunk/lit/
trunk/lit/.svnignore
trunk/lit/Makefile
trunk/lit/tex4ht-dir.tex
Log:
prepare for tex4ht-4ht.tex
Property changes on: trunk/lit
___________________________________________________________________
Name: svn:ignore
- lm-htf.tex
tex4ht.dir
tex4ht.env
tex4ht.env-unix
tex4ht.env-win32
tmp
work.dir
*.4ct
*.4es
*.4ht
*.4tc
*.4xt
*.aux
*.bat
*.c
*.css
*.dtd
*.dvi
*.htf
*.html
*.idv
*.java
*.lg
*.log
*.perl
*.png
*.tmp
*.trc
*.unix
*.xref
+ lm-htf.tex
m-tex4ht.tex
mktex4ht.cnf
tex4ht.dir
tex4ht.env
tex4ht.env-unix
tex4ht.env-win32
tmp
work.dir
*.4ct
*.4es
*.4ht
*.4tc
*.4xt
*.aux
*.bat
*.c
*.css
*.dtd
*.dvi
*.htf
*.html
*.idv
*.java
*.lg
*.log
*.perl
*.png
*.tmp
*.trc
*.unix
*.xref
Modified: trunk/lit/.svnignore
===================================================================
--- trunk/lit/.svnignore 2010-03-17 15:28:08 UTC (rev 47)
+++ trunk/lit/.svnignore 2010-03-22 15:57:19 UTC (rev 48)
@@ -1,4 +1,6 @@
lm-htf.tex
+m-tex4ht.tex
+mktex4ht.cnf
tex4ht.dir
tex4ht.env
tex4ht.env-unix
Modified: trunk/lit/Makefile
===================================================================
--- trunk/lit/Makefile 2010-03-17 15:28:08 UTC (rev 47)
+++ trunk/lit/Makefile 2010-03-22 15:57:19 UTC (rev 48)
@@ -14,6 +14,10 @@
common_info = $(common) common-info.tex
derived =
+derived += $(tex4ht_4ht_derived)
+tex4ht_4ht_derived = book.4ht
+# and many, many more.
+
derived += $(tex4ht_bibtex2_derived)
tex4ht_bibtex2_derived = bibtex2.4ht
@@ -150,6 +154,9 @@
#
all: $(derived)
+$(tex4ht_4ht_derived): tex4ht-4ht.tex $(common)
+ tex $(tex_opts) $<
+
$(tex4ht_bibtex2_derived): tex4ht-bibtex2.tex $(common)
latex $(tex_opts) $<
Deleted: trunk/lit/mktex4ht.cnf
Modified: trunk/lit/tex4ht-dir.tex
===================================================================
--- trunk/lit/tex4ht-dir.tex 2010-03-17 15:28:08 UTC (rev 47)
+++ trunk/lit/tex4ht-dir.tex 2010-03-22 15:57:19 UTC (rev 48)
@@ -1,3 +1,4 @@
% public domain.
\def\HOME{./tex4ht.dir/}
\def\DTDS{./dtd.dir/}
+\def\SOURCE{./html.dir/}
More information about the tex4ht-commits
mailing list