From f504b31869111681b27ddda51b28e0fd3db7b205 Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Mon, 23 Mar 2015 09:31:33 +0100 Subject: [PATCH] =?utf8?q?=5Fdocs/Makefile:=20don=E2=80=99t=20delete=20not?= =?utf8?q?-generated=20refcard.html?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- _docs/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/_docs/Makefile b/_docs/Makefile index 6d6f0d6..bb1fa89 100644 --- a/_docs/Makefile +++ b/_docs/Makefile @@ -51,4 +51,5 @@ i3status.html: i3status.man clean: rm -f */*.{aux,log,toc,bm,pdf,dvi} - rm -f *.log *.html + rm -f *.log + find . -maxdepth 1 -name "*.html" -and \! -name "refcard.html" -delete -- 2.39.2