From 51778acdd5cd429914fb0df6520de1c490723cab Mon Sep 17 00:00:00 2001 From: Dominik Csapak Date: Fri, 23 Nov 2018 14:07:30 +0100 Subject: [PATCH] fix clean-static find call '-not -name' instead of '-not name' Signed-off-by: Dominik Csapak --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 81cce99..c049eda 100644 --- a/Makefile +++ b/Makefile @@ -229,7 +229,7 @@ update-static: .PHONY: clean-static clean-static: - find . -regex '.*-\(opts\|synopsis\)\.adoc' -not -name pmxcfs.8-synopsis.adoc -not name qmeventd.8-synopsis.adoc -exec rm -f \{\} \; + find . -regex '.*-\(opts\|synopsis\)\.adoc' -not -name pmxcfs.8-synopsis.adoc -not -name qmeventd.8-synopsis.adoc -exec rm -f \{\} \; rm -f api-viewer/apidata.js rm -f pve-firewall-macros.adoc pct-network-opts.adoc pct-mountpoint-opts.adoc -- 2.39.2