[tex4ht-commits] [SCM] tex4ht updated: r565 - trunk/web
karl at gnu.org.ua
karl at gnu.org.ua
Thu May 16 22:56:58 CEST 2019
Author: karl
Date: 2019-05-16 23:56:58 +0300 (Thu, 16 May 2019)
New Revision: 565
Modified:
trunk/web/Makefile
Log:
rm generated web files on failure
Modified: trunk/web/Makefile
===================================================================
--- trunk/web/Makefile 2019-05-14 22:42:19 UTC (rev 564)
+++ trunk/web/Makefile 2019-05-16 20:56:58 UTC (rev 565)
@@ -1,8 +1,9 @@
all: changes.html changelog-include.html
+
# Create html file for inclusion from the ChangeLog
changes.html: ../lit/ChangeLog
- texlua changelog-parse.lua < $< > $@
+ texlua changelog-parse.lua < $< > $@ || rm -f $@
# Larger changelog
changelog-include.html: ../lit/ChangeLog
- texlua changelog-parse.lua 300 < $< > $@
+ texlua changelog-parse.lua 300 < $< > $@ || rm -f $@
More information about the tex4ht-commits
mailing list