aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-03-08 15:58:29 -0300
committerEuAndreh <eu@euandre.org>2021-03-08 15:58:29 -0300
commit818c1349474ebc52862b1bd5df731b263d0b9a94 (patch)
tree8edd900e30b3f895db916cf1292d5aca23c52275
parentREADME.md: Document dependencies and add Contributing section (diff)
downloadgistatic-818c1349474ebc52862b1bd5df731b263d0b9a94.tar.gz
gistatic-818c1349474ebc52862b1bd5df731b263d0b9a94.tar.xz
Makefile: Clean pod2htmld.tmp file on "clean" target
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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)