From 2d9b2851eca1200a9b6c4171e464f96104035f7f Mon Sep 17 00:00:00 2001 From: Daniel Schadt Date: Sat, 20 Jul 2019 16:01:25 +0200 Subject: [Makefile] clean up footnote HTMLs --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 77af9f8..3453fd9 100644 --- a/Makefile +++ b/Makefile @@ -20,7 +20,7 @@ endif make4ht -d html $(HTMLCONF) $(NAME).tex make4ht -d html $(HTMLCONF) $(NAME).tex cat ../custom.css >> html/$(NAME).css - rm $(NAME).4ct $(NAME).4tc $(NAME).aux $(NAME).dvi $(NAME).idv $(NAME).lg $(NAME).log $(NAME).tmp $(NAME).xref $(NAME).css $(NAME).html + rm $(NAME).4ct $(NAME).4tc $(NAME).aux $(NAME).dvi $(NAME).idv $(NAME).lg $(NAME).log $(NAME).tmp $(NAME).xref $(NAME).css $(NAME)*.html .PHONY: all pdf html -- cgit v1.2.3