[tex4ht-commits] [SCM] tex4ht updated: r504 - trunk/web
michal_h21 at gnu.org.ua
michal_h21 at gnu.org.ua
Tue Jan 22 00:12:09 CET 2019
Author: michal_h21
Date: 2019-01-22 01:12:09 +0200 (Tue, 22 Jan 2019)
New Revision: 504
Modified:
trunk/web/ChangeLog
trunk/web/Makefile
trunk/web/index.html
Log:
Small fixes
Modified: trunk/web/ChangeLog
===================================================================
--- trunk/web/ChangeLog 2019-01-21 23:07:14 UTC (rev 503)
+++ trunk/web/ChangeLog 2019-01-21 23:12:09 UTC (rev 504)
@@ -1,3 +1,7 @@
+2019-01-22 Michal Hoftich <michal.h21 at gmail.com>
+
+ * index.html: moved changelog to the bottom of the page.
+ * index.html: use
2019-01-21 Michal Hoftich <michal.h21 at gmail.com>
* index.html: added links to tex.sx, make4ht and tex4ebook. Added more
Modified: trunk/web/Makefile
===================================================================
--- trunk/web/Makefile 2019-01-21 23:07:14 UTC (rev 503)
+++ trunk/web/Makefile 2019-01-21 23:12:09 UTC (rev 504)
@@ -1,8 +1,8 @@
-all: changes.html changelog.html
+all: changes.html changelog-include.html
# Create html file for inclusion from the ChangeLog
changes.html: ../lit/ChangeLog
texlua changelog-parse.lua < $< > $@
# Larger changelog
-changelog.html: ../lit/ChangeLog
+changelog-include.html: ../lit/ChangeLog
texlua changelog-parse.lua 300 < $< > $@
Modified: trunk/web/index.html
===================================================================
--- trunk/web/index.html 2019-01-21 23:07:14 UTC (rev 503)
+++ trunk/web/index.html 2019-01-21 23:12:09 UTC (rev 504)
@@ -99,7 +99,7 @@
<h3 id="changelog">Changelog</h3>
<!--#include virtual="changes.html"-->
+<p><a href="changelog.html">Full ChangeLog</a>.</p>
<hr><small>$Date: 2019/01/21 14:46:30 $;</small>
<!--#include virtual="/footer.html"-->
-<p><a href="changelog.html">Full ChangeLog</a>.</p>
More information about the tex4ht-commits
mailing list