[pve-devel] [PATCH docs] fix clean-static find call
Dominik Csapak
d.csapak at proxmox.com
Fri Nov 23 14:07:30 CET 2018
'-not -name' instead of '-not name'
Signed-off-by: Dominik Csapak <d.csapak at proxmox.com>
---
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.11.0
More information about the pve-devel
mailing list