From 56561f2689c52d63360c17607903890ae9180b5b Mon Sep 17 00:00:00 2001 From: Petr Kraus Date: Mon, 3 Sep 2018 22:59:40 +0200 Subject: [PATCH] Clean pdf folder on make clean --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3ca3c911..6c4fc137 100644 --- a/Makefile +++ b/Makefile @@ -266,7 +266,7 @@ clean_html: $(OUTDIR)/registry.html clean_pdf: - $(QUIET)$(RM) $(PDFDIR)/vkspec.pdf $(OUTDIR)/apispec.pdf + $(QUIET)$(RMRF) $(PDFDIR) $(OUTDIR)/apispec.pdf clean_man: $(QUIET)$(RMRF) $(MANHTMLDIR)