From 818c1349474ebc52862b1bd5df731b263d0b9a94 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Mon, 8 Mar 2021 15:58:29 -0300 Subject: Makefile: Clean pod2htmld.tmp file on "clean" target --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3c30832..1f27447 100644 --- a/Makefile +++ b/Makefile @@ -46,7 +46,7 @@ uninstall: for m in $(manpages); do rm -f $(DESTDIR)$(MANPREFIX)/man$${m##*.}/`basename $${m%%.*}`.$${m##*.}.gz; done clean: - rm -rf public/ + rm -rf public/ pod2htmd.tmp dist: sh aux/workflow/dist.sh $(DATE) $(VERSION) $(NAME) -- cgit v1.2.3