[tex4ht-commits] [SCM] tex4ht updated: r46 - trunk/lit
karl at gnu.org.ua
karl at gnu.org.ua
Fri Mar 12 17:37:21 CET 2010
Author: karl
Date: 2010-03-12 18:37:21 +0200 (Fri, 12 Mar 2010)
New Revision: 46
Modified:
trunk/lit/
trunk/lit/.svnignore
trunk/lit/ChangeLog
trunk/lit/Makefile
trunk/lit/tex4ht-bibtex2.tex
Log:
tex4ht-bibtex2: license notices
Property changes on: trunk/lit
___________________________________________________________________
Name: svn:ignore
- lm-htf.tex
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
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-11 16:56:22 UTC (rev 45)
+++ trunk/lit/.svnignore 2010-03-12 16:37:21 UTC (rev 46)
@@ -1,4 +1,5 @@
lm-htf.tex
+tex4ht.dir
tex4ht.env
tex4ht.env-unix
tex4ht.env-win32
Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog 2010-03-11 16:56:22 UTC (rev 45)
+++ trunk/lit/ChangeLog 2010-03-12 16:37:21 UTC (rev 46)
@@ -1,3 +1,8 @@
+2010-03-12 Karl Berry <karl at gnu.org>
+
+ * tex4ht-bibtex2.tex: license notices.
+ * Makefile: add derivations.
+
2010-03-11 Karl Berry <karl at gnu.org>
* tex4ht-c.tex: license notices.
Modified: trunk/lit/Makefile
===================================================================
--- trunk/lit/Makefile 2010-03-11 16:56:22 UTC (rev 45)
+++ trunk/lit/Makefile 2010-03-12 16:37:21 UTC (rev 46)
@@ -14,6 +14,9 @@
common_info = $(common) common-info.tex
derived =
+derived += $(tex4ht_bibtex2_derived)
+tex4ht_bibtex2_derived = bibtex2.4ht
+
derived += $(tex4ht_c_derived)
tex4ht_c_derived = tex4ht.c
@@ -147,6 +150,9 @@
#
all: $(derived)
+$(tex4ht_bibtex2_derived): tex4ht-bibtex2.tex $(common)
+ latex $(tex_opts) $<
+
$(tex4ht_c_derived): tex4ht-c.tex $(common)
tex $(tex_opts) $<
@@ -279,6 +285,8 @@
mkdir = install -d
#
update: all
+ $(update) $(tex4ht_bibtex2_derived) $(dest_src)/
+#
$(update) $(tex4ht_c_derived) $(dest_src)/
#
$(update) $(tex4ht_cond4ht_derived) $(dest_texmf)/
Modified: trunk/lit/tex4ht-bibtex2.tex
===================================================================
--- trunk/lit/tex4ht-bibtex2.tex 2010-03-11 16:56:22 UTC (rev 45)
+++ trunk/lit/tex4ht-bibtex2.tex 2010-03-12 16:37:21 UTC (rev 46)
@@ -1,4 +1,10 @@
+% $Id$
% compile: latex tex4ht-bibtex2
+%
+% Copyright (C) 2009, 2010 TeX Users Group
+% Copyright (C) 2000--2009 Eitan M. Gurari
+% Released under LPPL 1.3c+.
+% See tex4ht-cpright.tex for license text.
\documentclass{article}
\input ProTex.sty
@@ -6,26 +12,14 @@
\begin{document}
-\newcount\tmpcnt \tmpcnt\time \divide\tmpcnt 60
-\edef\temp{\the\tmpcnt}
-\multiply\tmpcnt -60 \advance\tmpcnt \time
+\input{common}
+\input{tex4ht-cpright}
-\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
-}
-
-
-
-
-
\<bibtex2.4ht\><<<
-
+% bibtex2.4ht (|version), generated from |jobname.tex
+% Copyright (C) 2009, 2010 TeX Users Group
+% Copyright (C) |CopyYear.2001. Eitan M. Gurari
+|<TeX4ht copywrite|>
\catcode`\/=0
\catcode`\\=12
/edef/bibstyle{\bibstyle}
Property changes on: trunk/lit/tex4ht-bibtex2.tex
___________________________________________________________________
Name: svn:keywords
+ Date Author Id
More information about the tex4ht-commits
mailing list