diff options
author | Daniel Schadt <kingdread@gmx.de> | 2019-07-20 16:01:25 +0200 |
---|---|---|
committer | Daniel Schadt <kingdread@gmx.de> | 2019-07-20 16:01:25 +0200 |
commit | 2d9b2851eca1200a9b6c4171e464f96104035f7f (patch) | |
tree | e83971e2cf7f6257cdf3ad6fad68c9aa91bb4347 /Makefile | |
parent | d74ab60fc32e297e2b446bdf0b6dbfe3807f5ad7 (diff) | |
download | open-tt-guides-2d9b2851eca1200a9b6c4171e464f96104035f7f.tar.gz open-tt-guides-2d9b2851eca1200a9b6c4171e464f96104035f7f.tar.bz2 open-tt-guides-2d9b2851eca1200a9b6c4171e464f96104035f7f.zip |
[Makefile] clean up footnote HTMLs
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |