Clean pdf folder on make clean

This commit is contained in:
Petr Kraus 2018-09-03 22:59:40 +02:00
parent 2c1fd883e0
commit 56561f2689

View File

@ -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)