[tex4ht-commits] [SCM] tex4ht updated: r45 - trunk/lit
karl at gnu.org.ua
karl at gnu.org.ua
Thu Mar 11 17:56:22 CET 2010
Author: karl
Date: 2010-03-11 18:56:22 +0200 (Thu, 11 Mar 2010)
New Revision: 45
Modified:
trunk/lit/ChangeLog
trunk/lit/Makefile
trunk/lit/tex4ht-c.tex
Log:
tex4ht-c: license notices
Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog 2010-03-09 16:44:45 UTC (rev 44)
+++ trunk/lit/ChangeLog 2010-03-11 16:56:22 UTC (rev 45)
@@ -1,3 +1,8 @@
+2010-03-11 Karl Berry <karl at gnu.org>
+
+ * tex4ht-c.tex: license notices.
+ * Makefile: add derivations.
+
2010-03-08 Karl Berry <karl at gnu.org>
* tex4ht-cond4ht.tex: license notices.
Modified: trunk/lit/Makefile
===================================================================
--- trunk/lit/Makefile 2010-03-09 16:44:45 UTC (rev 44)
+++ trunk/lit/Makefile 2010-03-11 16:56:22 UTC (rev 45)
@@ -1,10 +1,11 @@
# $Id$
# This file is public domain. Originally written 2010, Karl Berry.
#
+# todo: look for xx below
# todo: ohio-state url in tex4ht-cond4ht.tex
wd = work.dir
-tex_opts = --interaction=nonstopmode --file-line-error
+tex_opts = --interaction=nonstopmode #--file-line-error
tex_1opt = "$(tex_opts)"
default: all
@@ -13,6 +14,9 @@
common_info = $(common) common-info.tex
derived =
+derived += $(tex4ht_c_derived)
+tex4ht_c_derived = tex4ht.c
+
derived += $(tex4ht_cond4ht_derived)
tex4ht_cond4ht_derived = cond4ht.4ht mktex4ht.4ht
@@ -25,7 +29,7 @@
derived += $(tex4ht_env_derived)
tex4ht_env_derived = tex4ht.env-unix tex4ht.env-win32 tex4ht.env
-derived += $(tex4ht_fonts_noncjk_derived)
+#xx derived += $(tex4ht_fonts_noncjk_derived)
tex4ht_fonts_noncjk_derived = SearchFonts.java cmtex.htf # and thousands more
# also, whither lm-htf.tex? whither tmp? how change target dir?
@@ -44,7 +48,7 @@
derived += $(tex4ht_html32_derived)
tex4ht_html32_derived = html32.4ht html32-math.4ht
-derived += $(tex4ht_html4_derived)
+#xx derived += $(tex4ht_html4_derived)
tex4ht_html4_derived = \
html4.4ht html4-math.4ht html4-uni.4ht onmouseover.4ht exerqz.4ht
@@ -57,8 +61,8 @@
derived += $(tex4ht_info_svg_derived)
tex4ht_info_svg_derived = infosvg.4ht
-#derived += $(tex4ht_info_derived)
-#tex4ht_info_derived = info4ht.4ht
+#xx derived += $(tex4ht_info_derived)
+tex4ht_info_derived = info4ht.4ht
derived += $(tex4ht_javahelp_xtpipes_derived)
tex4ht_javahelp_xtpipes_derived = javahelp.4xt
@@ -143,6 +147,9 @@
#
all: $(derived)
+$(tex4ht_c_derived): tex4ht-c.tex $(common)
+ tex $(tex_opts) $<
+
$(tex4ht_cond4ht_derived): tex4ht-cond4ht.tex $(common)
tex $(tex_opts) $<
tex $(tex_opts) cond4ht.4ht
@@ -265,12 +272,15 @@
dest_4ht = $(destdir)/texmf/tex4ht
dest_base = $(dest_4ht)/base
dest_xtpipes = $(dest_4ht)/xtpipes
-dest_java = $(destdir)/src/java
+dest_src = $(destdir)/src
+dest_java = $(dest_src)/java
#
update = cp -pr
mkdir = install -d
#
update: all
+ $(update) $(tex4ht_c_derived) $(dest_src)/
+#
$(update) $(tex4ht_cond4ht_derived) $(dest_texmf)/
#
$(update) docbook.4xt $(dest_xtpipes)/
@@ -331,7 +341,7 @@
#
$(update) $(tex4ht_svg_derived) $(dest_texmf)/
#
- $(update) $(tex4ht_t4ht_derived) $(destdir)/src/
+ $(update) $(tex4ht_t4ht_derived) $(dest_src/
#
$(update) $(tex4ht_tei_derived) $(dest_texmf)/
#
@@ -354,7 +364,7 @@
clean: mostlyclean
rm -rf $(wd)
rm -f *.4ct *.4tc *.aux *.css *.dvi *.idv *.lg *.log *.tmp *.trc *.xref
- rm -f *.html *.png
+ rm -f *.4es *.bat *.unix *.htf *.html *.png tmp
clean1:
rm -f $(f).[0-s]* $(f).[u-z]* $(f).trc
Modified: trunk/lit/tex4ht-c.tex
===================================================================
--- trunk/lit/tex4ht-c.tex 2010-03-09 16:44:45 UTC (rev 44)
+++ trunk/lit/tex4ht-c.tex 2010-03-11 16:56:22 UTC (rev 45)
@@ -1,58 +1,19 @@
-% tex tex4ht-c or ht tex tex4ht-c
-%
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-% tex4ht-c.tex %
-% Copyright (C) 1996-- Eitan M. Gurari %
-% %
-% This work may be distributed and/or modified under the %
-% conditions of the LaTeX Project Public License, either %
-% version 1.3 of this license or (at your option) any %
-% later version. The latest version of this license is %
-% in %
-% http://www.latex-project.org/lppl.txt %
-% and version 1.3 or later is part of all distributions %
-% of LaTeX version 2003/12/01 or later. %
-% %
-% This work has the LPPL maintenance status "maintained".%
-% %
-% This Current Maintainer of this work %
-% is Eitan M. Gurari. %
-% %
-% If you modify this file your changing the signature %
-% in \message{(signature)} below will be appreciated. %
-% %
-% gurari at cse.ohio-state.edu %
-% http://www.cse.ohio-state.edu/~gurari %
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-\message{(signature)}
+% $Id$
+% tex tex4ht-c
+% or ht tex tex4ht-c
+% Copyright (C) 2009, 2010 TeX Users Group
+% Copyright (C) 1996--2009 Eitan M. Gurari
+% Released under LPPL 1.3c+.
+% See tex4ht-cpright.tex for license text.
-
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-
-
\def\MSVCI{}
\def\MSVCI{NO}
\def\export{ }
-\newcount\tmpcnt \tmpcnt\time \divide\tmpcnt 60
-\edef\temp{\the\tmpcnt}
-\multiply\tmpcnt -60 \advance\tmpcnt \time
+\input common
-\edef\version{\the\year-\ifnum \month<10 0\fi
- \the\month-\ifnum \day<10 0\fi\the\day
- -\ifnum \temp<10 0\fi \temp
- :\ifnum \tmpcnt<10 0\fi\the\tmpcnt}
-
-
-
-\def\CopyYear.#1.{%
- \ifnum #1=\year #1\space\space\space\space\space\space
- \else #1--\the\year\fi
-}
-
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\input DraTex.sty \input AlDraTex.sty
\input tex4ht.sty
@@ -250,31 +211,17 @@
-
-
-
-
-
-
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\Part{tex4ht.c}
\TableOfContents[Chapter,Appendix,Section,LikeSection]
-
-
-
-
-
-
-
\Chapter{Flow of Program}
+\input tex4ht-cpright
-
\Section{Preamble}
A command-line program running in the
@@ -283,32 +230,10 @@
\<tex4ht.c\><<<
-/**********************************************************/
-/* tex4ht.c `version */
-/* Copyright (C) `CopyYear.1996. Eitan M. Gurari */
-/* */
-/* This work may be distributed and/or modified under the */
-/* conditions of the LaTeX Project Public License, either */
-/* version 1.3 of this license or (at your option) any */
-/* later version. The latest version of this license is */
-/* in */
-/* http://www.latex-project.org/lppl.txt */
-/* and version 1.3 or later is part of all distributions */
-/* of LaTeX version 2003/12/01 or later. */
-/* */
-/* This work has the LPPL maintenance status "maintained".*/
-/* */
-/* This Current Maintainer of this work */
-/* is Eitan M. Gurari. */
-/* */
-/* If you modify this program your changing its signature */
-/* with a directive of the following form will be */
-/* appreciated. */
-/* #define PLATFORM "signature" */
-/* */
-/* gurari at cse.ohio-state.edu */
-/* http://www.cse.ohio-state.edu/~gurari */
-/**********************************************************/
+/* tex4ht.c (`version), generated from `jobname.tex
+ Copyright (C) 2009, 2010 TeX Users Group
+ Copyright (C) `CopyYear.1996. Eitan M. Gurari
+`<TeX4ht copyright`> */
`<tex4ht.h`>
>>>
@@ -319,10 +244,8 @@
\<tex4ht.h\><<<
-/* **********************************************
- Compiler options *
- (uncommented | command line) *
-------------------------------------------------*
+/* Compiler options (uncommented | command line) */
+
Classic C (CC) default
#define ANSI ansi-c, c++
#define DOS_C
Property changes on: trunk/lit/tex4ht-c.tex
___________________________________________________________________
Name: svn:keywords
+ Date Author Id
More information about the tex4ht-commits
mailing list